Skip to content

Instantly share code, notes, and snippets.

@agentzh
Created December 28, 2013 04:46
Show Gist options
  • Select an option

  • Save agentzh/8156195 to your computer and use it in GitHub Desktop.

Select an option

Save agentzh/8156195 to your computer and use it in GitHub Desktop.
Valgrind 3.8.1 output for nginx-waf from startup to the segmentation fault in `lj_cont_stitch`.
==5196== Memcheck, a memory error detector
==5196== Copyright (C) 2002-2012, and GNU GPL'd, by Julian Seward et al.
==5196== Using Valgrind-3.8.1 and LibVEX; rerun with -h for copyright info
==5196== Command: /home/agentzh/git/lua-nginx-module/work/nginx/sbin/nginx -g pid\ /home/agentzh/git/lua-nginx-module/work/nginx/nginx-run.pid;
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x104CD9BD: ???
==5196== by 0x565B38F: ???
==5196== by 0x564E1DF: ???
==5196== by 0x565AF57: ???
==5196== by 0x89A479F: ???
==5196== by 0x558C2CB: ???
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4BF19D: ngx_http_lua_access_by_chunk (ngx_http_lua_accessby.c:282)
==5196== by 0x4BF601: ngx_http_lua_access_handler_inline (ngx_http_lua_accessby.c:164)
==5196== by 0x4BF558: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:139)
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C4663E: lj_tab_setstr (lj_tab.c:517)
==5196== by 0x4C466BC: lj_tab_set (lj_tab.c:525)
==5196== by 0x4C66F66: expr_table (lj_parse.c:1743)
==5196== by 0x4C6859F: expr_simple (lj_parse.c:2000)
==5196== by 0x4C687C7: expr_unop (lj_parse.c:2073)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x104B7635: ???
==5196== by 0x89C475F: ???
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4CA9E0: ngx_http_lua_sleep_resume (ngx_http_lua_sleep.c:166)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196== by 0x448BD7: ngx_http_core_access_phase (ngx_http_core_module.c:1125)
==5196== by 0x444A52: ngx_http_core_run_phases (ngx_http_core_module.c:899)
==5196== by 0x4CAB42: ngx_http_lua_sleep_handler (ngx_http_lua_sleep.c:120)
==5196== by 0x42FE72: ngx_event_expire_timers (ngx_event_timer.c:151)
==5196== by 0x42FA3B: ngx_process_events_and_timers (ngx_event.c:264)
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x104B45EB: ???
==5196== by 0x546BC9B: ???
==5196== by 0x546BC9B: ???
==5196== by 0x89C2E2F: ???
==5196== by 0x20546BCDF: ???
==5196== by 0x300000001: ???
==5196== by 0x546BC9B: ???
==5196== by 0x546BC9B: ???
==5196== by 0x100000000: ???
==5196== by 0x559ECBF: ???
==5196== by 0x8B0A4EF: ???
==5196== by 0xC089C475F: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x104B1F73: ???
==5196== by 0x546BC9B: ???
==5196== by 0x546BC9B: ???
==5196== by 0x89C2E2F: ???
==5196== by 0x20546BCDF: ???
==5196== by 0x300000001: ???
==5196== by 0x546BC9B: ???
==5196== by 0x546BC9B: ???
==5196== by 0x100000000: ???
==5196== by 0x559ECBF: ???
==5196== by 0x8B0A4EF: ???
==5196== by 0xC089C475F: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x104B88D0: ???
==5196== by 0x89DA9BF: ???
==5196== by 0x89D407F: ???
==5196== by 0x8A02DEF: ???
==5196== by 0x89D881F: ???
==5196== by 0x8B31317: ???
==5196== by 0x8B3129F: ???
==5196== by 0x300000001: ???
==5196== by 0x4C3AB80: lj_vmeta_tgetv (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4CA9E0: ngx_http_lua_sleep_resume (ngx_http_lua_sleep.c:166)
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x104AF61A: ???
==5196== by 0x89DA9BF: ???
==5196== by 0x89D407F: ???
==5196== by 0x8A02DBF: ???
==5196== by 0x89D881F: ???
==5196== by 0x56671EF: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x104B45EB: ???
==5196== by 0x546C817: ???
==5196== by 0x4C48248: lj_meta_tget (lj_meta.c:136)
==5196== by 0x4C3AB80: lj_vmeta_tgetv (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4CA9E0: ngx_http_lua_sleep_resume (ngx_http_lua_sleep.c:166)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196== by 0x448BD7: ngx_http_core_access_phase (ngx_http_core_module.c:1125)
==5196== by 0x444A52: ngx_http_core_run_phases (ngx_http_core_module.c:899)
==5196== by 0x4CAB42: ngx_http_lua_sleep_handler (ngx_http_lua_sleep.c:120)
==5196== by 0x42FE72: ngx_event_expire_timers (ngx_event_timer.c:151)
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x104B1F73: ???
==5196== by 0x546C817: ???
==5196== by 0x4C48248: lj_meta_tget (lj_meta.c:136)
==5196== by 0x4C3AB80: lj_vmeta_tgetv (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4CA9E0: ngx_http_lua_sleep_resume (ngx_http_lua_sleep.c:166)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196== by 0x448BD7: ngx_http_core_access_phase (ngx_http_core_module.c:1125)
==5196== by 0x444A52: ngx_http_core_run_phases (ngx_http_core_module.c:899)
==5196== by 0x4CAB42: ngx_http_lua_sleep_handler (ngx_http_lua_sleep.c:120)
==5196== by 0x42FE72: ngx_event_expire_timers (ngx_event_timer.c:151)
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x104B7635: ???
==5196== by 0x546D087: ???
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4CA9E0: ngx_http_lua_sleep_resume (ngx_http_lua_sleep.c:166)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196== by 0x448BD7: ngx_http_core_access_phase (ngx_http_core_module.c:1125)
==5196== by 0x444A52: ngx_http_core_run_phases (ngx_http_core_module.c:899)
==5196== by 0x4CAB42: ngx_http_lua_sleep_handler (ngx_http_lua_sleep.c:120)
==5196== by 0x42FE72: ngx_event_expire_timers (ngx_event_timer.c:151)
==5196== by 0x42FA3B: ngx_process_events_and_timers (ngx_event.c:264)
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x104B45EB: ???
==5196== by 0x546BC9B: ???
==5196== by 0x546BC9B: ???
==5196== by 0x89D407F: ???
==5196== by 0x8B1B48F: ???
==5196== by 0x8B4189F: ???
==5196== by 0x546BC9B: ???
==5196== by 0x8B3102F: ???
==5196== by 0x8B310BF: ???
==5196== by 0x8B3102F: ???
==5196== by 0x8B3123F: ???
==5196== by 0x546D087: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x104B1F73: ???
==5196== by 0x546BC9B: ???
==5196== by 0x546BC9B: ???
==5196== by 0x89D407F: ???
==5196== by 0x8B1B48F: ???
==5196== by 0x8B4189F: ???
==5196== by 0x546BC9B: ???
==5196== by 0x8B3102F: ???
==5196== by 0x8B310BF: ???
==5196== by 0x8B3102F: ???
==5196== by 0x8B3123F: ???
==5196== by 0x546D087: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x104B1F73: ???
==5196== by 0x56E08B3: ???
==5196== by 0x89D4AAF: ???
==5196== by 0x56E08B9: ???
==5196== by 0x56E08B2: ???
==5196== by 0x8B550BF: ???
==5196== by 0x85E69CF: ???
==5196== by 0x546BC3F: ???
==5196== by 0xCEB1CE2E0000000A: ???
==5196== by 0x5D2B3D1FBB03651B: ???
==5196== by 0x85E69CF: ???
==5196== by 0xE089D59AF: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x104AB162: ???
==5196== by 0x56E08B3: ???
==5196== by 0x89D4AAF: ???
==5196== by 0x56E08B9: ???
==5196== by 0x56E08B2: ???
==5196== by 0x8B550BF: ???
==5196== by 0x85E69CF: ???
==5196== by 0x546BC3F: ???
==5196== by 0xCEB1CE2E0000000A: ???
==5196== by 0x5D2B3D1FBB03651B: ???
==5196== by 0x85E69CF: ???
==5196== by 0xE089D59AF: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x104B1F73: ???
==5196== by 0x546BC3F: ???
==5196== by 0x1BEDFB540000022A: ???
==5196== by 0x345C223145D1B06F: ???
==5196== by 0x8847A0F: ???
==5196== by 0x20546BC3F: ???
==5196== by 0x4C43552: lj_buf_tostr (lj_buf.c:208)
==5196== by 0x104BC6A0: ???
==5196== by 0x6089D59AF: ???
==5196== by 0x8847A0F: ???
==5196== by 0x7FEFFEC57: ???
==5196== by 0x55171F7: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x104AB162: ???
==5196== by 0x546BC3F: ???
==5196== by 0x1BEDFB540000022A: ???
==5196== by 0x345C223145D1B06F: ???
==5196== by 0x8847A0F: ???
==5196== by 0x20546BC3F: ???
==5196== by 0x4C43552: lj_buf_tostr (lj_buf.c:208)
==5196== by 0x104BC6A0: ???
==5196== by 0x6089D59AF: ???
==5196== by 0x8847A0F: ???
==5196== by 0x7FEFFEC57: ???
==5196== by 0x55171F7: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x104AB162: ???
==5196== by 0x546BC9B: ???
==5196== by 0x546BC9B: ???
==5196== by 0x89D407F: ???
==5196== by 0x20546BCDF: ???
==5196== by 0x300000001: ???
==5196== by 0x546BC9B: ???
==5196== by 0x546BC9B: ???
==5196== by 0x100000000: ???
==5196== by 0x559ECBF: ???
==5196== by 0x8B91FBF: ???
==5196== by 0xC089D59AF: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x104AF61A: ???
==5196== by 0x208B966AF: ???
==5196== by 0x546BC9B: ???
==5196== by 0x8BAE8DF: ???
==5196== by 0x8BAE96F: ???
==5196== by 0x8BAE99F: ???
==5196== by 0x8BAE96F: ???
==5196== by 0x308B9669F: ???
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4CA9E0: ngx_http_lua_sleep_resume (ngx_http_lua_sleep.c:166)
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x104B88D0: ???
==5196== by 0x546BC3F: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x104AF61A: ???
==5196== by 0x546BC3F: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x104AF61A: ???
==5196== by 0x89E949F: ???
==5196== by 0x89E24BF: ???
==5196== by 0x8A069BF: ???
==5196== by 0x89E6C5F: ???
==5196== by 0x56671EF: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x104AB162: ???
==5196== by 0x5588B2F: ???
==5196== by 0x89E2EEF: ???
==5196== by 0x7F2121008BC6D3F: ???
==5196== by 0x7F24ADF: ???
==5196== by 0x89E2EEF: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x104AB162: ???
==5196== by 0x546C817: ???
==5196== by 0x4C48248: lj_meta_tget (lj_meta.c:136)
==5196== by 0x4C3AB80: lj_vmeta_tgetv (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4CA9E0: ngx_http_lua_sleep_resume (ngx_http_lua_sleep.c:166)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196== by 0x448BD7: ngx_http_core_access_phase (ngx_http_core_module.c:1125)
==5196== by 0x444A52: ngx_http_core_run_phases (ngx_http_core_module.c:899)
==5196== by 0x4CAB42: ngx_http_lua_sleep_handler (ngx_http_lua_sleep.c:120)
==5196== by 0x42FE72: ngx_event_expire_timers (ngx_event_timer.c:151)
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x104B7635: ???
==5196== by 0x89E3DEF: ???
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4CA9E0: ngx_http_lua_sleep_resume (ngx_http_lua_sleep.c:166)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196== by 0x448BD7: ngx_http_core_access_phase (ngx_http_core_module.c:1125)
==5196== by 0x444A52: ngx_http_core_run_phases (ngx_http_core_module.c:899)
==5196== by 0x4CAB42: ngx_http_lua_sleep_handler (ngx_http_lua_sleep.c:120)
==5196== by 0x42FE72: ngx_event_expire_timers (ngx_event_timer.c:151)
==5196== by 0x42FA3B: ngx_process_events_and_timers (ngx_event.c:264)
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x104B45EB: ???
==5196== by 0x546BC9B: ???
==5196== by 0x546BC9B: ???
==5196== by 0x89E24BF: ???
==5196== by 0x8BA129F: ???
==5196== by 0x8BC7C3F: ???
==5196== by 0x546BC9B: ???
==5196== by 0x8BB7A6F: ???
==5196== by 0x8BB7AFF: ???
==5196== by 0x8BB7A6F: ???
==5196== by 0x8BB7C7F: ???
==5196== by 0x89E3DEF: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x104B1F73: ???
==5196== by 0x546BC9B: ???
==5196== by 0x546BC9B: ???
==5196== by 0x89E24BF: ???
==5196== by 0x8BA129F: ???
==5196== by 0x8BC7C3F: ???
==5196== by 0x546BC9B: ???
==5196== by 0x8BB7A6F: ???
==5196== by 0x8BB7AFF: ???
==5196== by 0x8BB7A6F: ???
==5196== by 0x8BB7C7F: ???
==5196== by 0x89E3DEF: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x104AB162: ???
==5196== by 0x546BC9B: ???
==5196== by 0x546BC9B: ???
==5196== by 0x89E24BF: ???
==5196== by 0x8BA129F: ???
==5196== by 0x8BC7C3F: ???
==5196== by 0x546BC9B: ???
==5196== by 0x8BB7A6F: ???
==5196== by 0x8BB7AFF: ???
==5196== by 0x8BB7A6F: ???
==5196== by 0x8BB7C7F: ???
==5196== by 0x89E3DEF: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x104A9799: ???
==5196== by 0x546BC9B: ???
==5196== by 0x546BC9B: ???
==5196== by 0x89E24BF: ???
==5196== by 0x8BA129F: ???
==5196== by 0x8BC7C3F: ???
==5196== by 0x546BC9B: ???
==5196== by 0x8BB7A6F: ???
==5196== by 0x8BB7AFF: ???
==5196== by 0x8BB7A6F: ???
==5196== by 0x8BB7C7F: ???
==5196== by 0x89E3DEF: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x104A9799: ???
==5196== by 0x8BD5CCF: ???
==5196== by 0x2089E2EEF: ???
==5196== by 0x7F172B008BD5E4F: ???
==5196== by 0x104BF060: ???
==5196== by 0x7FEFFEB07: ???
==5196== by 0x3FEFFFFFFFFFFFFF: ???
==5196== by 0x3FF0000008BD5D2F: ???
==5196== by 0x108BD5CCF: ???
==5196== by 0x8BD56A008BD5BFF: ???
==5196== by 0x8B95F70104ADF8B: ???
==5196== by 0x17089E3DEF: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x104B1F73: ???
==5196== by 0x55B3670056E08AF: ???
==5196== by 0xE089E2EEF: ???
==5196== by 0x56E08A008BD874F: ???
==5196== by 0x546BCDF: ???
==5196== by 0x8BD874F: ???
==5196== by 0x20546BCDF: ???
==5196== by 0x300000001: ???
==5196== by 0x104ADEF6: ???
==5196== by 0x85E69D000000002: ???
==5196== by 0x8B95F70055B366F: ???
==5196== by 0xE089E3DEF: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x104AB162: ???
==5196== by 0x55B3670056E08AF: ???
==5196== by 0xE089E2EEF: ???
==5196== by 0x56E08A008BD874F: ???
==5196== by 0x546BCDF: ???
==5196== by 0x8BD874F: ???
==5196== by 0x20546BCDF: ???
==5196== by 0x300000001: ???
==5196== by 0x104ADEF6: ???
==5196== by 0x85E69D000000002: ???
==5196== by 0x8B95F70055B366F: ???
==5196== by 0xE089E3DEF: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x104A9799: ???
==5196== by 0x546BC3F: ???
==5196== by 0x1BEDFB540000022A: ???
==5196== by 0x345C223145D1B06F: ???
==5196== by 0x8847A0F: ???
==5196== by 0x20868F1CF: ???
==5196== by 0x4C43552: lj_buf_tostr (lj_buf.c:208)
==5196== by 0x104BC6A0: ???
==5196== by 0x54DBFE7: ???
==5196== by 0x8847A0F: ???
==5196== by 0x7FEFFEC57: ???
==5196== by 0x55172BF: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x104AF61A: ???
==5196== by 0x8C9835F: ???
==5196== by 0x546BC9B: ???
==5196== by 0x8CAAB2F: ???
==5196== by 0x8CAABBF: ???
==5196== by 0x8CAABEF: ???
==5196== by 0x8CAABBF: ???
==5196== by 0x308C9834F: ???
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4CA9E0: ngx_http_lua_sleep_resume (ngx_http_lua_sleep.c:166)
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x104B88D0: ???
==5196== by 0x7FEFFEC57: ???
==5196== by 0x546BC9B: ???
==5196== by 0x8CB2F1F: ???
==5196== by 0x8CB318F: ???
==5196== by 0x8CB3207: ???
==5196== by 0x8CB318F: ???
==5196== by 0x300000001: ???
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4CA9E0: ngx_http_lua_sleep_resume (ngx_http_lua_sleep.c:166)
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x104AF61A: ???
==5196== by 0x7FEFFEC57: ???
==5196== by 0x546BC9B: ???
==5196== by 0x8CB2F1F: ???
==5196== by 0x8CB318F: ???
==5196== by 0x8CB3207: ???
==5196== by 0x8CB318F: ???
==5196== by 0x300000001: ???
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4CA9E0: ngx_http_lua_sleep_resume (ngx_http_lua_sleep.c:166)
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x104AF61A: ???
==5196== by 0x89F9ADF: ???
==5196== by 0x89F076F: ???
==5196== by 0x8A0818F: ???
==5196== by 0x89F54BF: ???
==5196== by 0x8CB3207: ???
==5196== by 0x8CB318F: ???
==5196== by 0x300000001: ???
==5196== by 0x4C3AB80: lj_vmeta_tgetv (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4CA9E0: ngx_http_lua_sleep_resume (ngx_http_lua_sleep.c:166)
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x104AB162: ???
==5196== by 0x546BCDF: ???
==5196== by 0x89F119F: ???
==5196== by 0x7F2121008CBD49F: ???
==5196== by 0x20546BCDF: ???
==5196== by 0x300000001: ???
==5196== by 0x1049C28A: ???
==5196== by 0x7FEFFEB0F: ???
==5196== by 0x107F2120F: ???
==5196== by 0x85CF95000000004: ???
==5196== by 0x8C95A50055B0A5F: ???
==5196== by 0x10089F209F: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x104B7635: ???
==5196== by 0x89F209F: ???
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4CA9E0: ngx_http_lua_sleep_resume (ngx_http_lua_sleep.c:166)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196== by 0x448BD7: ngx_http_core_access_phase (ngx_http_core_module.c:1125)
==5196== by 0x444A52: ngx_http_core_run_phases (ngx_http_core_module.c:899)
==5196== by 0x4CAB42: ngx_http_lua_sleep_handler (ngx_http_lua_sleep.c:120)
==5196== by 0x42FE72: ngx_event_expire_timers (ngx_event_timer.c:151)
==5196== by 0x42FA3B: ngx_process_events_and_timers (ngx_event.c:264)
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x104B45EB: ???
==5196== by 0x546BC9B: ???
==5196== by 0x546BC9B: ???
==5196== by 0x89F076F: ???
==5196== by 0x8C9ED8F: ???
==5196== by 0x8CBE3CF: ???
==5196== by 0x546BC9B: ???
==5196== by 0x8CB2F1F: ???
==5196== by 0x8CB2FAF: ???
==5196== by 0x8CB2F1F: ???
==5196== by 0x8CB312F: ???
==5196== by 0x89F209F: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x104B1F73: ???
==5196== by 0x546BC9B: ???
==5196== by 0x546BC9B: ???
==5196== by 0x89F076F: ???
==5196== by 0x8C9ED8F: ???
==5196== by 0x8CBE3CF: ???
==5196== by 0x546BC9B: ???
==5196== by 0x8CB2F1F: ???
==5196== by 0x8CB2FAF: ???
==5196== by 0x8CB2F1F: ???
==5196== by 0x8CB312F: ???
==5196== by 0x89F209F: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x104AB162: ???
==5196== by 0x546BC9B: ???
==5196== by 0x546BC9B: ???
==5196== by 0x89F076F: ???
==5196== by 0x8C9ED8F: ???
==5196== by 0x8CBE3CF: ???
==5196== by 0x546BC9B: ???
==5196== by 0x8CB2F1F: ???
==5196== by 0x8CB2FAF: ???
==5196== by 0x8CB2F1F: ???
==5196== by 0x8CB312F: ???
==5196== by 0x89F209F: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x104A9799: ???
==5196== by 0x546BC9B: ???
==5196== by 0x546BC9B: ???
==5196== by 0x89F076F: ???
==5196== by 0x8C9ED8F: ???
==5196== by 0x8CBE3CF: ???
==5196== by 0x546BC9B: ???
==5196== by 0x8CB2F1F: ???
==5196== by 0x8CB2FAF: ???
==5196== by 0x8CB2F1F: ???
==5196== by 0x8CB312F: ???
==5196== by 0x89F209F: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x104A9799: ???
==5196== by 0x8CCA4CF: ???
==5196== by 0x2089F119F: ???
==5196== by 0x7F172B008CCA64F: ???
==5196== by 0x104BF060: ???
==5196== by 0x7FEFFEB07: ???
==5196== by 0x3FEFFFFFFFFFFFFF: ???
==5196== by 0x3FF0000008CCA52F: ???
==5196== by 0x108CCA4CF: ???
==5196== by 0x8CC9EA008CC49DF: ???
==5196== by 0x8C95A50104ADF8B: ???
==5196== by 0x17089F209F: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x104B1F73: ???
==5196== by 0x55B3670056E08AF: ???
==5196== by 0xE089F119F: ???
==5196== by 0x56E08A008CCC63F: ???
==5196== by 0x546BCDF: ???
==5196== by 0x8CCC63F: ???
==5196== by 0x20546BCDF: ???
==5196== by 0x300000001: ???
==5196== by 0x104ADEF6: ???
==5196== by 0x85E69D000000002: ???
==5196== by 0x8C95A50055B366F: ???
==5196== by 0xE089F209F: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x104AB162: ???
==5196== by 0x55B3670056E08AF: ???
==5196== by 0xE089F119F: ???
==5196== by 0x56E08A008CCC63F: ???
==5196== by 0x546BCDF: ???
==5196== by 0x8CCC63F: ???
==5196== by 0x20546BCDF: ???
==5196== by 0x300000001: ???
==5196== by 0x104ADEF6: ???
==5196== by 0x85E69D000000002: ???
==5196== by 0x8C95A50055B366F: ???
==5196== by 0xE089F209F: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x104C4D1F: ???
==5196== by 0x546C817: ???
==5196== by 0x7FEFFEA0F: ???
==5196== by 0x565AF57: ???
==5196== by 0x8D34CCF: ???
==5196== by 0x565B38F: ???
==5196== by 0x564E1DF: ???
==5196== by 0x565AF57: ???
==5196== by 0x108D37ACF: ???
==5196== by 0x558C2CB: ???
==5196== by 0x4C3AB80: lj_vmeta_tgetv (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C4663E: lj_tab_setstr (lj_tab.c:517)
==5196== by 0x4C466BC: lj_tab_set (lj_tab.c:525)
==5196== by 0x4C66F66: expr_table (lj_parse.c:1743)
==5196== by 0x4C6859F: expr_simple (lj_parse.c:2000)
==5196== by 0x4C687C7: expr_unop (lj_parse.c:2073)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x104AF61A: ???
==5196== by 0x8D3E57F: ???
==5196== by 0x546BC9B: ???
==5196== by 0x8D55CFF: ???
==5196== by 0x8D55D8F: ???
==5196== by 0x8D55DBF: ???
==5196== by 0x8D55D8F: ???
==5196== by 0x308D3E56F: ???
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4BF19D: ngx_http_lua_access_by_chunk (ngx_http_lua_accessby.c:282)
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x104AF61A: ???
==5196== by 0x8D42C7F: ???
==5196== by 0x8D34CCF: ???
==5196== by 0x8D3C8EF: ???
==5196== by 0x8D3A85F: ???
==5196== by 0x56671EF: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x104AB162: ???
==5196== by 0x546BCDF: ???
==5196== by 0x8D356FF: ???
==5196== by 0x7F2121008D6B13F: ???
==5196== by 0x20546BCDF: ???
==5196== by 0x300000001: ???
==5196== by 0x1049C28A: ???
==5196== by 0x546C817: ???
==5196== by 0x107F2120F: ???
==5196== by 0x8D6ADE000000004: ???
==5196== by 0x8D3E080055B0A5F: ???
==5196== by 0x1008D365FF: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x104B7635: ???
==5196== by 0x8D365FF: ???
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4BF19D: ngx_http_lua_access_by_chunk (ngx_http_lua_accessby.c:282)
==5196== by 0x4BF601: ngx_http_lua_access_handler_inline (ngx_http_lua_accessby.c:164)
==5196== by 0x4BF558: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:139)
==5196== by 0x448BD7: ngx_http_core_access_phase (ngx_http_core_module.c:1125)
==5196== by 0x444A52: ngx_http_core_run_phases (ngx_http_core_module.c:899)
==5196== by 0x444B61: ngx_http_handler (ngx_http_core_module.c:882)
==5196== by 0x450049: ngx_http_process_request (ngx_http_request.c:1857)
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x104B45EB: ???
==5196== by 0x546BC9B: ???
==5196== by 0x546BC9B: ???
==5196== by 0x8D34CCF: ???
==5196== by 0x8D4AA5F: ???
==5196== by 0x8D6B84F: ???
==5196== by 0x546BC9B: ???
==5196== by 0x8D5A1AF: ???
==5196== by 0x8D5A23F: ???
==5196== by 0x8D5A1AF: ???
==5196== by 0x8D5A3BF: ???
==5196== by 0x8D365FF: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x104B1F73: ???
==5196== by 0x546BC9B: ???
==5196== by 0x546BC9B: ???
==5196== by 0x8D34CCF: ???
==5196== by 0x8D4AA5F: ???
==5196== by 0x8D6B84F: ???
==5196== by 0x546BC9B: ???
==5196== by 0x8D5A1AF: ???
==5196== by 0x8D5A23F: ???
==5196== by 0x8D5A1AF: ???
==5196== by 0x8D5A3BF: ???
==5196== by 0x8D365FF: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x104AB162: ???
==5196== by 0x546BC9B: ???
==5196== by 0x546BC9B: ???
==5196== by 0x8D34CCF: ???
==5196== by 0x8D4AA5F: ???
==5196== by 0x8D6B84F: ???
==5196== by 0x546BC9B: ???
==5196== by 0x8D5A1AF: ???
==5196== by 0x8D5A23F: ???
==5196== by 0x8D5A1AF: ???
==5196== by 0x8D5A3BF: ???
==5196== by 0x8D365FF: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x104A9799: ???
==5196== by 0x546BC9B: ???
==5196== by 0x546BC9B: ???
==5196== by 0x8D34CCF: ???
==5196== by 0x8D4AA5F: ???
==5196== by 0x8D6B84F: ???
==5196== by 0x546BC9B: ???
==5196== by 0x8D5A1AF: ???
==5196== by 0x8D5A23F: ???
==5196== by 0x8D5A1AF: ???
==5196== by 0x8D5A3BF: ???
==5196== by 0x8D365FF: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x104B45EB: ???
==5196== by 0x546CFC3: ???
==5196== by 0x1F: ???
==5196== by 0x546BDDF: ???
==5196== by 0x2000000001: ???
==5196== by 0x546BC3F: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x104B1F73: ???
==5196== by 0x546CFC3: ???
==5196== by 0x1F: ???
==5196== by 0x546BDDF: ???
==5196== by 0x2000000001: ???
==5196== by 0x546BC3F: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x104AB162: ???
==5196== by 0x546CFC3: ???
==5196== by 0x1F: ???
==5196== by 0x546BDDF: ???
==5196== by 0x2000000001: ???
==5196== by 0x546BC3F: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x104A9799: ???
==5196== by 0x8D7B30F: ???
==5196== by 0x208D356FF: ???
==5196== by 0x7F172B008D7B4FF: ???
==5196== by 0x104BF060: ???
==5196== by 0x7FEFFEA07: ???
==5196== by 0x3FEFFFFFFFFFFFFF: ???
==5196== by 0x3FF0000008D7B36F: ???
==5196== by 0x108D7B30F: ???
==5196== by 0x8D7ABC008D75797: ???
==5196== by 0x8D3E080104ADF8B: ???
==5196== by 0x1708D365FF: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x104B1F73: ???
==5196== by 0x55B3670056E08AF: ???
==5196== by 0xE08D356FF: ???
==5196== by 0x56E08A008D7D89F: ???
==5196== by 0x546BCDF: ???
==5196== by 0x8D7D89F: ???
==5196== by 0x20546BCDF: ???
==5196== by 0x300000001: ???
==5196== by 0x104ADEF6: ???
==5196== by 0x8D7D96000000002: ???
==5196== by 0x8D3E080055B366F: ???
==5196== by 0xE08D365FF: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x104AB162: ???
==5196== by 0x55B3670056E08AF: ???
==5196== by 0xE08D356FF: ???
==5196== by 0x56E08A008D7D89F: ???
==5196== by 0x546BCDF: ???
==5196== by 0x8D7D89F: ???
==5196== by 0x20546BCDF: ???
==5196== by 0x300000001: ???
==5196== by 0x104ADEF6: ???
==5196== by 0x8D7D96000000002: ???
==5196== by 0x8D3E080055B366F: ???
==5196== by 0xE08D365FF: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x104AF61A: ???
==5196== by 0x546C817: ???
==5196== by 0x546BC9B: ???
==5196== by 0x8DDA3CF: ???
==5196== by 0x8DDA45F: ???
==5196== by 0x8DDA48F: ???
==5196== by 0x8DDA45F: ???
==5196== by 0x2FFFFFFFF: ???
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4BF19D: ngx_http_lua_access_by_chunk (ngx_http_lua_accessby.c:282)
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x104B88D0: ???
==5196== by 0x8DEB7D7: ???
==5196== by 0x8DEB75F: ???
==5196== by 0x8D05E4F: ???
==5196== by 0x10495161: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x104AF61A: ???
==5196== by 0x8DEB7D7: ???
==5196== by 0x8DEB75F: ???
==5196== by 0x8D05E4F: ???
==5196== by 0x10495161: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x104AF61A: ???
==5196== by 0x8DCA59F: ???
==5196== by 0x8DB4A9F: ???
==5196== by 0x8DBAE1F: ???
==5196== by 0x8DB941F: ???
==5196== by 0x56671EF: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x104AB162: ???
==5196== by 0x546BCDF: ???
==5196== by 0x8DB54CF: ???
==5196== by 0x7F2121008DFF20F: ???
==5196== by 0x20546BCDF: ???
==5196== by 0x300000001: ???
==5196== by 0x1049C28A: ???
==5196== by 0x546C817: ???
==5196== by 0x107F2120F: ???
==5196== by 0x8D6ADE000000004: ???
==5196== by 0x8DBBF80055B0A5F: ???
==5196== by 0x1008DB63CF: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x104B7635: ???
==5196== by 0x8DB63CF: ???
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4BF19D: ngx_http_lua_access_by_chunk (ngx_http_lua_accessby.c:282)
==5196== by 0x4BF601: ngx_http_lua_access_handler_inline (ngx_http_lua_accessby.c:164)
==5196== by 0x4BF558: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:139)
==5196== by 0x448BD7: ngx_http_core_access_phase (ngx_http_core_module.c:1125)
==5196== by 0x444A52: ngx_http_core_run_phases (ngx_http_core_module.c:899)
==5196== by 0x444B61: ngx_http_handler (ngx_http_core_module.c:882)
==5196== by 0x450049: ngx_http_process_request (ngx_http_request.c:1857)
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x104B45EB: ???
==5196== by 0x546BC9B: ???
==5196== by 0x546BC9B: ???
==5196== by 0x8DB4A9F: ???
==5196== by 0x8DC7B0F: ???
==5196== by 0x8DFF9AF: ???
==5196== by 0x546BC9B: ???
==5196== by 0x8DEB4EF: ???
==5196== by 0x8DEB54F: ???
==5196== by 0x8DEB4EF: ???
==5196== by 0x8DEB6FF: ???
==5196== by 0x8DB63CF: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x104B1F73: ???
==5196== by 0x546BC9B: ???
==5196== by 0x546BC9B: ???
==5196== by 0x8DB4A9F: ???
==5196== by 0x8DC7B0F: ???
==5196== by 0x8DFF9AF: ???
==5196== by 0x546BC9B: ???
==5196== by 0x8DEB4EF: ???
==5196== by 0x8DEB54F: ???
==5196== by 0x8DEB4EF: ???
==5196== by 0x8DEB6FF: ???
==5196== by 0x8DB63CF: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x104AB162: ???
==5196== by 0x546BC9B: ???
==5196== by 0x546BC9B: ???
==5196== by 0x8DB4A9F: ???
==5196== by 0x8DC7B0F: ???
==5196== by 0x8DFF9AF: ???
==5196== by 0x546BC9B: ???
==5196== by 0x8DEB4EF: ???
==5196== by 0x8DEB54F: ???
==5196== by 0x8DEB4EF: ???
==5196== by 0x8DEB6FF: ???
==5196== by 0x8DB63CF: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x104A9799: ???
==5196== by 0x546BC9B: ???
==5196== by 0x546BC9B: ???
==5196== by 0x8DB4A9F: ???
==5196== by 0x8DC7B0F: ???
==5196== by 0x8DFF9AF: ???
==5196== by 0x546BC9B: ???
==5196== by 0x8DEB4EF: ???
==5196== by 0x8DEB54F: ???
==5196== by 0x8DEB4EF: ???
==5196== by 0x8DEB6FF: ???
==5196== by 0x8DB63CF: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x104A9799: ???
==5196== by 0x8E0C7AF: ???
==5196== by 0x208DB54CF: ???
==5196== by 0x7F172B008E0C92F: ???
==5196== by 0x104BF060: ???
==5196== by 0x7FEFFEA07: ???
==5196== by 0x3FEFFFFFFFFFFFFF: ???
==5196== by 0x3FF0000008E0C80F: ???
==5196== by 0x108E0C7AF: ???
==5196== by 0x8E0B37008DD8227: ???
==5196== by 0x8DBBF80104ADF8B: ???
==5196== by 0x1708DB63CF: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x104B1F73: ???
==5196== by 0x55B3670056E08AF: ???
==5196== by 0xE08DB54CF: ???
==5196== by 0x56E08A008E0D7AF: ???
==5196== by 0x546BCDF: ???
==5196== by 0x8E0D7AF: ???
==5196== by 0x20546BCDF: ???
==5196== by 0x300000001: ???
==5196== by 0x104ADEF6: ???
==5196== by 0x8D7D96000000002: ???
==5196== by 0x8DBBF80055B366F: ???
==5196== by 0xE08DB63CF: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x104AB162: ???
==5196== by 0x55B3670056E08AF: ???
==5196== by 0xE08DB54CF: ???
==5196== by 0x56E08A008E0D7AF: ???
==5196== by 0x546BCDF: ???
==5196== by 0x8E0D7AF: ???
==5196== by 0x20546BCDF: ???
==5196== by 0x300000001: ???
==5196== by 0x104ADEF6: ???
==5196== by 0x8D7D96000000002: ???
==5196== by 0x8DBBF80055B366F: ???
==5196== by 0xE08DB63CF: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x104B45EB: ???
==5196== by 0x22F: ???
==5196== by 0x8DC7ECF: ???
==5196== by 0x7FEFFEB57: ???
==5196== by 0x546BBFF: ???
==5196== by 0x546C817: ???
==5196== by 0x55D2517: ???
==5196== by 0x546C817: ???
==5196== by 0x410546BBFF: ???
==5196== by 0x546C817: ???
==5196== by 0x104BBDA0: ???
==5196== by 0xC0546C817: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x104B1F73: ???
==5196== by 0x22F: ???
==5196== by 0x8DC7ECF: ???
==5196== by 0x7FEFFEB57: ???
==5196== by 0x546BBFF: ???
==5196== by 0x546C817: ???
==5196== by 0x55D2517: ???
==5196== by 0x546C817: ???
==5196== by 0x410546BBFF: ???
==5196== by 0x546C817: ???
==5196== by 0x104BBDA0: ???
==5196== by 0xC0546C817: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x104AB162: ???
==5196== by 0x22F: ???
==5196== by 0x8DC7ECF: ???
==5196== by 0x7FEFFEB57: ???
==5196== by 0x546BBFF: ???
==5196== by 0x546C817: ???
==5196== by 0x55D2517: ???
==5196== by 0x546C817: ???
==5196== by 0x410546BBFF: ???
==5196== by 0x546C817: ???
==5196== by 0x104BBDA0: ???
==5196== by 0xC0546C817: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x104AF61A: ???
==5196== by 0x20566AAD6: ???
==5196== by 0x546BC9B: ???
==5196== by 0x8EB339F: ???
==5196== by 0x8EB342F: ???
==5196== by 0x8EB345F: ???
==5196== by 0x8EB342F: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x104B88D0: ???
==5196== by 0x8EBFAF7: ???
==5196== by 0x8EBFA7F: ???
==5196== by 0x8D05E4F: ???
==5196== by 0x10495161: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x104AF61A: ???
==5196== by 0x8EBFAF7: ???
==5196== by 0x8EBFA7F: ???
==5196== by 0x8D05E4F: ???
==5196== by 0x10495161: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x104AF61A: ???
==5196== by 0x8E9C33F: ???
==5196== by 0x8E8ADBF: ???
==5196== by 0x8E9236F: ???
==5196== by 0x8E8F4BF: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x104AB162: ???
==5196== by 0x546BCDF: ???
==5196== by 0x8E8B7EF: ???
==5196== by 0x7F2121008EC9B9F: ???
==5196== by 0x20546BCDF: ???
==5196== by 0x300000001: ???
==5196== by 0x1049C28A: ???
==5196== by 0x7FEFFEA0F: ???
==5196== by 0x107F2120F: ???
==5196== by 0x8D6ADE000000004: ???
==5196== by 0x8E93F20055B0A5F: ???
==5196== by 0x1008E8C6EF: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x104B7635: ???
==5196== by 0x8E8C6EF: ???
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4BF19D: ngx_http_lua_access_by_chunk (ngx_http_lua_accessby.c:282)
==5196== by 0x4BF601: ngx_http_lua_access_handler_inline (ngx_http_lua_accessby.c:164)
==5196== by 0x4BF558: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:139)
==5196== by 0x448BD7: ngx_http_core_access_phase (ngx_http_core_module.c:1125)
==5196== by 0x444A52: ngx_http_core_run_phases (ngx_http_core_module.c:899)
==5196== by 0x444B61: ngx_http_handler (ngx_http_core_module.c:882)
==5196== by 0x450049: ngx_http_process_request (ngx_http_request.c:1857)
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x104B45EB: ???
==5196== by 0x546BC9B: ???
==5196== by 0x546BC9B: ???
==5196== by 0x8E8ADBF: ???
==5196== by 0x8E9F26F: ???
==5196== by 0x8ECA51F: ???
==5196== by 0x546BC9B: ???
==5196== by 0x8EBF80F: ???
==5196== by 0x8EBF89F: ???
==5196== by 0x8EBF80F: ???
==5196== by 0x8EBFA1F: ???
==5196== by 0x8E8C6EF: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x104B1F73: ???
==5196== by 0x546BC9B: ???
==5196== by 0x546BC9B: ???
==5196== by 0x8E8ADBF: ???
==5196== by 0x8E9F26F: ???
==5196== by 0x8ECA51F: ???
==5196== by 0x546BC9B: ???
==5196== by 0x8EBF80F: ???
==5196== by 0x8EBF89F: ???
==5196== by 0x8EBF80F: ???
==5196== by 0x8EBFA1F: ???
==5196== by 0x8E8C6EF: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x104AB162: ???
==5196== by 0x546BC9B: ???
==5196== by 0x546BC9B: ???
==5196== by 0x8E8ADBF: ???
==5196== by 0x8E9F26F: ???
==5196== by 0x8ECA51F: ???
==5196== by 0x546BC9B: ???
==5196== by 0x8EBF80F: ???
==5196== by 0x8EBF89F: ???
==5196== by 0x8EBF80F: ???
==5196== by 0x8EBFA1F: ???
==5196== by 0x8E8C6EF: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x104A9799: ???
==5196== by 0x546BC9B: ???
==5196== by 0x546BC9B: ???
==5196== by 0x8E8ADBF: ???
==5196== by 0x8E9F26F: ???
==5196== by 0x8ECA51F: ???
==5196== by 0x546BC9B: ???
==5196== by 0x8EBF80F: ???
==5196== by 0x8EBF89F: ???
==5196== by 0x8EBF80F: ???
==5196== by 0x8EBFA1F: ???
==5196== by 0x8E8C6EF: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x104A9799: ???
==5196== by 0x8ED69BF: ???
==5196== by 0x208E8B7EF: ???
==5196== by 0x7F172B008ED6B3F: ???
==5196== by 0x104BF060: ???
==5196== by 0x7FEFFEA07: ???
==5196== by 0x3FEFFFFFFFFFFFFF: ???
==5196== by 0x3FF0000008ED6A1F: ???
==5196== by 0x108ED69BF: ???
==5196== by 0x8ED579008ED1C07: ???
==5196== by 0x8E93F20104ADF8B: ???
==5196== by 0x1708E8C6EF: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x104B1F73: ???
==5196== by 0x546CFC3: ???
==5196== by 0x8E8B7EF: ???
==5196== by 0x546BDDF: ???
==5196== by 0x2000000001: ???
==5196== by 0x546BC3F: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x104AB162: ???
==5196== by 0x546CFC3: ???
==5196== by 0x8E8B7EF: ???
==5196== by 0x546BDDF: ???
==5196== by 0x2000000001: ???
==5196== by 0x546BC3F: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x104AF61A: ???
==5196== by 0x20546C817: ???
==5196== by 0x546BC9B: ???
==5196== by 0x8F8597F: ???
==5196== by 0x8F85A0F: ???
==5196== by 0x8F85A3F: ???
==5196== by 0x8F85A0F: ???
==5196== by 0x2FFFFFFFF: ???
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4BF19D: ngx_http_lua_access_by_chunk (ngx_http_lua_accessby.c:282)
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x104AF61A: ???
==5196== by 0x8F8152F: ???
==5196== by 0x8F5076F: ???
==5196== by 0x8F573CF: ???
==5196== by 0x8F54E6F: ???
==5196== by 0x56671EF: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x10475D5A: ???
==5196== by 0x546C817: ???
==5196== by 0x4C48248: lj_meta_tget (lj_meta.c:136)
==5196== by 0x4C3AB80: lj_vmeta_tgetv (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4BF19D: ngx_http_lua_access_by_chunk (ngx_http_lua_accessby.c:282)
==5196== by 0x4BF601: ngx_http_lua_access_handler_inline (ngx_http_lua_accessby.c:164)
==5196== by 0x4BF558: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:139)
==5196== by 0x448BD7: ngx_http_core_access_phase (ngx_http_core_module.c:1125)
==5196== by 0x444A52: ngx_http_core_run_phases (ngx_http_core_module.c:899)
==5196== by 0x444B61: ngx_http_handler (ngx_http_core_module.c:882)
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x104AB162: ???
==5196== by 0x546BCDF: ???
==5196== by 0x8F5119F: ???
==5196== by 0x7F2121008F9228F: ???
==5196== by 0x20546BCDF: ???
==5196== by 0x300000001: ???
==5196== by 0x1049C28A: ???
==5196== by 0x7FEFFEA0F: ???
==5196== by 0x107F2120F: ???
==5196== by 0x8D6ADE000000004: ???
==5196== by 0x8F58530055B0A5F: ???
==5196== by 0x1008F5209F: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x104B7635: ???
==5196== by 0x8F5209F: ???
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4BF19D: ngx_http_lua_access_by_chunk (ngx_http_lua_accessby.c:282)
==5196== by 0x4BF601: ngx_http_lua_access_handler_inline (ngx_http_lua_accessby.c:164)
==5196== by 0x4BF558: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:139)
==5196== by 0x448BD7: ngx_http_core_access_phase (ngx_http_core_module.c:1125)
==5196== by 0x444A52: ngx_http_core_run_phases (ngx_http_core_module.c:899)
==5196== by 0x444B61: ngx_http_handler (ngx_http_core_module.c:882)
==5196== by 0x450049: ngx_http_process_request (ngx_http_request.c:1857)
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x104B45EB: ???
==5196== by 0x546BC9B: ???
==5196== by 0x546BC9B: ???
==5196== by 0x8F5076F: ???
==5196== by 0x8F7E5AF: ???
==5196== by 0x8F9298F: ???
==5196== by 0x546BC9B: ???
==5196== by 0x8F8811F: ???
==5196== by 0x8F881AF: ???
==5196== by 0x8F8811F: ???
==5196== by 0x8F8832F: ???
==5196== by 0x8F5209F: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x104B1F73: ???
==5196== by 0x546BC9B: ???
==5196== by 0x546BC9B: ???
==5196== by 0x8F5076F: ???
==5196== by 0x8F7E5AF: ???
==5196== by 0x8F9298F: ???
==5196== by 0x546BC9B: ???
==5196== by 0x8F8811F: ???
==5196== by 0x8F881AF: ???
==5196== by 0x8F8811F: ???
==5196== by 0x8F8832F: ???
==5196== by 0x8F5209F: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x104AB162: ???
==5196== by 0x546BC9B: ???
==5196== by 0x546BC9B: ???
==5196== by 0x8F5076F: ???
==5196== by 0x8F7E5AF: ???
==5196== by 0x8F9298F: ???
==5196== by 0x546BC9B: ???
==5196== by 0x8F8811F: ???
==5196== by 0x8F881AF: ???
==5196== by 0x8F8811F: ???
==5196== by 0x8F8832F: ???
==5196== by 0x8F5209F: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x104A9799: ???
==5196== by 0x546BC9B: ???
==5196== by 0x546BC9B: ???
==5196== by 0x8F5076F: ???
==5196== by 0x8F7E5AF: ???
==5196== by 0x8F9298F: ???
==5196== by 0x546BC9B: ???
==5196== by 0x8F8811F: ???
==5196== by 0x8F881AF: ???
==5196== by 0x8F8811F: ???
==5196== by 0x8F8832F: ???
==5196== by 0x8F5209F: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x104A9799: ???
==5196== by 0x8F9928F: ???
==5196== by 0x208F5119F: ???
==5196== by 0x7F172B008F9940F: ???
==5196== by 0x104BF060: ???
==5196== by 0x7FEFFEA07: ???
==5196== by 0x3FEFFFFFFFFFFFFF: ???
==5196== by 0x3FF0000008F992EF: ???
==5196== by 0x108F9928F: ???
==5196== by 0x8F98C6008F991BF: ???
==5196== by 0x8F58530104ADF8B: ???
==5196== by 0x1708F5209F: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x104B1F73: ???
==5196== by 0x55B3670056E08AF: ???
==5196== by 0xE08F5119F: ???
==5196== by 0x56E08A008F9A37F: ???
==5196== by 0x546BCDF: ???
==5196== by 0x8F9A37F: ???
==5196== by 0x20546BCDF: ???
==5196== by 0x300000001: ???
==5196== by 0x104ADEF6: ???
==5196== by 0x8D7D96000000002: ???
==5196== by 0x8F58530055B366F: ???
==5196== by 0xE08F5209F: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x104AB162: ???
==5196== by 0x55B3670056E08AF: ???
==5196== by 0xE08F5119F: ???
==5196== by 0x56E08A008F9A37F: ???
==5196== by 0x546BCDF: ???
==5196== by 0x8F9A37F: ???
==5196== by 0x20546BCDF: ???
==5196== by 0x300000001: ???
==5196== by 0x104ADEF6: ???
==5196== by 0x8D7D96000000002: ???
==5196== by 0x8F58530055B366F: ???
==5196== by 0xE08F5209F: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196==
==5196== More than 100 errors detected. Subsequent errors
==5196== will still be recorded, but in less detail than before.
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x104B1F73: ???
==5196== by 0x8FB70E7: ???
==5196== by 0x8FB7092: ???
==5196== by 0x8FB725F: ???
==5196== by 0x8E63FDF: ???
==5196== by 0x8F8D8DF: ???
==5196== by 0x8F8DA5F: ???
==5196== by 0x8F8DA8F: ???
==5196== by 0x8F8DA5F: ???
==5196== by 0x83CF70C5F8C7D125: ???
==5196== by 0x104AF360: ???
==5196== by 0x1056AE571: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x104AB162: ???
==5196== by 0x8FB70E7: ???
==5196== by 0x8FB7092: ???
==5196== by 0x8FB725F: ???
==5196== by 0x8E63FDF: ???
==5196== by 0x8F8D8DF: ???
==5196== by 0x8F8DA5F: ???
==5196== by 0x8F8DA8F: ???
==5196== by 0x8F8DA5F: ???
==5196== by 0x83CF70C5F8C7D125: ???
==5196== by 0x104AF360: ???
==5196== by 0x1056AE571: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x104A9799: ???
==5196== by 0x8FB70E7: ???
==5196== by 0x8FB7092: ???
==5196== by 0x8FB725F: ???
==5196== by 0x8E63FDF: ???
==5196== by 0x8F8D8DF: ???
==5196== by 0x8F8DA5F: ???
==5196== by 0x8F8DA8F: ???
==5196== by 0x8F8DA5F: ???
==5196== by 0x83CF70C5F8C7D125: ???
==5196== by 0x104AF360: ???
==5196== by 0x1056AE571: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x10474EDB: ???
==5196== by 0x546BC9B: ???
==5196== by 0x546BC9B: ???
==5196== by 0x8F5076F: ???
==5196== by 0x20546BCDF: ???
==5196== by 0x300000001: ???
==5196== by 0x546BC9B: ???
==5196== by 0x546BC9B: ???
==5196== by 0x100000000: ???
==5196== by 0x559ECBF: ???
==5196== by 0x8FC2BDF: ???
==5196== by 0xC08F5209F: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x10475D5A: ???
==5196== by 0x546BC9B: ???
==5196== by 0x8FCDD4F: ???
==5196== by 0x8FCD31F: ???
==5196== by 0x7E088CF: ???
==5196== by 0x20546C817: ???
==5196== by 0x546BC9B: ???
==5196== by 0x90414AF: ???
==5196== by 0x904153F: ???
==5196== by 0x904156F: ???
==5196== by 0x904153F: ???
==5196== by 0x2FFFFFFFF: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x104B88D0: ???
==5196== by 0x3FFFFFFFFFFFFFFF: ???
==5196== by 0x9047600090477DF: ???
==5196== by 0x3FEFFFFFFFFFFFFF: ???
==5196== by 0xF1: ???
==5196== by 0x566AAC7: ???
==5196== by 0x904760000000000: ???
==5196== by 0x30903421F: ???
==5196== by 0x4C39371: lj_BC_LEN (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x104AF61A: ???
==5196== by 0x3FFFFFFFFFFFFFFF: ???
==5196== by 0x9047600090477DF: ???
==5196== by 0x3FEFFFFFFFFFFFFF: ???
==5196== by 0xF1: ???
==5196== by 0x566AAC7: ???
==5196== by 0x904760000000000: ???
==5196== by 0x30903421F: ???
==5196== by 0x4C39371: lj_BC_LEN (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x104AF61A: ???
==5196== by 0x8FD4A5F: ???
==5196== by 0x8FCD31F: ???
==5196== by 0x901FD2F: ???
==5196== by 0x8FD427F: ???
==5196== by 0x566AAC7: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x104B7635: ???
==5196== by 0x8FCEC4F: ???
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196== by 0x448BD7: ngx_http_core_access_phase (ngx_http_core_module.c:1125)
==5196== by 0x444A52: ngx_http_core_run_phases (ngx_http_core_module.c:899)
==5196== by 0x4C394B: ngx_http_lua_socket_handle_success (ngx_http_lua_socket_tcp.c:2315)
==5196== by 0x4C8B00: ngx_http_lua_socket_tcp_read (ngx_http_lua_socket_tcp.c:1504)
==5196== by 0x4C91F7: ngx_http_lua_socket_read_handler (ngx_http_lua_socket_tcp.c:2149)
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x104A9799: ???
==5196== by 0x905CFDF: ???
==5196== by 0x208FCDD4F: ???
==5196== by 0x7F172B00905D15F: ???
==5196== by 0x104BF060: ???
==5196== by 0x7FEFFEA07: ???
==5196== by 0x3FEFFFFFFFFFFFFF: ???
==5196== by 0x3FF000000905D03F: ???
==5196== by 0x10905CFDF: ???
==5196== by 0x905C9B0090595C7: ???
==5196== by 0x902CD50104ADF8B: ???
==5196== by 0x1708FCEC4F: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x104AF61A: ???
==5196== by 0x900CEDF: ???
==5196== by 0x90056FF: ???
==5196== by 0x902044F: ???
==5196== by 0x900A43F: ???
==5196== by 0x566AAC7: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x10475D5A: ???
==5196== by 0x8D05E4F: ???
==5196== by 0x4C48248: lj_meta_tget (lj_meta.c:136)
==5196== by 0x4C3AB80: lj_vmeta_tgetv (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4CA9E0: ngx_http_lua_sleep_resume (ngx_http_lua_sleep.c:166)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196== by 0x448BD7: ngx_http_core_access_phase (ngx_http_core_module.c:1125)
==5196== by 0x444A52: ngx_http_core_run_phases (ngx_http_core_module.c:899)
==5196== by 0x4CAB42: ngx_http_lua_sleep_handler (ngx_http_lua_sleep.c:120)
==5196== by 0x42FE72: ngx_event_expire_timers (ngx_event_timer.c:151)
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x104B7635: ???
==5196== by 0x900702F: ???
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4CA9E0: ngx_http_lua_sleep_resume (ngx_http_lua_sleep.c:166)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196== by 0x448BD7: ngx_http_core_access_phase (ngx_http_core_module.c:1125)
==5196== by 0x444A52: ngx_http_core_run_phases (ngx_http_core_module.c:899)
==5196== by 0x4CAB42: ngx_http_lua_sleep_handler (ngx_http_lua_sleep.c:120)
==5196== by 0x42FE72: ngx_event_expire_timers (ngx_event_timer.c:151)
==5196== by 0x42FA3B: ngx_process_events_and_timers (ngx_event.c:264)
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x104A9799: ???
==5196== by 0x90B895F: ???
==5196== by 0x20900612F: ???
==5196== by 0x7F172B0090B8ADF: ???
==5196== by 0x104BF060: ???
==5196== by 0x7FEFFEB07: ???
==5196== by 0x3FEFFFFFFFFFFFFF: ???
==5196== by 0x3FF00000090B89BF: ???
==5196== by 0x1090B895F: ???
==5196== by 0x90B7D80090B888F: ???
==5196== by 0x90965F0104ADF8B: ???
==5196== by 0x170900702F: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x104AF61A: ???
==5196== by 0x900F5BF: ???
==5196== by 0x8FF777F: ???
==5196== by 0x9020ADF: ???
==5196== by 0x8FFBE7F: ???
==5196== by 0x566AAC7: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x104B45EB: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x104B1F73: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x104AB162: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x104B7635: ???
==5196== by 0x8FF90AF: ???
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4CA9E0: ngx_http_lua_sleep_resume (ngx_http_lua_sleep.c:166)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196== by 0x448BD7: ngx_http_core_access_phase (ngx_http_core_module.c:1125)
==5196== by 0x444A52: ngx_http_core_run_phases (ngx_http_core_module.c:899)
==5196== by 0x4CAB42: ngx_http_lua_sleep_handler (ngx_http_lua_sleep.c:120)
==5196== by 0x42FE72: ngx_event_expire_timers (ngx_event_timer.c:151)
==5196== by 0x42FA3B: ngx_process_events_and_timers (ngx_event.c:264)
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x104A9799: ???
==5196== by 0x546CFC3: ???
==5196== by 0x8FF81AF: ???
==5196== by 0x546BDDF: ???
==5196== by 0x2000000001: ???
==5196== by 0x546BC3F: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x104B1F73: ???
==5196== by 0x3FFFFFFFFFFFFFFF: ???
==5196== by 0x401FFFFFFFFFFFFF: ???
==5196== by 0x56AE576FFFFFFFF: ???
==5196== by 0x7056C7118: ???
==5196== by 0x4007FFFFFFFFFFFF: ???
==5196== by 0x3FFFFFFFFFFFFFFF: ???
==5196== by 0x401BFFFFFFFFFFFF: ???
==5196== by 0x55D11B000000000: ???
==5196== by 0x55B367000000002: ???
==5196== by 0x200000003: ???
==5196== by 0x1056AE571: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x104AB162: ???
==5196== by 0x3FFFFFFFFFFFFFFF: ???
==5196== by 0x401FFFFFFFFFFFFF: ???
==5196== by 0x56AE576FFFFFFFF: ???
==5196== by 0x7056C7118: ???
==5196== by 0x4007FFFFFFFFFFFF: ???
==5196== by 0x3FFFFFFFFFFFFFFF: ???
==5196== by 0x401BFFFFFFFFFFFF: ???
==5196== by 0x55D11B000000000: ???
==5196== by 0x55B367000000002: ???
==5196== by 0x200000003: ???
==5196== by 0x1056AE571: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x104A9799: ???
==5196== by 0x3FFFFFFFFFFFFFFF: ???
==5196== by 0x401FFFFFFFFFFFFF: ???
==5196== by 0x56AE576FFFFFFFF: ???
==5196== by 0x7056C7118: ???
==5196== by 0x4007FFFFFFFFFFFF: ???
==5196== by 0x3FFFFFFFFFFFFFFF: ???
==5196== by 0x401BFFFFFFFFFFFF: ???
==5196== by 0x55D11B000000000: ???
==5196== by 0x55B367000000002: ???
==5196== by 0x200000003: ???
==5196== by 0x1056AE571: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x10460E51: ???
==5196== by 0x3FFFFFFFFFFFFFFF: ???
==5196== by 0x401FFFFFFFFFFFFF: ???
==5196== by 0x56AE576FFFFFFFF: ???
==5196== by 0x7056C7118: ???
==5196== by 0x4007FFFFFFFFFFFF: ???
==5196== by 0x3FFFFFFFFFFFFFFF: ???
==5196== by 0x401BFFFFFFFFFFFF: ???
==5196== by 0x55D11B000000000: ???
==5196== by 0x55B367000000002: ???
==5196== by 0x200000003: ???
==5196== by 0x1056AE571: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x104B45EB: ???
==5196== by 0x1: ???
==5196== by 0x90DB06F: ???
==5196== by 0x7FEFFEC57: ???
==5196== by 0x5516F9F: ???
==5196== by 0x546C817: ???
==5196== by 0x55D2517: ???
==5196== by 0x546C817: ???
==5196== by 0x4105516F9F: ???
==5196== by 0x546C817: ???
==5196== by 0x104BBDA0: ???
==5196== by 0xC0546C817: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x104B1F73: ???
==5196== by 0x1: ???
==5196== by 0x90DB06F: ???
==5196== by 0x7FEFFEC57: ???
==5196== by 0x5516F9F: ???
==5196== by 0x546C817: ???
==5196== by 0x55D2517: ???
==5196== by 0x546C817: ???
==5196== by 0x4105516F9F: ???
==5196== by 0x546C817: ???
==5196== by 0x104BBDA0: ???
==5196== by 0xC0546C817: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x104AB162: ???
==5196== by 0x1: ???
==5196== by 0x90DB06F: ???
==5196== by 0x7FEFFEC57: ???
==5196== by 0x5516F9F: ???
==5196== by 0x546C817: ???
==5196== by 0x55D2517: ???
==5196== by 0x546C817: ???
==5196== by 0x4105516F9F: ???
==5196== by 0x546C817: ???
==5196== by 0x104BBDA0: ???
==5196== by 0xC0546C817: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x10474EDB: ???
==5196== by 0x1: ???
==5196== by 0x90DB06F: ???
==5196== by 0x7FEFFEC57: ???
==5196== by 0x5516F9F: ???
==5196== by 0x546C817: ???
==5196== by 0x55D2517: ???
==5196== by 0x546C817: ???
==5196== by 0x4105516F9F: ???
==5196== by 0x546C817: ???
==5196== by 0x104BBDA0: ???
==5196== by 0xC0546C817: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x10460E51: ???
==5196== by 0x1: ???
==5196== by 0x90DB06F: ???
==5196== by 0x7FEFFEC57: ???
==5196== by 0x5516F9F: ???
==5196== by 0x546C817: ???
==5196== by 0x55D2517: ???
==5196== by 0x546C817: ???
==5196== by 0x4105516F9F: ???
==5196== by 0x546C817: ???
==5196== by 0x104BBDA0: ???
==5196== by 0xC0546C817: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x104AF61A: ???
==5196== by 0x8FFF68F: ???
==5196== by 0x8FE1A9F: ???
==5196== by 0x902116F: ???
==5196== by 0x8FE69DF: ???
==5196== by 0x56671EF: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x10475D5A: ???
==5196== by 0x546CFC3: ???
==5196== by 0x4C48248: lj_meta_tget (lj_meta.c:136)
==5196== by 0x4C3AB80: lj_vmeta_tgetv (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4CA9E0: ngx_http_lua_sleep_resume (ngx_http_lua_sleep.c:166)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196== by 0x448BD7: ngx_http_core_access_phase (ngx_http_core_module.c:1125)
==5196== by 0x444A52: ngx_http_core_run_phases (ngx_http_core_module.c:899)
==5196== by 0x4CAB42: ngx_http_lua_sleep_handler (ngx_http_lua_sleep.c:120)
==5196== by 0x42FE72: ngx_event_expire_timers (ngx_event_timer.c:151)
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x104B7635: ???
==5196== by 0x8FE33CF: ???
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4CA9E0: ngx_http_lua_sleep_resume (ngx_http_lua_sleep.c:166)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196== by 0x448BD7: ngx_http_core_access_phase (ngx_http_core_module.c:1125)
==5196== by 0x444A52: ngx_http_core_run_phases (ngx_http_core_module.c:899)
==5196== by 0x4CAB42: ngx_http_lua_sleep_handler (ngx_http_lua_sleep.c:120)
==5196== by 0x42FE72: ngx_event_expire_timers (ngx_event_timer.c:151)
==5196== by 0x42FA3B: ngx_process_events_and_timers (ngx_event.c:264)
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x104A9799: ???
==5196== by 0x91B98CF: ???
==5196== by 0x208FE24CF: ???
==5196== by 0x7F172B0091B9A4F: ???
==5196== by 0x104BF060: ???
==5196== by 0x7FEFFEB07: ???
==5196== by 0x3FEFFFFFFFFFFFFF: ???
==5196== by 0x3FF00000091B992F: ???
==5196== by 0x1091B98CF: ???
==5196== by 0x91B8EE0091B97FF: ???
==5196== by 0x9180C30104ADF8B: ???
==5196== by 0x1708FE33CF: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x10460E51: ???
==5196== by 0x546BC9B: ???
==5196== by 0x546BC9B: ???
==5196== by 0x8FE1A9F: ???
==5196== by 0x20546BCDF: ???
==5196== by 0x300000001: ???
==5196== by 0x546BC9B: ???
==5196== by 0x546BC9B: ???
==5196== by 0x100000000: ???
==5196== by 0x559ECBF: ???
==5196== by 0x921E4EF: ???
==5196== by 0xC08FE33CF: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x104AF61A: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x104B88D0: ???
==5196== by 0x922EC600546C817: ???
==5196== by 0x546BC9B: ???
==5196== by 0x922EDDF: ???
==5196== by 0x922F04F: ???
==5196== by 0x922F0C7: ???
==5196== by 0x922F04F: ???
==5196== by 0x8FF20CF: ???
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4CA9E0: ngx_http_lua_sleep_resume (ngx_http_lua_sleep.c:166)
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x104AF61A: ???
==5196== by 0x922EC600546C817: ???
==5196== by 0x546BC9B: ???
==5196== by 0x922EDDF: ???
==5196== by 0x922F04F: ???
==5196== by 0x922F0C7: ???
==5196== by 0x922F04F: ???
==5196== by 0x8FF20CF: ???
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4CA9E0: ngx_http_lua_sleep_resume (ngx_http_lua_sleep.c:166)
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x104AF61A: ???
==5196== by 0x9000A8F: ???
==5196== by 0x8FF079F: ???
==5196== by 0x90217FF: ???
==5196== by 0x8FF4E9F: ???
==5196== by 0x56671EF: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x104B7635: ???
==5196== by 0x8FF20CF: ???
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4CA9E0: ngx_http_lua_sleep_resume (ngx_http_lua_sleep.c:166)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196== by 0x448BD7: ngx_http_core_access_phase (ngx_http_core_module.c:1125)
==5196== by 0x444A52: ngx_http_core_run_phases (ngx_http_core_module.c:899)
==5196== by 0x4CAB42: ngx_http_lua_sleep_handler (ngx_http_lua_sleep.c:120)
==5196== by 0x42FE72: ngx_event_expire_timers (ngx_event_timer.c:151)
==5196== by 0x42FA3B: ngx_process_events_and_timers (ngx_event.c:264)
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x104A9799: ???
==5196== by 0x9243F6F: ???
==5196== by 0x208FF11CF: ???
==5196== by 0x7F172B0092440EF: ???
==5196== by 0x104BF060: ???
==5196== by 0x7FEFFEB07: ???
==5196== by 0x3FEFFFFFFFFFFFFF: ???
==5196== by 0x3FF0000009243FCF: ???
==5196== by 0x109243F6F: ???
==5196== by 0x924358009243E9F: ???
==5196== by 0x9220700104ADF8B: ???
==5196== by 0x1708FF20CF: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x10460E51: ???
==5196== by 0x546BC3F: ???
==5196== by 0x1BEDFB540000022A: ???
==5196== by 0x345C223145D1B06F: ???
==5196== by 0x8847A0F: ???
==5196== by 0x1FFFFFFFF: ???
==5196== by 0x4C43552: lj_buf_tostr (lj_buf.c:208)
==5196== by 0x104BC6A0: ???
==5196== by 0x608FF20CF: ???
==5196== by 0x8847A0F: ???
==5196== by 0x7FEFFEC57: ???
==5196== by 0x5517387: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x10454331: ???
==5196== by 0x546BC3F: ???
==5196== by 0x1BEDFB540000022A: ???
==5196== by 0x345C223145D1B06F: ???
==5196== by 0x8847A0F: ???
==5196== by 0x1FFFFFFFF: ???
==5196== by 0x4C43552: lj_buf_tostr (lj_buf.c:208)
==5196== by 0x104BC6A0: ???
==5196== by 0x608FF20CF: ???
==5196== by 0x8847A0F: ???
==5196== by 0x7FEFFEC57: ???
==5196== by 0x5517387: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x10454331: ???
==5196== by 0x546BC9B: ???
==5196== by 0x546BC9B: ???
==5196== by 0x8FF079F: ???
==5196== by 0x20546BCDF: ???
==5196== by 0x300000001: ???
==5196== by 0x546BC9B: ???
==5196== by 0x546BC9B: ???
==5196== by 0x100000000: ???
==5196== by 0x559ECBF: ???
==5196== by 0x9257B7F: ???
==5196== by 0xC08FF20CF: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x104AF61A: ???
==5196== by 0x566AACB: ???
==5196== by 0x546BC9B: ???
==5196== by 0x927F82F: ???
==5196== by 0x927F8BF: ???
==5196== by 0x927F8EF: ???
==5196== by 0x927F8BF: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x104AF61A: ???
==5196== by 0x926528F: ???
==5196== by 0x926096F: ???
==5196== by 0x926736F: ???
==5196== by 0x926506F: ???
==5196== by 0x566AAC7: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x104B7635: ???
==5196== by 0x926229F: ???
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4BF19D: ngx_http_lua_access_by_chunk (ngx_http_lua_accessby.c:282)
==5196== by 0x4BF601: ngx_http_lua_access_handler_inline (ngx_http_lua_accessby.c:164)
==5196== by 0x4BF558: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:139)
==5196== by 0x448BD7: ngx_http_core_access_phase (ngx_http_core_module.c:1125)
==5196== by 0x444A52: ngx_http_core_run_phases (ngx_http_core_module.c:899)
==5196== by 0x444B61: ngx_http_handler (ngx_http_core_module.c:882)
==5196== by 0x450049: ngx_http_process_request (ngx_http_request.c:1857)
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x104A9799: ???
==5196== by 0x929E0AF: ???
==5196== by 0x20926139F: ???
==5196== by 0x7F172B00929E22F: ???
==5196== by 0x104BF060: ???
==5196== by 0x7FEFFEA07: ???
==5196== by 0x3FEFFFFFFFFFFFFF: ???
==5196== by 0x3FF000000929E10F: ???
==5196== by 0x10929E0AF: ???
==5196== by 0x929D4E0092983F7: ???
==5196== by 0x92684D0104ADF8B: ???
==5196== by 0x170926229F: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x1824704A: ???
==5196== by 0x7FEFFE8DF: ???
==5196== by 0x546BDDF: ???
==5196== by 0x546BDDF: ???
==5196== by 0x70946487F: ???
==5196== by 0x55D04D7: ???
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x546BDDF: ???
==5196== by 0x4FEFFE8FF: ???
==5196== by 0x9464EFF: ???
==5196== by 0x946487F: ???
==5196== by 0x946487F: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x1824704A: ???
==5196== by 0x1F: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x1824704A: ???
==5196== by 0x70546C817: ???
==5196== by 0x546BDDF: ???
==5196== by 0x546BDDF: ???
==5196== by 0x70946487F: ???
==5196== by 0x55D06DB: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x18238EDF: ???
==5196== by 0x10546C817: ???
==5196== by 0x4C3C04B: lj_vm_inshook (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196== by 0x448BD7: ngx_http_core_access_phase (ngx_http_core_module.c:1125)
==5196== by 0x444A52: ngx_http_core_run_phases (ngx_http_core_module.c:899)
==5196== by 0x4C394B: ngx_http_lua_socket_handle_success (ngx_http_lua_socket_tcp.c:2315)
==5196== by 0x4C8B00: ngx_http_lua_socket_tcp_read (ngx_http_lua_socket_tcp.c:1504)
==5196== by 0x4C91F7: ngx_http_lua_socket_read_handler (ngx_http_lua_socket_tcp.c:2149)
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x182456CF: ???
==5196== by 0x20546C817: ???
==5196== by 0x4: ???
==5196== by 0x7FEFFEB57: ???
==5196== by 0x55172BF: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x182490E0: ???
==5196== by 0x55B763F: ???
==5196== by 0x936E4D7: ???
==5196== by 0x950EE9F: ???
==5196== by 0x950F8CF: ???
==5196== by 0x7FEFFE8FF: ???
==5196== by 0x546BDDF: ???
==5196== by 0x546BDDF: ???
==5196== by 0x7FEFFE8FF: ???
==5196== by 0x55AA977: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x18264BB5: ???
==5196== by 0x859E8EF: ???
==5196== by 0x5: ???
==5196== by 0x55D13E3: ???
==5196== by 0x95861EF: ???
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x1824704A: ???
==5196== by 0x546C817: ???
==5196== by 0x936E4D7: ???
==5196== by 0x950EE9F: ???
==5196== by 0x950F8CF: ???
==5196== by 0x7FEFFE8FF: ???
==5196== by 0x546BDDF: ???
==5196== by 0x546BDDF: ???
==5196== by 0x7FEFFE8FF: ???
==5196== by 0x55AA977: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x1824704A: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x1822F842: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x1822F842: ???
==5196== by 0x950EE9F: ???
==5196== by 0x4CC6156: lj_trace_exit (lj_trace.c:828)
==5196== by 0x4C3C283: lj_vm_exit_handler (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x1822F842: ???
==5196== by 0x7FEFFE8DF: ???
==5196== by 0x546BDDF: ???
==5196== by 0x546BDDF: ???
==5196== by 0x70950F8CF: ???
==5196== by 0x55D04D7: ???
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x7FEFFEA0F: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x18238EDF: ???
==5196== by 0x54E6200056A9EEF: ???
==5196== by 0x544D80F: ???
==5196== by 0x7FEFFEC57: ???
==5196== by 0x5516F9F: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x18238EDF: ???
==5196== by 0x20546C817: ???
==5196== by 0x4C399E1: lj_BC_TNEW (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4CA9E0: ngx_http_lua_sleep_resume (ngx_http_lua_sleep.c:166)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196== by 0x448BD7: ngx_http_core_access_phase (ngx_http_core_module.c:1125)
==5196== by 0x444A52: ngx_http_core_run_phases (ngx_http_core_module.c:899)
==5196== by 0x4CAB42: ngx_http_lua_sleep_handler (ngx_http_lua_sleep.c:120)
==5196== by 0x42FE72: ngx_event_expire_timers (ngx_event_timer.c:151)
==5196== by 0x42FA3B: ngx_process_events_and_timers (ngx_event.c:264)
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x182456CF: ???
==5196== by 0x3FEFFFFFFFFFFFFF: ???
==5196== by 0x4: ???
==5196== by 0x7FEFFEC57: ???
==5196== by 0x5516F9F: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4CA9E0: ngx_http_lua_sleep_resume (ngx_http_lua_sleep.c:166)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x18230766: ???
==5196== by 0x546C817: ???
==5196== by 0x95639CF: ???
==5196== by 0x955C33F: ???
==5196== by 0x9557A1F: ???
==5196== by 0x9563AC7: ???
==5196== by 0x9564217: ???
==5196== by 0x7735959F084CA35F: ???
==5196== by 0x41DDCD6567BFFFFF: ???
==5196== by 0x84CA367: ???
==5196== by 0x84CA36F: ???
==5196== by 0x84CA37F: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x1822F842: ???
==5196== by 0x546C817: ???
==5196== by 0x9557A1F: ???
==5196== by 0x9557A1F: ???
==5196== by 0x955844F: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x1824704A: ???
==5196== by 0x300000002: ???
==5196== by 0x564AB4F: ???
==5196== by 0x56E8DBF: ???
==5196== by 0x955844F: ???
==5196== by 0x37: ???
==5196== by 0x7B5EE17: ???
==5196== by 0x564AAEF: ???
==5196== by 0x9557A1F: ???
==5196== by 0x955844F: ???
==5196== by 0x304CE3941: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x1822F842: ???
==5196== by 0x9557A1F: ???
==5196== by 0x4CC6156: lj_trace_exit (lj_trace.c:828)
==5196== by 0x4C3C283: lj_vm_exit_handler (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x1824704A: ???
==5196== by 0x7FEFFE9DF: ???
==5196== by 0x546BDDF: ???
==5196== by 0x546BDDF: ???
==5196== by 0x70955844F: ???
==5196== by 0x55D04D7: ???
==5196== by 0x9557A1F: ???
==5196== by 0x1101: ???
==5196== by 0x3802855F: ??? (mc_malloc_wrappers.c:271)
==5196== by 0x9558ACF: ???
==5196== by 0x56ACCAF: ???
==5196== by 0x955844F: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x1822F842: ???
==5196== by 0x7FEFFE9DF: ???
==5196== by 0x546BDDF: ???
==5196== by 0x546BDDF: ???
==5196== by 0x70955844F: ???
==5196== by 0x55D04D7: ???
==5196== by 0x9557A1F: ???
==5196== by 0x1101: ???
==5196== by 0x3802855F: ??? (mc_malloc_wrappers.c:271)
==5196== by 0x9558ACF: ???
==5196== by 0x56ACCAF: ???
==5196== by 0x955844F: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x18222636: ???
==5196== by 0x70546C817: ???
==5196== by 0x546BDDF: ???
==5196== by 0x546BDDF: ???
==5196== by 0x70955844F: ???
==5196== by 0x55D06DB: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x1821F7E0: ???
==5196== by 0x70546C817: ???
==5196== by 0x546BDDF: ???
==5196== by 0x546BDDF: ???
==5196== by 0x70955844F: ???
==5196== by 0x55D06DB: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x18238EDF: ???
==5196== by 0x54878000564CD4F: ???
==5196== by 0x5664EBF: ???
==5196== by 0x7FEFFEC57: ???
==5196== by 0x551744F: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x18238EDF: ???
==5196== by 0x546C817: ???
==5196== by 0x4C3AB80: lj_vmeta_tgetv (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4CA9E0: ngx_http_lua_sleep_resume (ngx_http_lua_sleep.c:166)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196== by 0x448BD7: ngx_http_core_access_phase (ngx_http_core_module.c:1125)
==5196== by 0x444A52: ngx_http_core_run_phases (ngx_http_core_module.c:899)
==5196== by 0x4CAB42: ngx_http_lua_sleep_handler (ngx_http_lua_sleep.c:120)
==5196== by 0x42FE72: ngx_event_expire_timers (ngx_event_timer.c:151)
==5196== by 0x42FA3B: ngx_process_events_and_timers (ngx_event.c:264)
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x1824704A: ???
==5196== by 0x1101: ???
==5196== by 0x546BC3F: ???
==5196== by 0x7FEFFE9AB: ???
==5196== by 0x954280F: ???
==5196== by 0x546BCDF: ???
==5196== by 0x1FEFFEAEF: ???
==5196== by 0x300000002: ???
==5196== by 0x543CB6F: ???
==5196== by 0x954280F: ???
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C4602F: lj_tab_newkey (lj_tab.c:458)
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x1822F842: ???
==5196== by 0x1101: ???
==5196== by 0x546BC3F: ???
==5196== by 0x7FEFFE9AB: ???
==5196== by 0x954280F: ???
==5196== by 0x546BCDF: ???
==5196== by 0x1FEFFEAEF: ???
==5196== by 0x300000002: ???
==5196== by 0x543CB6F: ???
==5196== by 0x954280F: ???
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C4602F: lj_tab_newkey (lj_tab.c:458)
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x18222636: ???
==5196== by 0x1101: ???
==5196== by 0x546BC3F: ???
==5196== by 0x7FEFFE9AB: ???
==5196== by 0x954280F: ???
==5196== by 0x546BCDF: ???
==5196== by 0x1FEFFEAEF: ???
==5196== by 0x300000002: ???
==5196== by 0x543CB6F: ???
==5196== by 0x954280F: ???
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C4602F: lj_tab_newkey (lj_tab.c:458)
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x1821F7E0: ???
==5196== by 0x1101: ???
==5196== by 0x546BC3F: ???
==5196== by 0x7FEFFE9AB: ???
==5196== by 0x954280F: ???
==5196== by 0x546BCDF: ???
==5196== by 0x1FEFFEAEF: ???
==5196== by 0x300000002: ???
==5196== by 0x543CB6F: ???
==5196== by 0x954280F: ???
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C4602F: lj_tab_newkey (lj_tab.c:458)
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x18222636: ???
==5196== by 0x546C817: ???
==5196== by 0x546BC3F: ???
==5196== by 0x7FEFFE9AB: ???
==5196== by 0x954280F: ???
==5196== by 0x546BCDF: ???
==5196== by 0x1FEFFEAEF: ???
==5196== by 0x300000002: ???
==5196== by 0x543CB6F: ???
==5196== by 0x954280F: ???
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0xFCC89FE104C4602F: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x1821F7E0: ???
==5196== by 0x546C817: ???
==5196== by 0x546BC3F: ???
==5196== by 0x7FEFFE9AB: ???
==5196== by 0x954280F: ???
==5196== by 0x546BCDF: ???
==5196== by 0x1FEFFEAEF: ???
==5196== by 0x300000002: ???
==5196== by 0x543CB6F: ???
==5196== by 0x954280F: ???
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0xFCC89FE104C4602F: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x1821F7E0: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x1821F7E0: ???
==5196== by 0x7FEFFE9DF: ???
==5196== by 0x546BDDF: ???
==5196== by 0x546BDDF: ???
==5196== by 0x70954280F: ???
==5196== by 0x55D04D7: ???
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x18238EDF: ???
==5196== by 0x54CD9C00566DA2F: ???
==5196== by 0x55ED3FF: ???
==5196== by 0x7FEFFEC57: ???
==5196== by 0x55171F7: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x18238EDF: ???
==5196== by 0x20000000D: ???
==5196== by 0x4C399E1: lj_BC_TNEW (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4CA9E0: ngx_http_lua_sleep_resume (ngx_http_lua_sleep.c:166)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196== by 0x448BD7: ngx_http_core_access_phase (ngx_http_core_module.c:1125)
==5196== by 0x444A52: ngx_http_core_run_phases (ngx_http_core_module.c:899)
==5196== by 0x4CAB42: ngx_http_lua_sleep_handler (ngx_http_lua_sleep.c:120)
==5196== by 0x42FE72: ngx_event_expire_timers (ngx_event_timer.c:151)
==5196== by 0x42FA3B: ngx_process_events_and_timers (ngx_event.c:264)
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x18215681: ???
==5196== by 0x1101: ???
==5196== by 0x546BC3F: ???
==5196== by 0x7FEFFE9AB: ???
==5196== by 0x952650F: ???
==5196== by 0x546BCDF: ???
==5196== by 0x1FEFFEAEF: ???
==5196== by 0x300000002: ???
==5196== by 0x56D3A3F: ???
==5196== by 0x952650F: ???
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C4602F: lj_tab_newkey (lj_tab.c:458)
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x18215681: ???
==5196== by 0x546C817: ???
==5196== by 0x546BC3F: ???
==5196== by 0x7FEFFE9AB: ???
==5196== by 0x952650F: ???
==5196== by 0x546BCDF: ???
==5196== by 0x1FEFFEAEF: ???
==5196== by 0x300000002: ???
==5196== by 0x56D3A3F: ???
==5196== by 0x952650F: ???
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0xFCC89FE104C4602F: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x1822B173: ???
==5196== by 0x241638534: ???
==5196== by 0x4C43552: lj_buf_tostr (lj_buf.c:208)
==5196== by 0x1827E504: ???
==5196== by 0x546BC3F: ???
==5196== by 0x40467FFFFFFFFFFF: ???
==5196== by 0x56A11C0056DB45F: ???
==5196== by 0x40467FFFFFFFFFFF: ???
==5196== by 0x40467FFFFFFFFFFF: ???
==5196== by 0x56A9F7000000005: ???
==5196== by 0x7FEFFEC57: ???
==5196== by 0x55171F7: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x18250980: ???
==5196== by 0x54CF4DF: ???
==5196== by 0x53979E008A1469F: ???
==5196== by 0x3FFFFFFFFFFFFFFF: ???
==5196== by 0x952740F: ???
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x18260AA1: ???
==5196== by 0x56A9BAF: ???
==5196== by 0x1FFFFFFFF: ???
==5196== by 0x56A9B8F: ???
==5196== by 0x1FFFFFFFF: ???
==5196== by 0x1FFFFFFFF: ???
==5196== by 0x2: ???
==5196== by 0x7FEFFEC57: ???
==5196== by 0x55171F7: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x18250980: ???
==5196== by 0x54CF4DF: ???
==5196== by 0x53979E008A1469F: ???
==5196== by 0x3FFFFFFFFFFFFFFF: ???
==5196== by 0x952740F: ???
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x18215681: ???
==5196== by 0x7FEFFE9DF: ???
==5196== by 0x546BDDF: ???
==5196== by 0x546BDDF: ???
==5196== by 0x70952650F: ???
==5196== by 0x55D04D7: ???
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x3FEFFFFFFFFFFFFF: ???
==5196== by 0x3FEFFFFFFFFFFFFF: ???
==5196== by 0x9526B8F: ???
==5196== by 0x56ACCAF: ???
==5196== by 0x952650F: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x18222636: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x18215681: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x182130E2: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x182172B9: ???
==5196== by 0x95495F7: ???
==5196== by 0x78EBB27: ???
==5196== by 0x7FEFFEAAF: ???
==5196== by 0x78E725F: ???
==5196== by 0x78EBACF: ???
==5196== by 0x9533A2F: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x18238EDF: ???
==5196== by 0x95FAC10078DE78F: ???
==5196== by 0x77CEA4F: ???
==5196== by 0x7FEFFEC57: ???
==5196== by 0x5517387: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x182130E2: ???
==5196== by 0x1101: ???
==5196== by 0x546BC3F: ???
==5196== by 0x7FEFFE9AB: ???
==5196== by 0x953445F: ???
==5196== by 0x546BCDF: ???
==5196== by 0x1FEFFEAEF: ???
==5196== by 0x300000002: ???
==5196== by 0x9605F4F: ???
==5196== by 0x953445F: ???
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C4602F: lj_tab_newkey (lj_tab.c:458)
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x182130E2: ???
==5196== by 0x546C817: ???
==5196== by 0x9533A2F: ???
==5196== by 0x7FEFFE9AB: ???
==5196== by 0x953445F: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x1824704A: ???
==5196== by 0x7FEFFE95F: ???
==5196== by 0x960D88F: ???
==5196== by 0x1101: ???
==5196== by 0x953445F: ???
==5196== by 0x37: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x18222636: ???
==5196== by 0x7FEFFE9DF: ???
==5196== by 0x546BDDF: ???
==5196== by 0x546BDDF: ???
==5196== by 0x70953445F: ???
==5196== by 0x55D06DB: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x182130E2: ???
==5196== by 0x7FEFFE9DF: ???
==5196== by 0x546BDDF: ???
==5196== by 0x546BDDF: ???
==5196== by 0x70953445F: ???
==5196== by 0x55D06DB: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x182172B9: ???
==5196== by 0x780CEB7: ???
==5196== by 0x7815B97: ???
==5196== by 0x7FEFFE9AF: ???
==5196== by 0x791D9CF: ???
==5196== by 0x7815B3F: ???
==5196== by 0x791455F: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x18238EDF: ???
==5196== by 0x782531008580EAF: ???
==5196== by 0x7817F20078231FF: ???
==5196== by 0x7FEFFEB57: ???
==5196== by 0x546BBFF: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x18238EDF: ???
==5196== by 0x84B8CF000000001: ???
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4BF19D: ngx_http_lua_access_by_chunk (ngx_http_lua_accessby.c:282)
==5196== by 0x4BF601: ngx_http_lua_access_handler_inline (ngx_http_lua_accessby.c:164)
==5196== by 0x4BF558: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:139)
==5196== by 0x448BD7: ngx_http_core_access_phase (ngx_http_core_module.c:1125)
==5196== by 0x444A52: ngx_http_core_run_phases (ngx_http_core_module.c:899)
==5196== by 0x444B61: ngx_http_handler (ngx_http_core_module.c:882)
==5196== by 0x450049: ngx_http_process_request (ngx_http_request.c:1857)
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x1824704A: ???
==5196== by 0x7FEFFE85F: ???
==5196== by 0x964801F: ???
==5196== by 0x1101: ???
==5196== by 0x7914F8F: ???
==5196== by 0x37: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x9894B10: ???
==5196== by 0x54F3CB7: ???
==5196== by 0x54F3C07: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x988B7D2: ???
==5196== by 0x55B15E00546C817: ???
==5196== by 0x4C3AB80: lj_vmeta_tgetv (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4BF19D: ngx_http_lua_access_by_chunk (ngx_http_lua_accessby.c:282)
==5196== by 0x4BF601: ngx_http_lua_access_handler_inline (ngx_http_lua_accessby.c:164)
==5196== by 0x4BF558: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:139)
==5196== by 0x448BD7: ngx_http_core_access_phase (ngx_http_core_module.c:1125)
==5196== by 0x444A52: ngx_http_core_run_phases (ngx_http_core_module.c:899)
==5196== by 0x444B61: ngx_http_handler (ngx_http_core_module.c:882)
==5196== by 0x450049: ngx_http_process_request (ngx_http_request.c:1857)
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x988B7D2: ???
==5196== by 0x80566AABF: ???
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196== by 0x448BD7: ngx_http_core_access_phase (ngx_http_core_module.c:1125)
==5196== by 0x444A52: ngx_http_core_run_phases (ngx_http_core_module.c:899)
==5196== by 0x4C394B: ngx_http_lua_socket_handle_success (ngx_http_lua_socket_tcp.c:2315)
==5196== by 0x4C8B00: ngx_http_lua_socket_tcp_read (ngx_http_lua_socket_tcp.c:1504)
==5196== by 0x4C91F7: ngx_http_lua_socket_read_handler (ngx_http_lua_socket_tcp.c:2149)
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x988B7D2: ???
==5196== by 0x55B15E0055B15CF: ???
==5196== by 0x4C3AB80: lj_vmeta_tgetv (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196== by 0x448BD7: ngx_http_core_access_phase (ngx_http_core_module.c:1125)
==5196== by 0x444A52: ngx_http_core_run_phases (ngx_http_core_module.c:899)
==5196== by 0x4C394B: ngx_http_lua_socket_handle_success (ngx_http_lua_socket_tcp.c:2315)
==5196== by 0x4C8B00: ngx_http_lua_socket_tcp_read (ngx_http_lua_socket_tcp.c:1504)
==5196== by 0x4C91F7: ngx_http_lua_socket_read_handler (ngx_http_lua_socket_tcp.c:2149)
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x9C9CB27: ???
==5196== by 0x70546C817: ???
==5196== by 0x4C501C1: lj_dispatch_call (lj_dispatch.c:516)
==5196== by 0x4C3AB80: lj_vmeta_tgetv (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196== by 0x448BD7: ngx_http_core_access_phase (ngx_http_core_module.c:1125)
==5196== by 0x444A52: ngx_http_core_run_phases (ngx_http_core_module.c:899)
==5196== by 0x4C394B: ngx_http_lua_socket_handle_success (ngx_http_lua_socket_tcp.c:2315)
==5196== by 0x4C8B00: ngx_http_lua_socket_tcp_read (ngx_http_lua_socket_tcp.c:1504)
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x9889C24: ???
==5196== by 0x3FFFFFFFFFFFFFFF: ???
==5196== by 0x9876EF5: ???
==5196== by 0x2056847BF: ???
==5196== by 0x85B095000000009: ???
==5196== by 0x7FEFFEB57: ???
==5196== by 0x5516F9F: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x988B7D2: ???
==5196== by 0x566AABF: ???
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4CA9E0: ngx_http_lua_sleep_resume (ngx_http_lua_sleep.c:166)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196== by 0x448BD7: ngx_http_core_access_phase (ngx_http_core_module.c:1125)
==5196== by 0x444A52: ngx_http_core_run_phases (ngx_http_core_module.c:899)
==5196== by 0x4CAB42: ngx_http_lua_sleep_handler (ngx_http_lua_sleep.c:120)
==5196== by 0x42FE72: ngx_event_expire_timers (ngx_event_timer.c:151)
==5196== by 0x42FA3B: ngx_process_events_and_timers (ngx_event.c:264)
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x9C9CB27: ???
==5196== by 0x546BC9B: ???
==5196== by 0x991263F: ???
==5196== by 0x546BC9B: ???
==5196== by 0x546BC9B: ???
==5196== by 0x991263F: ???
==5196== by 0x403CFFFFFFFFFFFF: ???
==5196== by 0x50858C9FF: ???
==5196== by 0x546BC9B: ???
==5196== by 0x99BE88F: ???
==5196== by 0x99BE91F: ???
==5196== by 0x99BE94F: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x9C9CB27: ???
==5196== by 0x546C817: ???
==5196== by 0x4C437B0: lj_str_find (lj_str.c:81)
==5196== by 0x9916C9F: ???
==5196== by 0x99CA2F000000000: ???
==5196== by 0x99CA22F: ???
==5196== by 0x55B15E0055B15CF: ???
==5196== by 0x4C3AB80: lj_vmeta_tgetv (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4CA9E0: ngx_http_lua_sleep_resume (ngx_http_lua_sleep.c:166)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x9889C24: ???
==5196== by 0x56671EF: ???
==5196== by 0xAFFFFFFFF: ???
==5196== by 0x200000001: ???
==5196== by 0x4C3C04B: lj_vm_inshook (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4CA9E0: ngx_http_lua_sleep_resume (ngx_http_lua_sleep.c:166)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196== by 0x448BD7: ngx_http_core_access_phase (ngx_http_core_module.c:1125)
==5196== by 0x444A52: ngx_http_core_run_phases (ngx_http_core_module.c:899)
==5196== by 0x4CAB42: ngx_http_lua_sleep_handler (ngx_http_lua_sleep.c:120)
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x9C98F55: ???
==5196== by 0x980546C817: ???
==5196== by 0x406300000991306F: ???
==5196== by 0x99D5FEF: ???
==5196== by 0x4C437B0: lj_str_find (lj_str.c:81)
==5196== by 0x9916C9F: ???
==5196== by 0x99D605000000000: ???
==5196== by 0x99D5F8F: ???
==5196== by 0x55B2E30055B2E1F: ???
==5196== by 0x4C3AB80: lj_vmeta_tgetv (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x9C98F55: ???
==5196== by 0x9B0546C817: ???
==5196== by 0x406360000991306F: ???
==5196== by 0x99D5FEF: ???
==5196== by 0x4C501C1: lj_dispatch_call (lj_dispatch.c:516)
==5196== by 0x4C3AB80: lj_vmeta_tgetv (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4CA9E0: ngx_http_lua_sleep_resume (ngx_http_lua_sleep.c:166)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196== by 0x448BD7: ngx_http_core_access_phase (ngx_http_core_module.c:1125)
==5196== by 0x444A52: ngx_http_core_run_phases (ngx_http_core_module.c:899)
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x988B7D2: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x9889C24: ???
==5196== by 0x9A6F4A00546C817: ???
==5196== by 0x109A6F43F: ???
==5196== by 0x567B0300567B01F: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x9CAC0D1: ???
==5196== by 0x9A7849008567F6F: ???
==5196== by 0x98ECDCF: ???
==5196== by 0x7A98DBF: ???
==5196== by 0x4C437DA: lj_str_find (lj_str.c:83)
==5196== by 0x9892791: ???
==5196== by 0x7A98E2009A781DF: ???
==5196== by 0x107A98DBF: ???
==5196== by 0x56E08B0056E089F: ???
==5196== by 0x4C39371: lj_BC_LEN (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x9CAC0D1: ???
==5196== by 0x558C66B: ???
==5196== by 0x4C3FFC0: lj_gc_step_jit (lj_gc.c:712)
==5196== by 0x9895AC9: ???
==5196== by 0x546BC3F: ???
==5196== by 0x98ECDCF: ???
==5196== by 0x7FEFFEB0F: ???
==5196== by 0x558C18F: ???
==5196== by 0x56671EF: ???
==5196== by 0xAFFFFFFFF: ???
==5196== by 0x7A79D30055B186F: ???
==5196== by 0x4C3C04B: lj_vm_inshook (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x9CADDC9: ???
==5196== by 0x546C817: ???
==5196== by 0x98F85AF: ???
==5196== by 0x546BC9B: ???
==5196== by 0x4C48248: lj_meta_tget (lj_meta.c:136)
==5196== by 0x4C3AB80: lj_vmeta_tgetv (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4CA9E0: ngx_http_lua_sleep_resume (ngx_http_lua_sleep.c:166)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196== by 0x448BD7: ngx_http_core_access_phase (ngx_http_core_module.c:1125)
==5196== by 0x444A52: ngx_http_core_run_phases (ngx_http_core_module.c:899)
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x9889C24: ???
==5196== by 0x9ACB5C00546C817: ???
==5196== by 0x109ACB4FF: ???
==5196== by 0x567B0300567B01F: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x9CAC0D1: ???
==5196== by 0x9B0546C817: ???
==5196== by 0x40636000098F85AF: ???
==5196== by 0x9ACF1FF: ???
==5196== by 0x546BC3F: ???
==5196== by 0x3A: ???
==5196== by 0x4C48248: lj_meta_tget (lj_meta.c:136)
==5196== by 0x4C3AB80: lj_vmeta_tgetv (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4CA9E0: ngx_http_lua_sleep_resume (ngx_http_lua_sleep.c:166)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x9CC53B6: ???
==5196== by 0x9B0546C817: ???
==5196== by 0x40636000098F85AF: ???
==5196== by 0x9ACF1FF: ???
==5196== by 0x546BC3F: ???
==5196== by 0x3A: ???
==5196== by 0x4C48248: lj_meta_tget (lj_meta.c:136)
==5196== by 0x4C3AB80: lj_vmeta_tgetv (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4CA9E0: ngx_http_lua_sleep_resume (ngx_http_lua_sleep.c:166)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x9CAC0D1: ???
==5196== by 0x9C0546C817: ???
==5196== by 0x40637FFFFFFFFFFF: ???
==5196== by 0x9ACF1FF: ???
==5196== by 0x546BC3F: ???
==5196== by 0x3A: ???
==5196== by 0x4C48248: lj_meta_tget (lj_meta.c:136)
==5196== by 0x4C3AB80: lj_vmeta_tgetv (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4CA9E0: ngx_http_lua_sleep_resume (ngx_http_lua_sleep.c:166)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x9CC53B6: ???
==5196== by 0x9C0546C817: ???
==5196== by 0x40637FFFFFFFFFFF: ???
==5196== by 0x9ACF1FF: ???
==5196== by 0x546BC3F: ???
==5196== by 0x3A: ???
==5196== by 0x4C48248: lj_meta_tget (lj_meta.c:136)
==5196== by 0x4C3AB80: lj_vmeta_tgetv (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4CA9E0: ngx_http_lua_sleep_resume (ngx_http_lua_sleep.c:166)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x9CAC0D1: ???
==5196== by 0x9AD994008567F6F: ???
==5196== by 0x98F85AF: ???
==5196== by 0x9AD999F: ???
==5196== by 0x4C437DA: lj_str_find (lj_str.c:83)
==5196== by 0x9892791: ???
==5196== by 0x9AD9A6009AD93FF: ???
==5196== by 0x109AD999F: ???
==5196== by 0x56E08B0056E089F: ???
==5196== by 0x4C39371: lj_BC_LEN (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x9CC53B6: ???
==5196== by 0x9AD994008567F6F: ???
==5196== by 0x98F85AF: ???
==5196== by 0x9AD999F: ???
==5196== by 0x4C437DA: lj_str_find (lj_str.c:83)
==5196== by 0x9892791: ???
==5196== by 0x9AD9A6009AD93FF: ???
==5196== by 0x109AD999F: ???
==5196== by 0x56E08B0056E089F: ???
==5196== by 0x4C39371: lj_BC_LEN (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x9CAC0D1: ???
==5196== by 0x7DC9057: ???
==5196== by 0x78E863004C44400: ???
==5196== by 0x9B29ADF: ???
==5196== by 0x4C437B0: lj_str_find (lj_str.c:81)
==5196== by 0x986F6D4: ???
==5196== by 0x9B29B40078E862F: ???
==5196== by 0x109B29A7F: ???
==5196== by 0x9B27320055B186F: ???
==5196== by 0x4C399E1: lj_BC_TNEW (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x9889C24: ???
==5196== by 0x9B529800546C817: ???
==5196== by 0x109B528BF: ???
==5196== by 0x567B0300567B01F: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x9CBEFE8: ???
==5196== by 0x9C0546C817: ???
==5196== by 0x40637FFFFFFFFFFF: ???
==5196== by 0x109B5456F: ???
==5196== by 0x546BC3F: ???
==5196== by 0x3A: ???
==5196== by 0x4C48248: lj_meta_tget (lj_meta.c:136)
==5196== by 0x4C3AB80: lj_vmeta_tgetv (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4CA9E0: ngx_http_lua_sleep_resume (ngx_http_lua_sleep.c:166)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x9CBEFE8: ???
==5196== by 0x9B5C40F: ???
==5196== by 0x13FFFFFFFF: ???
==5196== by 0x9B5C65F: ???
==5196== by 0x4C437B0: lj_str_find (lj_str.c:81)
==5196== by 0x9867E8F: ???
==5196== by 0x9B5C6C009B5C40F: ???
==5196== by 0x109B5C5FF: ???
==5196== by 0x7F172C007F172AF: ???
==5196== by 0x4033FFFFFFFFFFFF: ???
==5196== by 0x7FEFFEC57: ???
==5196== by 0x5517387: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x9CAC0D1: ???
==5196== by 0x9B5E72009B35B4F: ???
==5196== by 0x990609F: ???
==5196== by 0x9B5E77F: ???
==5196== by 0x4C437DA: lj_str_find (lj_str.c:83)
==5196== by 0x9892791: ???
==5196== by 0x9B5E84009B5CCFF: ???
==5196== by 0x109B5E77F: ???
==5196== by 0x56E08B0056E089F: ???
==5196== by 0x4C39371: lj_BC_LEN (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x9CC53B6: ???
==5196== by 0x9B5E72009B35B4F: ???
==5196== by 0x990609F: ???
==5196== by 0x9B5E77F: ???
==5196== by 0x4C437DA: lj_str_find (lj_str.c:83)
==5196== by 0x9892791: ???
==5196== by 0x9B5E84009B5CCFF: ???
==5196== by 0x109B5E77F: ???
==5196== by 0x56E08B0056E089F: ???
==5196== by 0x4C39371: lj_BC_LEN (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x9889C24: ???
==5196== by 0x7B79C9FFFFFFFFF: ???
==5196== by 0x107B79BDF: ???
==5196== by 0x567B0300567B01F: ???
==5196== by 0x4C3C0C4: lj_vm_hotcall (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4BF19D: ngx_http_lua_access_by_chunk (ngx_http_lua_accessby.c:282)
==5196== by 0x4BF601: ngx_http_lua_access_handler_inline (ngx_http_lua_accessby.c:164)
==5196== by 0x4BF558: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:139)
==5196== by 0x448BD7: ngx_http_core_access_phase (ngx_http_core_module.c:1125)
==5196== by 0x444A52: ngx_http_core_run_phases (ngx_http_core_module.c:899)
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x9CBD77E: ???
==5196== by 0x9B0546C817: ???
==5196== by 0x4063600009BC438F: ???
==5196== by 0x7B9AC9F: ???
==5196== by 0x4C437B0: lj_str_find (lj_str.c:81)
==5196== by 0x7B4580F: ???
==5196== by 0x7B9AD0000000000: ???
==5196== by 0x7B9AC3F: ???
==5196== by 0x55B2E30055B2E1F: ???
==5196== by 0x4C3AB80: lj_vmeta_tgetv (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x9CBEFE8: ???
==5196== by 0x7BE59EF: ???
==5196== by 0x9FFFFFFFF: ???
==5196== by 0x7BE5CAF: ???
==5196== by 0x4C437B0: lj_str_find (lj_str.c:81)
==5196== by 0x9867E8F: ???
==5196== by 0x7BE5D1007B70FEF: ???
==5196== by 0x107BE5C4F: ???
==5196== by 0x7F172C007F172AF: ???
==5196== by 0x4023FFFFFFFFFFFF: ???
==5196== by 0x7FEFFEB57: ???
==5196== by 0x546BBFF: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x9CAC0D1: ???
==5196== by 0x7B9EAC008567B7F: ???
==5196== by 0x9BC438F: ???
==5196== by 0x7B9EB1F: ???
==5196== by 0x4C437DA: lj_str_find (lj_str.c:83)
==5196== by 0x9892791: ???
==5196== by 0x7B9EBE007B9D95F: ???
==5196== by 0x107B9EB1F: ???
==5196== by 0x56E08B0056E089F: ???
==5196== by 0x4C39371: lj_BC_LEN (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x9CC53B6: ???
==5196== by 0x7B9EAC008567B7F: ???
==5196== by 0x9BC438F: ???
==5196== by 0x7B9EB1F: ???
==5196== by 0x4C437DA: lj_str_find (lj_str.c:83)
==5196== by 0x9892791: ???
==5196== by 0x7B9EBE007B9D95F: ???
==5196== by 0x107B9EB1F: ???
==5196== by 0x56E08B0056E089F: ???
==5196== by 0x4C39371: lj_BC_LEN (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x9CD6A23: ???
==5196== by 0x7B568C007B568AF: ???
==5196== by 0x4: ???
==5196== by 0x7FEFFEB57: ???
==5196== by 0x546BBFF: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4BF19D: ngx_http_lua_access_by_chunk (ngx_http_lua_accessby.c:282)
==5196== by 0x4BF601: ngx_http_lua_access_handler_inline (ngx_http_lua_accessby.c:164)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x9889C24: ???
==5196== by 0x7C905FFFFFFFFFF: ???
==5196== by 0x107C9053F: ???
==5196== by 0x567B0300567B01F: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x9CBEFE8: ???
==5196== by 0x7C8A8AF: ???
==5196== by 0x25FFFFFFFF: ???
==5196== by 0x7F034FF: ???
==5196== by 0x4C437B0: lj_str_find (lj_str.c:81)
==5196== by 0x9867E8F: ???
==5196== by 0x7F179D007ECEBC7: ???
==5196== by 0x107EFD93F: ???
==5196== by 0x7F172C007F172AF: ???
==5196== by 0x4039FFFFFFFFFFFF: ???
==5196== by 0x7FEFFEB57: ???
==5196== by 0x546BBFF: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x9CAC0D1: ???
==5196== by 0x8567B7F: ???
==5196== by 0x7EA123F: ???
==5196== by 0x7B94ECF: ???
==5196== by 0x7E9C6BF: ???
==5196== by 0x7DFD3CF: ???
==5196== by 0x987689B: ???
==5196== by 0x546BCDF: ???
==5196== by 0x7B95C600546BCDF: ???
==5196== by 0x7EA1240056E089F: ???
==5196== by 0x207EA123F: ???
==5196== by 0x7F1922000000001: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x9CC53B6: ???
==5196== by 0x8567B7F: ???
==5196== by 0x7EA123F: ???
==5196== by 0x7B94ECF: ???
==5196== by 0x7E9C6BF: ???
==5196== by 0x7DFD3CF: ???
==5196== by 0x987689B: ???
==5196== by 0x546BCDF: ???
==5196== by 0x7B95C600546BCDF: ???
==5196== by 0x7EA1240056E089F: ???
==5196== by 0x207EA123F: ???
==5196== by 0x7F1922000000001: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x9889C24: ???
==5196== by 0x7D3597FFFFFFFFF: ???
==5196== by 0x107D358BF: ???
==5196== by 0x567B0300567B01F: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x9CD4694: ???
==5196== by 0x9B0546C817: ???
==5196== by 0x4063600007D47FEF: ???
==5196== by 0x7D3840F: ???
==5196== by 0x4C437B0: lj_str_find (lj_str.c:81)
==5196== by 0x7D180CF: ???
==5196== by 0x7D3847000000000: ???
==5196== by 0x7D383AF: ???
==5196== by 0x55B2E30055B2E1F: ???
==5196== by 0x4C3AB80: lj_vmeta_tgetv (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x9CBEFE8: ???
==5196== by 0x55DD93F: ???
==5196== by 0x7D475BF: ???
==5196== by 0x7EF6A9F: ???
==5196== by 0x4C437B0: lj_str_find (lj_str.c:81)
==5196== by 0x9867E8F: ???
==5196== by 0x7EF6B00055FCECF: ???
==5196== by 0x107EF6A3F: ???
==5196== by 0x7F172C007F172AF: ???
==5196== by 0x4C3C04B: lj_vm_inshook (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x9CAC0D1: ???
==5196== by 0x7EF889008567F6F: ???
==5196== by 0x7D47FEF: ???
==5196== by 0x7EF88EF: ???
==5196== by 0x4C437DA: lj_str_find (lj_str.c:83)
==5196== by 0x9892791: ???
==5196== by 0x7EF89B007EF81DF: ???
==5196== by 0x107EF88EF: ???
==5196== by 0x56E08B0056E089F: ???
==5196== by 0x4C39371: lj_BC_LEN (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x9CC53B6: ???
==5196== by 0x7EF889008567F6F: ???
==5196== by 0x7D47FEF: ???
==5196== by 0x7EF88EF: ???
==5196== by 0x4C437DA: lj_str_find (lj_str.c:83)
==5196== by 0x9892791: ???
==5196== by 0x7EF89B007EF81DF: ???
==5196== by 0x107EF88EF: ???
==5196== by 0x56E08B0056E089F: ???
==5196== by 0x4C39371: lj_BC_LEN (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x9C9DF84: ???
==5196== by 0x54F3CB7: ???
==5196== by 0x54F3C07: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C4663E: lj_tab_setstr (lj_tab.c:517)
==5196== by 0x4C466BC: lj_tab_set (lj_tab.c:525)
==5196== by 0x4C66F66: expr_table (lj_parse.c:1743)
==5196== by 0x4C6859F: expr_simple (lj_parse.c:2000)
==5196== by 0x4C687C7: expr_unop (lj_parse.c:2073)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x9889C24: ???
==5196== by 0x7D8FD7FFFFFFFFF: ???
==5196== by 0x107D8FCBF: ???
==5196== by 0x567B0300567B01F: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x9CCE35A: ???
==5196== by 0x9B0546C817: ???
==5196== by 0x4063600007D5867F: ???
==5196== by 0x7D9265F: ???
==5196== by 0x4C437B0: lj_str_find (lj_str.c:81)
==5196== by 0x7E7467F: ???
==5196== by 0x7D926C000000000: ???
==5196== by 0x7D925FF: ???
==5196== by 0x55B2E30055B2E1F: ???
==5196== by 0x4C3AB80: lj_vmeta_tgetv (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x9CBEFE8: ???
==5196== by 0x7D9915F: ???
==5196== by 0x17FFFFFFFF: ???
==5196== by 0x7D993AF: ???
==5196== by 0x4C437B0: lj_str_find (lj_str.c:81)
==5196== by 0x9867E8F: ???
==5196== by 0x7D9941007D9915F: ???
==5196== by 0x107D9934F: ???
==5196== by 0x7F172C007F172AF: ???
==5196== by 0x4037FFFFFFFFFFFF: ???
==5196== by 0x7FEFFEB57: ???
==5196== by 0x55171F7: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x9CAC0D1: ???
==5196== by 0x7D99E6008567B7F: ???
==5196== by 0x7D5867F: ???
==5196== by 0x7D99EBF: ???
==5196== by 0x4C437DA: lj_str_find (lj_str.c:83)
==5196== by 0x9892791: ???
==5196== by 0x7D99F8007D99A4F: ???
==5196== by 0x107D99EBF: ???
==5196== by 0x56E08B0056E089F: ???
==5196== by 0x4C39371: lj_BC_LEN (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x9CC53B6: ???
==5196== by 0x7D99E6008567B7F: ???
==5196== by 0x7D5867F: ???
==5196== by 0x7D99EBF: ???
==5196== by 0x4C437DA: lj_str_find (lj_str.c:83)
==5196== by 0x9892791: ???
==5196== by 0x7D99F8007D99A4F: ???
==5196== by 0x107D99EBF: ???
==5196== by 0x56E08B0056E089F: ???
==5196== by 0x4C39371: lj_BC_LEN (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x9889C24: ???
==5196== by 0x7BB78EFFFFFFFFF: ???
==5196== by 0x107BB782F: ???
==5196== by 0x567B0300567B01F: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x9CBEFE8: ???
==5196== by 0x7BC1C6F: ???
==5196== by 0x3FFFFFFFF: ???
==5196== by 0x7BC1EBF: ???
==5196== by 0x4C437B0: lj_str_find (lj_str.c:81)
==5196== by 0x9867E8F: ???
==5196== by 0x7BC1F2007BC1C6F: ???
==5196== by 0x107BC1E5F: ???
==5196== by 0x7F172C007F172AF: ???
==5196== by 0x400FFFFFFFFFFFFF: ???
==5196== by 0x7FEFFEC57: ???
==5196== by 0x5517517: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x9CAC0D1: ???
==5196== by 0x7BC2D0008567F6F: ???
==5196== by 0x7B9127F: ???
==5196== by 0x7BC2D5F: ???
==5196== by 0x4C437DA: lj_str_find (lj_str.c:83)
==5196== by 0x9892791: ???
==5196== by 0x7BC2E2007BC255F: ???
==5196== by 0x107BC2D5F: ???
==5196== by 0x56E08B0056E089F: ???
==5196== by 0x4C39371: lj_BC_LEN (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x9CC53B6: ???
==5196== by 0x7BC2D0008567F6F: ???
==5196== by 0x7B9127F: ???
==5196== by 0x7BC2D5F: ???
==5196== by 0x4C437DA: lj_str_find (lj_str.c:83)
==5196== by 0x9892791: ???
==5196== by 0x7BC2E2007BC255F: ???
==5196== by 0x107BC2D5F: ???
==5196== by 0x56E08B0056E089F: ???
==5196== by 0x4C39371: lj_BC_LEN (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x9CAC0D1: ???
==5196== by 0x55D046F: ???
==5196== by 0x78E86300546BDDF: ???
==5196== by 0x7CA472F: ???
==5196== by 0x4C437B0: lj_str_find (lj_str.c:81)
==5196== by 0x986F6D4: ???
==5196== by 0x784B3E0078E862F: ???
==5196== by 0x10784B37F: ???
==5196== by 0x784A0B0055B186F: ???
==5196== by 0x4C3C0C4: lj_vm_hotcall (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x9CC9191: ???
==5196== by 0x546BC9B: ???
==5196== by 0x7F5848F: ???
==5196== by 0x546BC9B: ???
==5196== by 0x546BC9B: ???
==5196== by 0x7F57A5F: ???
==5196== by 0x403DFFFFFFFFFFFF: ???
==5196== by 0x20858C9FF: ???
==5196== by 0x546BC9B: ???
==5196== by 0x7CB1F9F: ???
==5196== by 0x7CB202F: ???
==5196== by 0x7CB205F: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x988B7D2: ???
==5196== by 0xB: ???
==5196== by 0x4C3AB80: lj_vmeta_tgetv (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4CA9E0: ngx_http_lua_sleep_resume (ngx_http_lua_sleep.c:166)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196== by 0x448BD7: ngx_http_core_access_phase (ngx_http_core_module.c:1125)
==5196== by 0x444A52: ngx_http_core_run_phases (ngx_http_core_module.c:899)
==5196== by 0x4CAB42: ngx_http_lua_sleep_handler (ngx_http_lua_sleep.c:120)
==5196== by 0x42FE72: ngx_event_expire_timers (ngx_event_timer.c:151)
==5196== by 0x42FA3B: ngx_process_events_and_timers (ngx_event.c:264)
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x9889C24: ???
==5196== by 0x7CB933FFFFFFFFF: ???
==5196== by 0x107CB92DF: ???
==5196== by 0x567B0300567B01F: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x9CBEFE8: ???
==5196== by 0x7864AEF: ???
==5196== by 0x1CFFFFFFFF: ???
==5196== by 0x7864C0F: ???
==5196== by 0x4C437B0: lj_str_find (lj_str.c:81)
==5196== by 0x9867E8F: ???
==5196== by 0x7CBEA4007864AEF: ???
==5196== by 0x107CBE9DF: ???
==5196== by 0x7F172C007F172AF: ???
==5196== by 0x403CFFFFFFFFFFFF: ???
==5196== by 0x7FEFFEC57: ???
==5196== by 0x5516F9F: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x9CAC0D1: ???
==5196== by 0x7CBF0D008567F6F: ???
==5196== by 0x7F5848F: ???
==5196== by 0x78652CF: ???
==5196== by 0x4C437DA: lj_str_find (lj_str.c:83)
==5196== by 0x9892791: ???
==5196== by 0x786533007CBED3F: ???
==5196== by 0x1078652CF: ???
==5196== by 0x56E08B0056E089F: ???
==5196== by 0x4C39371: lj_BC_LEN (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x9CC53B6: ???
==5196== by 0x7CBF0D008567F6F: ???
==5196== by 0x7F5848F: ???
==5196== by 0x78652CF: ???
==5196== by 0x4C437DA: lj_str_find (lj_str.c:83)
==5196== by 0x9892791: ???
==5196== by 0x786533007CBED3F: ???
==5196== by 0x1078652CF: ???
==5196== by 0x56E08B0056E089F: ???
==5196== by 0x4C39371: lj_BC_LEN (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x9CAC0D1: ???
==5196== by 0x7E8B1E3: ???
==5196== by 0x78E863007F5848F: ???
==5196== by 0x7CF335F: ???
==5196== by 0x4C437B0: lj_str_find (lj_str.c:81)
==5196== by 0x986F6D4: ???
==5196== by 0x7CF33C0078E862F: ???
==5196== by 0x107CF32FF: ???
==5196== by 0x7CF17F0055B186F: ???
==5196== by 0x4C399E1: lj_BC_TNEW (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x9889C24: ???
==5196== by 0x7E1B70FFFFFFFFF: ???
==5196== by 0x107E1B64F: ???
==5196== by 0x567B0300567B01F: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x9CBEFE8: ???
==5196== by 0x7E2B80F: ???
==5196== by 0x10FFFFFFFF: ???
==5196== by 0x7E2BA5F: ???
==5196== by 0x4C437B0: lj_str_find (lj_str.c:81)
==5196== by 0x9867E8F: ???
==5196== by 0x7E2BAC007E2B80F: ???
==5196== by 0x107E2B9FF: ???
==5196== by 0x7F172C007F172AF: ???
==5196== by 0x4030FFFFFFFFFFFF: ???
==5196== by 0x7FEFFEC57: ???
==5196== by 0x551744F: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x9CAC0D1: ???
==5196== by 0x7E2DF30054B648F: ???
==5196== by 0x7B84ADF: ???
==5196== by 0x7E2DF8F: ???
==5196== by 0x4C437DA: lj_str_find (lj_str.c:83)
==5196== by 0x9892791: ???
==5196== by 0x7E2E05007E2D09F: ???
==5196== by 0x107E2DF8F: ???
==5196== by 0x56E08B0056E089F: ???
==5196== by 0x4C39371: lj_BC_LEN (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x9CC53B6: ???
==5196== by 0x7E2DF30054B648F: ???
==5196== by 0x7B84ADF: ???
==5196== by 0x7E2DF8F: ???
==5196== by 0x4C437DA: lj_str_find (lj_str.c:83)
==5196== by 0x9892791: ???
==5196== by 0x7E2E05007E2D09F: ???
==5196== by 0x107E2DF8F: ???
==5196== by 0x56E08B0056E089F: ???
==5196== by 0x4C39371: lj_BC_LEN (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x9889C24: ???
==5196== by 0x812AA8FFFFFFFFF: ???
==5196== by 0x10812AA2F: ???
==5196== by 0x567B0300567B01F: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x9CBEFE8: ???
==5196== by 0x813122F: ???
==5196== by 0x5FFFFFFFF: ???
==5196== by 0x813134F: ???
==5196== by 0x4C437B0: lj_str_find (lj_str.c:81)
==5196== by 0x9867E8F: ???
==5196== by 0x7FC24D00813122F: ???
==5196== by 0x107FC246F: ???
==5196== by 0x7F172C007F172AF: ???
==5196== by 0x4017FFFFFFFFFFFF: ???
==5196== by 0x7FEFFEC57: ???
==5196== by 0x5517387: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x9CAC0D1: ???
==5196== by 0x7FC350007FB263F: ???
==5196== by 0x7E8143F: ???
==5196== by 0x813230F: ???
==5196== by 0x4C437DA: lj_str_find (lj_str.c:83)
==5196== by 0x9892791: ???
==5196== by 0x813237007FC27CF: ???
==5196== by 0x10813230F: ???
==5196== by 0x56E08B0056E089F: ???
==5196== by 0x4C39371: lj_BC_LEN (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x9CC53B6: ???
==5196== by 0x7FC350007FB263F: ???
==5196== by 0x7E8143F: ???
==5196== by 0x813230F: ???
==5196== by 0x4C437DA: lj_str_find (lj_str.c:83)
==5196== by 0x9892791: ???
==5196== by 0x813237007FC27CF: ???
==5196== by 0x10813230F: ???
==5196== by 0x56E08B0056E089F: ???
==5196== by 0x4C39371: lj_BC_LEN (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x9889C24: ???
==5196== by 0x819F33FFFFFFFFF: ???
==5196== by 0x10819F2DF: ???
==5196== by 0x567B0300567B01F: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x9CC53B6: ???
==5196== by 0x558C66B: ???
==5196== by 0x815737F: ???
==5196== by 0x7FD7E6F: ???
==5196== by 0x4C501C1: lj_dispatch_call (lj_dispatch.c:516)
==5196== by 0x4C3C04B: lj_vm_inshook (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4BF19D: ngx_http_lua_access_by_chunk (ngx_http_lua_accessby.c:282)
==5196== by 0x4BF601: ngx_http_lua_access_handler_inline (ngx_http_lua_accessby.c:164)
==5196== by 0x4BF558: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:139)
==5196== by 0x448BD7: ngx_http_core_access_phase (ngx_http_core_module.c:1125)
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x9CBEFE8: ???
==5196== by 0x558C66B: ???
==5196== by 0x815737F: ???
==5196== by 0x7FD7E6F: ???
==5196== by 0x4C501C1: lj_dispatch_call (lj_dispatch.c:516)
==5196== by 0x4C3C04B: lj_vm_inshook (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4BF19D: ngx_http_lua_access_by_chunk (ngx_http_lua_accessby.c:282)
==5196== by 0x4BF601: ngx_http_lua_access_handler_inline (ngx_http_lua_accessby.c:164)
==5196== by 0x4BF558: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:139)
==5196== by 0x448BD7: ngx_http_core_access_phase (ngx_http_core_module.c:1125)
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x9CBEFE8: ???
==5196== by 0x7FDD15F: ???
==5196== by 0xDFFFFFFFF: ???
==5196== by 0x7FDD27F: ???
==5196== by 0x4C437B0: lj_str_find (lj_str.c:81)
==5196== by 0x9867E8F: ???
==5196== by 0x81A425007FDD15F: ???
==5196== by 0x1081A41EF: ???
==5196== by 0x7F172C007F172AF: ???
==5196== by 0x402BFFFFFFFFFFFF: ???
==5196== by 0x7FEFFEB57: ???
==5196== by 0x546BBFF: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x9CAC0D1: ???
==5196== by 0x7FDD7F008567B7F: ???
==5196== by 0x8157DAF: ???
==5196== by 0x81A477F: ???
==5196== by 0x4C437DA: lj_str_find (lj_str.c:83)
==5196== by 0x9892791: ???
==5196== by 0x81A47E0081A454F: ???
==5196== by 0x1081A477F: ???
==5196== by 0x56E08B0056E089F: ???
==5196== by 0x4C39371: lj_BC_LEN (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x9CC53B6: ???
==5196== by 0x7FDD7F008567B7F: ???
==5196== by 0x8157DAF: ???
==5196== by 0x81A477F: ???
==5196== by 0x4C437DA: lj_str_find (lj_str.c:83)
==5196== by 0x9892791: ???
==5196== by 0x81A47E0081A454F: ???
==5196== by 0x1081A477F: ???
==5196== by 0x56E08B0056E089F: ???
==5196== by 0x4C39371: lj_BC_LEN (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x9C9CB27: ???
==5196== by 0x801817F: ???
==5196== by 0x801814F: ???
==5196== by 0x9BB5EDF: ???
==5196== by 0x9CDD1F8: ???
==5196== by 0x801284000000000: ???
==5196== by 0x8019E100801B36F: ???
==5196== by 0x402DFFFFFFFFFFFF: ???
==5196== by 0xC: ???
==5196== by 0x800645F: ???
==5196== by 0x402BFFFFFFFFFFFF: ???
==5196== by 0x40AFFFFFFFFFFFFF: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x9CC9191: ???
==5196== by 0x801817F: ???
==5196== by 0x81C4CEF: ???
==5196== by 0x9BB5EDF: ???
==5196== by 0x9CDD1F8: ???
==5196== by 0x801284000000000: ???
==5196== by 0x8019E100801B36F: ???
==5196== by 0x402DFFFFFFFFFFFF: ???
==5196== by 0xC: ???
==5196== by 0x800645F: ???
==5196== by 0x402BFFFFFFFFFFFF: ???
==5196== by 0x40AFFFFFFFFFFFFF: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x9889C24: ???
==5196== by 0x8021D9FFFFFFFFF: ???
==5196== by 0x108021CDF: ???
==5196== by 0x567B0300567B01F: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x9CBEFE8: ???
==5196== by 0x9B0546C817: ???
==5196== by 0x40636000081C4CEF: ???
==5196== by 0x802408F: ???
==5196== by 0x4C437B0: lj_str_find (lj_str.c:81)
==5196== by 0x81C696F: ???
==5196== by 0x80240F000000000: ???
==5196== by 0x802402F: ???
==5196== by 0x55B2E30055B2E1F: ???
==5196== by 0x4C3AB80: lj_vmeta_tgetv (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x9CBEFE8: ???
==5196== by 0x802C4EF: ???
==5196== by 0xDFFFFFFFF: ???
==5196== by 0x9BCCCDF: ???
==5196== by 0x4C437B0: lj_str_find (lj_str.c:81)
==5196== by 0x9867E8F: ???
==5196== by 0x81C7F700802C4EF: ???
==5196== by 0x1081C7F0F: ???
==5196== by 0x7F172C007F172AF: ???
==5196== by 0x402BFFFFFFFFFFFF: ???
==5196== by 0x7FEFFEB57: ???
==5196== by 0x546BBFF: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x9CAC0D1: ???
==5196== by 0x81C89C008567B7F: ???
==5196== by 0x81C4CEF: ???
==5196== by 0x9BCD76F: ???
==5196== by 0x4C437DA: lj_str_find (lj_str.c:83)
==5196== by 0x9892791: ???
==5196== by 0x9BCD7D0081C826F: ???
==5196== by 0x109BCD76F: ???
==5196== by 0x56E08B0056E089F: ???
==5196== by 0x4C39371: lj_BC_LEN (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x9CC53B6: ???
==5196== by 0x81C89C008567B7F: ???
==5196== by 0x81C4CEF: ???
==5196== by 0x9BCD76F: ???
==5196== by 0x4C437DA: lj_str_find (lj_str.c:83)
==5196== by 0x9892791: ???
==5196== by 0x9BCD7D0081C826F: ???
==5196== by 0x109BCD76F: ???
==5196== by 0x56E08B0056E089F: ???
==5196== by 0x4C39371: lj_BC_LEN (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x9C9CB27: ???
==5196== by 0x8212B7F: ???
==5196== by 0x8212B4F: ???
==5196== by 0x9BB5EDF: ???
==5196== by 0x9CDD1F8: ???
==5196== by 0x8204E9000000000: ???
==5196== by 0x9BF05B009BF3F3F: ???
==5196== by 0x40447FFFFFFFFFFF: ???
==5196== by 0xA: ???
==5196== by 0x81F6C5F: ???
==5196== by 0x4043FFFFFFFFFFFF: ???
==5196== by 0x40AFFFFFFFFFFFFF: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x9CC9191: ???
==5196== by 0x8212B7F: ???
==5196== by 0x81EC81F: ???
==5196== by 0x9BB5EDF: ???
==5196== by 0x9CDD1F8: ???
==5196== by 0x8204E9000000000: ???
==5196== by 0x9BF05B009BF3F3F: ???
==5196== by 0x40447FFFFFFFFFFF: ???
==5196== by 0xA: ???
==5196== by 0x81F6C5F: ???
==5196== by 0x4043FFFFFFFFFFFF: ???
==5196== by 0x40AFFFFFFFFFFFFF: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x9889C24: ???
==5196== by 0x9BFDADFFFFFFFFF: ???
==5196== by 0x109BFDA1F: ???
==5196== by 0x567B0300567B01F: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x9C98F55: ???
==5196== by 0x7E0C0DF: ???
==5196== by 0x81EC81F: ???
==5196== by 0x9C0035F: ???
==5196== by 0x4C501C1: lj_dispatch_call (lj_dispatch.c:516)
==5196== by 0x4C3C04B: lj_vm_inshook (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4BF19D: ngx_http_lua_access_by_chunk (ngx_http_lua_accessby.c:282)
==5196== by 0x4BF601: ngx_http_lua_access_handler_inline (ngx_http_lua_accessby.c:164)
==5196== by 0x4BF558: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:139)
==5196== by 0x448BD7: ngx_http_core_access_phase (ngx_http_core_module.c:1125)
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x9CBEFE8: ???
==5196== by 0x9C0FCDF: ???
==5196== by 0x27FFFFFFFF: ???
==5196== by 0x9C0FF2F: ???
==5196== by 0x4C437B0: lj_str_find (lj_str.c:81)
==5196== by 0x9867E8F: ???
==5196== by 0x9C0FF9009C07897: ???
==5196== by 0x109C0FECF: ???
==5196== by 0x7F172C007F172AF: ???
==5196== by 0x4043FFFFFFFFFFFF: ???
==5196== by 0x7FEFFEB57: ???
==5196== by 0x546BBFF: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x9CAC0D1: ???
==5196== by 0x9C1122008567B7F: ???
==5196== by 0x81EC81F: ???
==5196== by 0x9C1127F: ???
==5196== by 0x4C437DA: lj_str_find (lj_str.c:83)
==5196== by 0x9892791: ???
==5196== by 0x9C1134009C105CF: ???
==5196== by 0x109C1127F: ???
==5196== by 0x56E08B0056E089F: ???
==5196== by 0x4C39371: lj_BC_LEN (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x9CC53B6: ???
==5196== by 0x9C1122008567B7F: ???
==5196== by 0x81EC81F: ???
==5196== by 0x9C1127F: ???
==5196== by 0x4C437DA: lj_str_find (lj_str.c:83)
==5196== by 0x9892791: ???
==5196== by 0x9C1134009C105CF: ???
==5196== by 0x109C1127F: ???
==5196== by 0x56E08B0056E089F: ???
==5196== by 0x4C39371: lj_BC_LEN (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x988B7D2: ???
==5196== by 0x55B2C300566AABF: ???
==5196== by 0x4C39371: lj_BC_LEN (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4BF19D: ngx_http_lua_access_by_chunk (ngx_http_lua_accessby.c:282)
==5196== by 0x4BF601: ngx_http_lua_access_handler_inline (ngx_http_lua_accessby.c:164)
==5196== by 0x4BF558: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:139)
==5196== by 0x448BD7: ngx_http_core_access_phase (ngx_http_core_module.c:1125)
==5196== by 0x444A52: ngx_http_core_run_phases (ngx_http_core_module.c:899)
==5196== by 0x444B61: ngx_http_handler (ngx_http_core_module.c:882)
==5196== by 0x450049: ngx_http_process_request (ngx_http_request.c:1857)
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x9C9CB27: ???
==5196== by 0x9D067DF: ???
==5196== by 0x9D067AF: ???
==5196== by 0x9BB5EDF: ???
==5196== by 0x9CDD1F8: ???
==5196== by 0x9CFD2D009CEE89F: ???
==5196== by 0x9D088A009D0AA5F: ???
==5196== by 0x403AFFFFFFFFFFFF: ???
==5196== by 0x4: ???
==5196== by 0x9CED17F: ???
==5196== by 0x4039FFFFFFFFFFFF: ???
==5196== by 0x40AFFFFFFFFFFFFF: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x9CC9191: ???
==5196== by 0x9D067DF: ???
==5196== by 0x9C940DF: ???
==5196== by 0x9BB5EDF: ???
==5196== by 0x9CDD1F8: ???
==5196== by 0x9CFD2D009CEE89F: ???
==5196== by 0x9D088A009D0AA5F: ???
==5196== by 0x403AFFFFFFFFFFFF: ???
==5196== by 0x4: ???
==5196== by 0x9CED17F: ???
==5196== by 0x4039FFFFFFFFFFFF: ???
==5196== by 0x40AFFFFFFFFFFFFF: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x9889C24: ???
==5196== by 0x9D11CAFFFFFFFFF: ???
==5196== by 0x109D11BEF: ???
==5196== by 0x567B0300567B01F: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x9CBEFE8: ???
==5196== by 0x9D2016F: ???
==5196== by 0x19FFFFFFFF: ???
==5196== by 0x9D203BF: ???
==5196== by 0x4C437B0: lj_str_find (lj_str.c:81)
==5196== by 0x9867E8F: ???
==5196== by 0x9D2042009D1B607: ???
==5196== by 0x109D2035F: ???
==5196== by 0x7F172C007F172AF: ???
==5196== by 0x4039FFFFFFFFFFFF: ???
==5196== by 0x7FEFFEB57: ???
==5196== by 0x546BBFF: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x9CAC0D1: ???
==5196== by 0x9D2215009CF6ABF: ???
==5196== by 0x9C940DF: ???
==5196== by 0x9D221AF: ???
==5196== by 0x4C437DA: lj_str_find (lj_str.c:83)
==5196== by 0x9892791: ???
==5196== by 0x9D2227009D20A5F: ???
==5196== by 0x109D221AF: ???
==5196== by 0x56E08B0056E089F: ???
==5196== by 0x4C39371: lj_BC_LEN (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x9CC53B6: ???
==5196== by 0x9D2215009CF6ABF: ???
==5196== by 0x9C940DF: ???
==5196== by 0x9D221AF: ???
==5196== by 0x4C437DA: lj_str_find (lj_str.c:83)
==5196== by 0x9892791: ???
==5196== by 0x9D2227009D20A5F: ???
==5196== by 0x109D221AF: ???
==5196== by 0x56E08B0056E089F: ???
==5196== by 0x4C39371: lj_BC_LEN (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x179F71C8: ???
==5196== by 0x55A97C00546C817: ???
==5196== by 0x4C3AB80: lj_vmeta_tgetv (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4CA9E0: ngx_http_lua_sleep_resume (ngx_http_lua_sleep.c:166)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196== by 0x448BD7: ngx_http_core_access_phase (ngx_http_core_module.c:1125)
==5196== by 0x444A52: ngx_http_core_run_phases (ngx_http_core_module.c:899)
==5196== by 0x4CAB42: ngx_http_lua_sleep_handler (ngx_http_lua_sleep.c:120)
==5196== by 0x42FE72: ngx_event_expire_timers (ngx_event_timer.c:151)
==5196== by 0x42FA3B: ngx_process_events_and_timers (ngx_event.c:264)
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x179ED910: ???
==5196== by 0x56E089F: ???
==5196== by 0x82AD35F: ???
==5196== by 0x546C817: ???
==5196== by 0x7B9EC40055B366F: ???
==5196== by 0x56E08B00000000D: ???
==5196== by 0x7B9EC40055B366F: ???
==5196== by 0x55B366F: ???
==5196== by 0x546BCDF: ???
==5196== by 0x9EFB40F: ???
==5196== by 0x20546BCDF: ???
==5196== by 0x9EC49F000000001: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x179ED910: ???
==5196== by 0x55A5AB0: ???
==5196== by 0x82AD35F: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x179ED910: ???
==5196== by 0x82AF477: ???
==5196== by 0x82AD35F: ???
==5196== by 0x546BC9B: ???
==5196== by 0x82AD04F: ???
==5196== by 0x546BC9B: ???
==5196== by 0x546BC9B: ???
==5196== by 0x82AD04F: ???
==5196== by 0x3FFFFFFFFFFFFFFF: ???
==5196== by 0x3FEFFFFFFFFFFFFF: ???
==5196== by 0x546BC9B: ???
==5196== by 0x546BC9B: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x179E52F0: ???
==5196== by 0x546C817: ???
==5196== by 0x4C501C1: lj_dispatch_call (lj_dispatch.c:516)
==5196== by 0x4C3AB80: lj_vmeta_tgetv (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4CA9E0: ngx_http_lua_sleep_resume (ngx_http_lua_sleep.c:166)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196== by 0x448BD7: ngx_http_core_access_phase (ngx_http_core_module.c:1125)
==5196== by 0x444A52: ngx_http_core_run_phases (ngx_http_core_module.c:899)
==5196== by 0x4CAB42: ngx_http_lua_sleep_handler (ngx_http_lua_sleep.c:120)
==5196== by 0x42FE72: ngx_event_expire_timers (ngx_event_timer.c:151)
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x179F71C8: ???
==5196== by 0x55A97C0084CA33F: ???
==5196== by 0x4C3AB80: lj_vmeta_tgetv (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4CA9E0: ngx_http_lua_sleep_resume (ngx_http_lua_sleep.c:166)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196== by 0x448BD7: ngx_http_core_access_phase (ngx_http_core_module.c:1125)
==5196== by 0x444A52: ngx_http_core_run_phases (ngx_http_core_module.c:899)
==5196== by 0x4CAB42: ngx_http_lua_sleep_handler (ngx_http_lua_sleep.c:120)
==5196== by 0x42FE72: ngx_event_expire_timers (ngx_event_timer.c:151)
==5196== by 0x42FA3B: ngx_process_events_and_timers (ngx_event.c:264)
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x179ED910: ???
==5196== by 0x82B3407: ???
==5196== by 0x82B12FF: ???
==5196== by 0x546BC9B: ???
==5196== by 0x82B0FEF: ???
==5196== by 0x546BC9B: ???
==5196== by 0x546BC9B: ???
==5196== by 0x82B0FEF: ???
==5196== by 0x546BCDF: ???
==5196== by 0x9F5AAAF: ???
==5196== by 0x546BC9B: ???
==5196== by 0x546BC9B: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x179ED910: ???
==5196== by 0x980546C817: ???
==5196== by 0x40630000082B12FF: ???
==5196== by 0x546BC9B: ???
==5196== by 0x82B0FEF: ???
==5196== by 0x546BC9B: ???
==5196== by 0x4C48248: lj_meta_tget (lj_meta.c:136)
==5196== by 0x4C3AB80: lj_vmeta_tgetv (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4CA9E0: ngx_http_lua_sleep_resume (ngx_http_lua_sleep.c:166)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x179ED910: ???
==5196== by 0x9B0546C817: ???
==5196== by 0x40636000082B12FF: ???
==5196== by 0x546BC9B: ???
==5196== by 0x82B0FEF: ???
==5196== by 0x546BC9B: ???
==5196== by 0x4C48248: lj_meta_tget (lj_meta.c:136)
==5196== by 0x4C3AB80: lj_vmeta_tgetv (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4CA9E0: ngx_http_lua_sleep_resume (ngx_http_lua_sleep.c:166)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x179ED910: ???
==5196== by 0x558C66B: ???
==5196== by 0x82B12FF: ???
==5196== by 0x546BC9B: ???
==5196== by 0x4C501C1: lj_dispatch_call (lj_dispatch.c:516)
==5196== by 0x4C3C04B: lj_vm_inshook (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4CA9E0: ngx_http_lua_sleep_resume (ngx_http_lua_sleep.c:166)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196== by 0x448BD7: ngx_http_core_access_phase (ngx_http_core_module.c:1125)
==5196== by 0x444A52: ngx_http_core_run_phases (ngx_http_core_module.c:899)
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x179ED910: ???
==5196== by 0x9F3FBCF: ???
==5196== by 0x82B12FF: ???
==5196== by 0x546BC9B: ???
==5196== by 0x82B0FEF: ???
==5196== by 0x546BC9B: ???
==5196== by 0x546BC9B: ???
==5196== by 0x82B0FEF: ???
==5196== by 0x9F47D3F: ???
==5196== by 0x9F5B83F: ???
==5196== by 0x546BC9B: ???
==5196== by 0x9F4FADF: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x179E3F64: ???
==5196== by 0x9F3FBCF: ???
==5196== by 0x82B12FF: ???
==5196== by 0x546BC9B: ???
==5196== by 0x82B0FEF: ???
==5196== by 0x546BC9B: ???
==5196== by 0x546BC9B: ???
==5196== by 0x82B0FEF: ???
==5196== by 0x9F47D3F: ???
==5196== by 0x9F5B83F: ???
==5196== by 0x546BC9B: ???
==5196== by 0x9F4FADF: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x179ED910: ???
==5196== by 0x773595910546C817: ???
==5196== by 0x41DDCD65082B12FF: ???
==5196== by 0x546BC9B: ???
==5196== by 0x82B0FEF: ???
==5196== by 0x546BC9B: ???
==5196== by 0x4C48248: lj_meta_tget (lj_meta.c:136)
==5196== by 0x4C3AB80: lj_vmeta_tgetv (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4CA9E0: ngx_http_lua_sleep_resume (ngx_http_lua_sleep.c:166)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x179ED910: ???
==5196== by 0x3: ???
==5196== by 0x82B12FF: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x179E52F0: ???
==5196== by 0x9F8E13F: ???
==5196== by 0x9F8E1CF: ???
==5196== by 0x9F8E1FF: ???
==5196== by 0x9F8E1CF: ???
==5196== by 0x9BB5EDF: ???
==5196== by 0x179F0C2B: ???
==5196== by 0x546BC3F: ???
==5196== by 0x9F9136009F9384F: ???
==5196== by 0x402FFFFFFFFFFFFF: ???
==5196== by 0x402E00000858C9FF: ???
==5196== by 0x8331DDF: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x179E52F0: ???
==5196== by 0x9F959EF: ???
==5196== by 0x7B6F6E0055B0A5F: ???
==5196== by 0x546CFC3: ???
==5196== by 0x9F959900546BCAB: ???
==5196== by 0x55B0A5F: ???
==5196== by 0x546BCDF: ???
==5196== by 0x9F959EF: ???
==5196== by 0x20546BCDF: ???
==5196== by 0x832C47000000001: ???
==5196== by 0x179F62C7: ???
==5196== by 0x9F95A5009F9592F: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x179ED910: ???
==5196== by 0x832C4CF: ???
==5196== by 0x82B4C0F: ???
==5196== by 0x546BC9B: ???
==5196== by 0x82B48FF: ???
==5196== by 0x546BC9B: ???
==5196== by 0x546BC9B: ???
==5196== by 0x82B48FF: ???
==5196== by 0x9F841AF: ???
==5196== by 0x9FA19AF: ???
==5196== by 0x546BC9B: ???
==5196== by 0x9F95AAF: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x179E3F64: ???
==5196== by 0x832C4CF: ???
==5196== by 0x82B4C0F: ???
==5196== by 0x546BC9B: ???
==5196== by 0x82B48FF: ???
==5196== by 0x546BC9B: ???
==5196== by 0x546BC9B: ???
==5196== by 0x82B48FF: ???
==5196== by 0x9F841AF: ???
==5196== by 0x9FA19AF: ???
==5196== by 0x546BC9B: ???
==5196== by 0x9F95AAF: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x179ED910: ???
==5196== by 0x30F: ???
==5196== by 0x82B4C0F: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x179DBBA1: ???
==5196== by 0x30F: ???
==5196== by 0x82B4C0F: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x17A053C0: ???
==5196== by 0x54F3CB7: ???
==5196== by 0x54F3C07: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C4663E: lj_tab_setstr (lj_tab.c:517)
==5196== by 0x4C466BC: lj_tab_set (lj_tab.c:525)
==5196== by 0x4C66F66: expr_table (lj_parse.c:1743)
==5196== by 0x4C6859F: expr_simple (lj_parse.c:2000)
==5196== by 0x4C687C7: expr_unop (lj_parse.c:2073)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x179E52F0: ???
==5196== by 0xA01E96F: ???
==5196== by 0xA01E9FF: ???
==5196== by 0xA01EA2F: ???
==5196== by 0xA01E9FF: ???
==5196== by 0x9BB5EDF: ???
==5196== by 0x179F0C2B: ???
==5196== by 0x20566AACE: ???
==5196== by 0xA023F800A02666F: ???
==5196== by 0x4037FFFFFFFFFFFF: ???
==5196== by 0x403700000858C9FF: ???
==5196== by 0xA00314F: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x179E52F0: ???
==5196== by 0xA02833F: ???
==5196== by 0x7B6F6E0055B0A5F: ???
==5196== by 0x3FFFFFFFFFFFFFFF: ???
==5196== by 0xA0282E00546BCAB: ???
==5196== by 0x55B0A5F: ???
==5196== by 0x546BCDF: ???
==5196== by 0xA02833F: ???
==5196== by 0x20546BCDF: ???
==5196== by 0x8365C7000000001: ???
==5196== by 0x179F62C7: ???
==5196== by 0xA0283A00A02827F: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x179DBBA1: ???
==5196== by 0x980546C817: ???
==5196== by 0x406300000835DF7F: ???
==5196== by 0x546BC9B: ???
==5196== by 0x835D54F: ???
==5196== by 0x546BC9B: ???
==5196== by 0x4C48248: lj_meta_tget (lj_meta.c:136)
==5196== by 0x4C3AB80: lj_vmeta_tgetv (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4BF19D: ngx_http_lua_access_by_chunk (ngx_http_lua_accessby.c:282)
==5196== by 0x4BF601: ngx_http_lua_access_handler_inline (ngx_http_lua_accessby.c:164)
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x179ED910: ???
==5196== by 0x8365CCF: ???
==5196== by 0x835DF7F: ???
==5196== by 0x546BC9B: ???
==5196== by 0x835D54F: ???
==5196== by 0x546BC9B: ???
==5196== by 0x546BC9B: ???
==5196== by 0x835D54F: ???
==5196== by 0xA01011F: ???
==5196== by 0xA03C0CF: ???
==5196== by 0x546BC9B: ???
==5196== by 0xA0283FF: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x179E3F64: ???
==5196== by 0x8365CCF: ???
==5196== by 0x835DF7F: ???
==5196== by 0x546BC9B: ???
==5196== by 0x835D54F: ???
==5196== by 0x546BC9B: ???
==5196== by 0x546BC9B: ???
==5196== by 0x835D54F: ???
==5196== by 0xA01011F: ???
==5196== by 0xA03C0CF: ???
==5196== by 0x546BC9B: ???
==5196== by 0xA0283FF: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x179DBBA1: ???
==5196== by 0x8365CCF: ???
==5196== by 0x835DF7F: ???
==5196== by 0x546BC9B: ???
==5196== by 0x835D54F: ???
==5196== by 0x546BC9B: ???
==5196== by 0x546BC9B: ???
==5196== by 0x835D54F: ???
==5196== by 0xA01011F: ???
==5196== by 0xA03C0CF: ???
==5196== by 0x546BC9B: ???
==5196== by 0xA0283FF: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x179DBBA1: ???
==5196== by 0x773595910546C817: ???
==5196== by 0x41DDCD650835DF7F: ???
==5196== by 0x546BC9B: ???
==5196== by 0x835D54F: ???
==5196== by 0x546BC9B: ???
==5196== by 0x4C48248: lj_meta_tget (lj_meta.c:136)
==5196== by 0x4C3AB80: lj_vmeta_tgetv (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4BF19D: ngx_http_lua_access_by_chunk (ngx_http_lua_accessby.c:282)
==5196== by 0x4BF601: ngx_http_lua_access_handler_inline (ngx_http_lua_accessby.c:164)
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x179ED910: ???
==5196== by 0x1: ???
==5196== by 0x835DF7F: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x179DBBA1: ???
==5196== by 0x1: ???
==5196== by 0x835DF7F: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x179E52F0: ???
==5196== by 0x546BC9B: ???
==5196== by 0x838AA5F: ???
==5196== by 0x546BC9B: ???
==5196== by 0x546BC9B: ???
==5196== by 0x838AA5F: ???
==5196== by 0x7E088CF: ???
==5196== by 0x20546C817: ???
==5196== by 0x546BC9B: ???
==5196== by 0xA0AEAFF: ???
==5196== by 0xA0AEB8F: ???
==5196== by 0xA0AEBBF: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x179E52F0: ???
==5196== by 0xA0B345F: ???
==5196== by 0x7B6F6E0055B0A5F: ???
==5196== by 0x3FFFFFFFFFFFFFFF: ???
==5196== by 0xA0B34000546BCAB: ???
==5196== by 0x55B0A5F: ???
==5196== by 0x546BCDF: ???
==5196== by 0xA0B345F: ???
==5196== by 0x20546BCDF: ???
==5196== by 0x83918F000000001: ???
==5196== by 0x179F62C7: ???
==5196== by 0xA0B34C00A0B339F: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x179ED910: ???
==5196== by 0x990546C817: ???
==5196== by 0x406320000838B48F: ???
==5196== by 0x546BC9B: ???
==5196== by 0x838AA5F: ???
==5196== by 0x546BC9B: ???
==5196== by 0x4C48248: lj_meta_tget (lj_meta.c:136)
==5196== by 0x4C3AB80: lj_vmeta_tgetv (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4BF19D: ngx_http_lua_access_by_chunk (ngx_http_lua_accessby.c:282)
==5196== by 0x4BF601: ngx_http_lua_access_handler_inline (ngx_http_lua_accessby.c:164)
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x179ED910: ???
==5196== by 0x839194F: ???
==5196== by 0x838B48F: ???
==5196== by 0x546BC9B: ???
==5196== by 0x838AA5F: ???
==5196== by 0x546BC9B: ???
==5196== by 0x546BC9B: ???
==5196== by 0x838AA5F: ???
==5196== by 0x839B1EF: ???
==5196== by 0xA0BDCBF: ???
==5196== by 0x546BC9B: ???
==5196== by 0xA0B351F: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x179E3F64: ???
==5196== by 0x839194F: ???
==5196== by 0x838B48F: ???
==5196== by 0x546BC9B: ???
==5196== by 0x838AA5F: ???
==5196== by 0x546BC9B: ???
==5196== by 0x546BC9B: ???
==5196== by 0x838AA5F: ???
==5196== by 0x839B1EF: ???
==5196== by 0xA0BDCBF: ???
==5196== by 0x546BC9B: ???
==5196== by 0xA0B351F: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x179DBBA1: ???
==5196== by 0x839194F: ???
==5196== by 0x838B48F: ???
==5196== by 0x546BC9B: ???
==5196== by 0x838AA5F: ???
==5196== by 0x546BC9B: ???
==5196== by 0x546BC9B: ???
==5196== by 0x838AA5F: ???
==5196== by 0x839B1EF: ???
==5196== by 0xA0BDCBF: ???
==5196== by 0x546BC9B: ???
==5196== by 0xA0B351F: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x179ED910: ???
==5196== by 0x7FEFFE9EF: ???
==5196== by 0x838B48F: ???
==5196== by 0x40: ???
==5196== by 0x838AA5F: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x179DBBA1: ???
==5196== by 0x7FEFFE9EF: ???
==5196== by 0x838B48F: ???
==5196== by 0x40: ???
==5196== by 0x838AA5F: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x179C6096: ???
==5196== by 0x7FEFFE9EF: ???
==5196== by 0x838B48F: ???
==5196== by 0x40: ???
==5196== by 0x838AA5F: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x179E52F0: ???
==5196== by 0x84DA05F: ???
==5196== by 0x7B6F6E0055B0A5F: ???
==5196== by 0x3FFFFFFFFFFFFFFF: ???
==5196== by 0x84DA0000546BCAB: ???
==5196== by 0x55B0A5F: ???
==5196== by 0x546BCDF: ???
==5196== by 0x84DA05F: ???
==5196== by 0x20546BCDF: ???
==5196== by 0x847FC7000000001: ???
==5196== by 0x179F62C7: ???
==5196== by 0x84DA0C0084D9F9F: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x179C6096: ???
==5196== by 0x980546C817: ???
==5196== by 0x406300000846DD6F: ???
==5196== by 0x546BC9B: ???
==5196== by 0x846D33F: ???
==5196== by 0x546BC9B: ???
==5196== by 0x4C48248: lj_meta_tget (lj_meta.c:136)
==5196== by 0x4C3AB80: lj_vmeta_tgetv (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4BF19D: ngx_http_lua_access_by_chunk (ngx_http_lua_accessby.c:282)
==5196== by 0x4BF601: ngx_http_lua_access_handler_inline (ngx_http_lua_accessby.c:164)
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x179C6096: ???
==5196== by 0x990546C817: ???
==5196== by 0x406320000846DD6F: ???
==5196== by 0x546BC9B: ???
==5196== by 0x846D33F: ???
==5196== by 0x546BC9B: ???
==5196== by 0x4C48248: lj_meta_tget (lj_meta.c:136)
==5196== by 0x4C3AB80: lj_vmeta_tgetv (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4BF19D: ngx_http_lua_access_by_chunk (ngx_http_lua_accessby.c:282)
==5196== by 0x4BF601: ngx_http_lua_access_handler_inline (ngx_http_lua_accessby.c:164)
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x179ED910: ???
==5196== by 0x847FCCF: ???
==5196== by 0x846DD6F: ???
==5196== by 0x546BC9B: ???
==5196== by 0x846D33F: ???
==5196== by 0x546BC9B: ???
==5196== by 0x546BC9B: ???
==5196== by 0x846D33F: ???
==5196== by 0x8490E8F: ???
==5196== by 0x858C8FF: ???
==5196== by 0x546BC9B: ???
==5196== by 0x84DA11F: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x179E3F64: ???
==5196== by 0x847FCCF: ???
==5196== by 0x846DD6F: ???
==5196== by 0x546BC9B: ???
==5196== by 0x846D33F: ???
==5196== by 0x546BC9B: ???
==5196== by 0x546BC9B: ???
==5196== by 0x846D33F: ???
==5196== by 0x8490E8F: ???
==5196== by 0x858C8FF: ???
==5196== by 0x546BC9B: ???
==5196== by 0x84DA11F: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x179DBBA1: ???
==5196== by 0x847FCCF: ???
==5196== by 0x846DD6F: ???
==5196== by 0x546BC9B: ???
==5196== by 0x846D33F: ???
==5196== by 0x546BC9B: ???
==5196== by 0x546BC9B: ???
==5196== by 0x846D33F: ???
==5196== by 0x8490E8F: ???
==5196== by 0x858C8FF: ???
==5196== by 0x546BC9B: ???
==5196== by 0x84DA11F: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x179CA188: ???
==5196== by 0x847FCCF: ???
==5196== by 0x846DD6F: ???
==5196== by 0x546BC9B: ???
==5196== by 0x846D33F: ???
==5196== by 0x546BC9B: ???
==5196== by 0x546BC9B: ???
==5196== by 0x846D33F: ???
==5196== by 0x8490E8F: ???
==5196== by 0x858C8FF: ???
==5196== by 0x546BC9B: ???
==5196== by 0x84DA11F: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x179C6096: ???
==5196== by 0x847FCCF: ???
==5196== by 0x846DD6F: ???
==5196== by 0x546BC9B: ???
==5196== by 0x846D33F: ???
==5196== by 0x546BC9B: ???
==5196== by 0x546BC9B: ???
==5196== by 0x846D33F: ???
==5196== by 0x8490E8F: ???
==5196== by 0x858C8FF: ???
==5196== by 0x546BC9B: ???
==5196== by 0x84DA11F: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x179C6096: ???
==5196== by 0x56E089F: ???
==5196== by 0x846DD6F: ???
==5196== by 0x546C817: ???
==5196== by 0x7B9EC40055B366F: ???
==5196== by 0x56E08B00000000D: ???
==5196== by 0x7B9EC40055B366F: ???
==5196== by 0x55B366F: ???
==5196== by 0x546BCDF: ???
==5196== by 0x864479F: ???
==5196== by 0x20546BCDF: ???
==5196== by 0x847FC7000000001: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x179C6096: ???
==5196== by 0x1: ???
==5196== by 0x846DD6F: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x179E52F0: ???
==5196== by 0x88487EF: ???
==5196== by 0x884887F: ???
==5196== by 0x88488AF: ???
==5196== by 0x884887F: ???
==5196== by 0x83C6FBF: ???
==5196== by 0x179F0C2B: ???
==5196== by 0x20566AAD5: ???
==5196== by 0x88B1810088BAA4F: ???
==5196== by 0x4035FFFFFFFFFFFF: ???
==5196== by 0x403500000858C9FF: ???
==5196== by 0x8782C3F: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x179E52F0: ???
==5196== by 0x88C9DEF: ???
==5196== by 0x7B6F6E0055B0A5F: ???
==5196== by 0x3FFFFFFFFFFFFFFF: ???
==5196== by 0x88C9D900546BCAB: ???
==5196== by 0x55B0A5F: ???
==5196== by 0x546BCDF: ???
==5196== by 0x88C9DEF: ???
==5196== by 0x20546BCDF: ???
==5196== by 0x8788D9000000001: ???
==5196== by 0x179F62C7: ???
==5196== by 0x88C9E50088C9D2F: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x179ED910: ???
==5196== by 0x8619AFF: ???
==5196== by 0x870C4BF: ???
==5196== by 0x546BC9B: ???
==5196== by 0x86FF7BF: ???
==5196== by 0x546BC9B: ???
==5196== by 0x546BC9B: ???
==5196== by 0x86FF7BF: ???
==5196== by 0x8821D6F: ???
==5196== by 0x88F83EF: ???
==5196== by 0x546BC9B: ???
==5196== by 0x88C9EAF: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x179E3F64: ???
==5196== by 0x8619AFF: ???
==5196== by 0x870C4BF: ???
==5196== by 0x546BC9B: ???
==5196== by 0x86FF7BF: ???
==5196== by 0x546BC9B: ???
==5196== by 0x546BC9B: ???
==5196== by 0x86FF7BF: ???
==5196== by 0x8821D6F: ???
==5196== by 0x88F83EF: ???
==5196== by 0x546BC9B: ???
==5196== by 0x88C9EAF: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x179DBBA1: ???
==5196== by 0x8619AFF: ???
==5196== by 0x870C4BF: ???
==5196== by 0x546BC9B: ???
==5196== by 0x86FF7BF: ???
==5196== by 0x546BC9B: ???
==5196== by 0x546BC9B: ???
==5196== by 0x86FF7BF: ???
==5196== by 0x8821D6F: ???
==5196== by 0x88F83EF: ???
==5196== by 0x546BC9B: ???
==5196== by 0x88C9EAF: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x179CA188: ???
==5196== by 0x8619AFF: ???
==5196== by 0x870C4BF: ???
==5196== by 0x546BC9B: ???
==5196== by 0x86FF7BF: ???
==5196== by 0x546BC9B: ???
==5196== by 0x546BC9B: ???
==5196== by 0x86FF7BF: ???
==5196== by 0x8821D6F: ???
==5196== by 0x88F83EF: ???
==5196== by 0x546BC9B: ???
==5196== by 0x88C9EAF: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x179C6096: ???
==5196== by 0x8619AFF: ???
==5196== by 0x870C4BF: ???
==5196== by 0x546BC9B: ???
==5196== by 0x86FF7BF: ???
==5196== by 0x546BC9B: ???
==5196== by 0x546BC9B: ???
==5196== by 0x86FF7BF: ???
==5196== by 0x8821D6F: ???
==5196== by 0x88F83EF: ???
==5196== by 0x546BC9B: ???
==5196== by 0x88C9EAF: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x179DBBA1: ???
==5196== by 0x558C66B: ???
==5196== by 0x870C4BF: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x179C6096: ???
==5196== by 0x558C66B: ???
==5196== by 0x870C4BF: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x179E52F0: ???
==5196== by 0x8591FFF: ???
==5196== by 0x859208F: ???
==5196== by 0x85920BF: ???
==5196== by 0x859208F: ???
==5196== by 0x83C6FBF: ???
==5196== by 0x179F0C2B: ???
==5196== by 0x83C6FCD: ???
==5196== by 0x859278008B4985F: ???
==5196== by 0x4021FFFFFFFFFFFF: ???
==5196== by 0x402000000858C9FF: ???
==5196== by 0x857560F: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x179E52F0: ???
==5196== by 0x859CDBF: ???
==5196== by 0x7B6F6E0055B0A5F: ???
==5196== by 0x3FFFFFFFFFFFFFFF: ???
==5196== by 0x859CD600546BCAB: ???
==5196== by 0x55B0A5F: ???
==5196== by 0x546BCDF: ???
==5196== by 0x859CDBF: ???
==5196== by 0x20546BCDF: ???
==5196== by 0x857505000000001: ???
==5196== by 0x179F62C7: ???
==5196== by 0x859CE200859CCFF: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x179ED910: ???
==5196== by 0x85750AF: ???
==5196== by 0x8564C4F: ???
==5196== by 0x546BC9B: ???
==5196== by 0x856421F: ???
==5196== by 0x546BC9B: ???
==5196== by 0x546BC9B: ???
==5196== by 0x856421F: ???
==5196== by 0x8B37D3F: ???
==5196== by 0x85DF19F: ???
==5196== by 0x546BC9B: ???
==5196== by 0x859CE7F: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x179E3F64: ???
==5196== by 0x85750AF: ???
==5196== by 0x8564C4F: ???
==5196== by 0x546BC9B: ???
==5196== by 0x856421F: ???
==5196== by 0x546BC9B: ???
==5196== by 0x546BC9B: ???
==5196== by 0x856421F: ???
==5196== by 0x8B37D3F: ???
==5196== by 0x85DF19F: ???
==5196== by 0x546BC9B: ???
==5196== by 0x859CE7F: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x179DBBA1: ???
==5196== by 0x85750AF: ???
==5196== by 0x8564C4F: ???
==5196== by 0x546BC9B: ???
==5196== by 0x856421F: ???
==5196== by 0x546BC9B: ???
==5196== by 0x546BC9B: ???
==5196== by 0x856421F: ???
==5196== by 0x8B37D3F: ???
==5196== by 0x85DF19F: ???
==5196== by 0x546BC9B: ???
==5196== by 0x859CE7F: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x179CA188: ???
==5196== by 0x85750AF: ???
==5196== by 0x8564C4F: ???
==5196== by 0x546BC9B: ???
==5196== by 0x856421F: ???
==5196== by 0x546BC9B: ???
==5196== by 0x546BC9B: ???
==5196== by 0x856421F: ???
==5196== by 0x8B37D3F: ???
==5196== by 0x85DF19F: ???
==5196== by 0x546BC9B: ???
==5196== by 0x859CE7F: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x179C6096: ???
==5196== by 0x85750AF: ???
==5196== by 0x8564C4F: ???
==5196== by 0x546BC9B: ???
==5196== by 0x856421F: ???
==5196== by 0x546BC9B: ???
==5196== by 0x546BC9B: ???
==5196== by 0x856421F: ???
==5196== by 0x8B37D3F: ???
==5196== by 0x85DF19F: ???
==5196== by 0x546BC9B: ???
==5196== by 0x859CE7F: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x179ED910: ???
==5196== by 0x30546BCDF: ???
==5196== by 0x8564C4F: ???
==5196== by 0x10897FFEF: ???
==5196== by 0x546BC9B: ???
==5196== by 0x83C6FBF: ???
==5196== by 0x179E196B: ???
==5196== by 0x546BCDF: ???
==5196== by 0x3FFFFFFFFFFFFFFF: ???
==5196== by 0x3FF000000897FFEF: ???
==5196== by 0x897FFF007EE8F0F: ???
==5196== by 0x3FFFFFFFFFFFFFFF: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x179DBBA1: ???
==5196== by 0x30546BCDF: ???
==5196== by 0x8564C4F: ???
==5196== by 0x10897FFEF: ???
==5196== by 0x546BC9B: ???
==5196== by 0x83C6FBF: ???
==5196== by 0x179E196B: ???
==5196== by 0x546BCDF: ???
==5196== by 0x3FFFFFFFFFFFFFFF: ???
==5196== by 0x3FF000000897FFEF: ???
==5196== by 0x897FFF007EE8F0F: ???
==5196== by 0x3FFFFFFFFFFFFFFF: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x179C6096: ???
==5196== by 0x30546BCDF: ???
==5196== by 0x8564C4F: ???
==5196== by 0x10897FFEF: ???
==5196== by 0x546BC9B: ???
==5196== by 0x83C6FBF: ???
==5196== by 0x179E196B: ???
==5196== by 0x546BCDF: ???
==5196== by 0x3FFFFFFFFFFFFFFF: ???
==5196== by 0x3FF000000897FFEF: ???
==5196== by 0x897FFF007EE8F0F: ???
==5196== by 0x3FFFFFFFFFFFFFFF: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x17A028E3: ???
==5196== by 0x54F3CB7: ???
==5196== by 0x54F3C07: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C4663E: lj_tab_setstr (lj_tab.c:517)
==5196== by 0x4C466BC: lj_tab_set (lj_tab.c:525)
==5196== by 0x4C66F66: expr_table (lj_parse.c:1743)
==5196== by 0x4C6859F: expr_simple (lj_parse.c:2000)
==5196== by 0x4C687C7: expr_unop (lj_parse.c:2073)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x179E52F0: ???
==5196== by 0x8656DCF: ???
==5196== by 0x8656E5F: ???
==5196== by 0x8656E8F: ???
==5196== by 0x8656E5F: ???
==5196== by 0x83C6FBF: ???
==5196== by 0x179F0C2B: ???
==5196== by 0x2054B3D6F: ???
==5196== by 0x870A8F00871618F: ???
==5196== by 0x404BFFFFFFFFFFFF: ???
==5196== by 0x404B80000858C9FF: ???
==5196== by 0x860FCCF: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x179E52F0: ???
==5196== by 0x871913F: ???
==5196== by 0x4C501C1: lj_dispatch_call (lj_dispatch.c:516)
==5196== by 0x4C3C04B: lj_vm_inshook (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196== by 0x448BD7: ngx_http_core_access_phase (ngx_http_core_module.c:1125)
==5196== by 0x444A52: ngx_http_core_run_phases (ngx_http_core_module.c:899)
==5196== by 0x4C394B: ngx_http_lua_socket_handle_success (ngx_http_lua_socket_tcp.c:2315)
==5196== by 0x4C8B00: ngx_http_lua_socket_tcp_read (ngx_http_lua_socket_tcp.c:1504)
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x179E3F64: ???
==5196== by 0x558C66B: ???
==5196== by 0x8B4501F: ???
==5196== by 0x546BC9B: ???
==5196== by 0x4C501C1: lj_dispatch_call (lj_dispatch.c:516)
==5196== by 0x4C3C04B: lj_vm_inshook (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196== by 0x448BD7: ngx_http_core_access_phase (ngx_http_core_module.c:1125)
==5196== by 0x444A52: ngx_http_core_run_phases (ngx_http_core_module.c:899)
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x179CA188: ???
==5196== by 0x558C66B: ???
==5196== by 0x8B4501F: ???
==5196== by 0x546BC9B: ???
==5196== by 0x4C501C1: lj_dispatch_call (lj_dispatch.c:516)
==5196== by 0x4C3C04B: lj_vm_inshook (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196== by 0x448BD7: ngx_http_core_access_phase (ngx_http_core_module.c:1125)
==5196== by 0x444A52: ngx_http_core_run_phases (ngx_http_core_module.c:899)
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x179B879B: ???
==5196== by 0x558C66B: ???
==5196== by 0x8B4501F: ???
==5196== by 0x546BC9B: ???
==5196== by 0x4C501C1: lj_dispatch_call (lj_dispatch.c:516)
==5196== by 0x4C3C04B: lj_vm_inshook (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196== by 0x448BD7: ngx_http_core_access_phase (ngx_http_core_module.c:1125)
==5196== by 0x444A52: ngx_http_core_run_phases (ngx_http_core_module.c:899)
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x179E52F0: ???
==5196== by 0x86632FF: ???
==5196== by 0x866338F: ???
==5196== by 0x86633BF: ???
==5196== by 0x866338F: ???
==5196== by 0x83C6FBF: ???
==5196== by 0x179F0C2B: ???
==5196== by 0x566AACA: ???
==5196== by 0x88138900876B53F: ???
==5196== by 0x403AFFFFFFFFFFFF: ???
==5196== by 0x403A00000858C9FF: ???
==5196== by 0x888689F: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x179E52F0: ???
==5196== by 0x876D05F: ???
==5196== by 0x7B6F6E0055B0A5F: ???
==5196== by 0x3FFFFFFFFFFFFFFF: ???
==5196== by 0x876D0000546BCAB: ???
==5196== by 0x55B0A5F: ???
==5196== by 0x546BCDF: ???
==5196== by 0x876D05F: ???
==5196== by 0x20546BCDF: ???
==5196== by 0x8A6644000000001: ???
==5196== by 0x179F62C7: ???
==5196== by 0x876D0C00876CF9F: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x179AF8FA: ???
==5196== by 0x546C817: ???
==5196== by 0x8BB6D2F: ???
==5196== by 0x546CFC3: ???
==5196== by 0x4C48248: lj_meta_tget (lj_meta.c:136)
==5196== by 0x4C3AB80: lj_vmeta_tgetv (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4CA9E0: ngx_http_lua_sleep_resume (ngx_http_lua_sleep.c:166)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196== by 0x448BD7: ngx_http_core_access_phase (ngx_http_core_module.c:1125)
==5196== by 0x444A52: ngx_http_core_run_phases (ngx_http_core_module.c:899)
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x179ED910: ???
==5196== by 0x84C4491: ???
==5196== by 0x8BB6D2F: ???
==5196== by 0x546BC3F: ???
==5196== by 0xF412EA2F000004B8: ???
==5196== by 0x2C87F17679C74459: ???
==5196== by 0x84C447F: ???
==5196== by 0x876D11F: ???
==5196== by 0x876D1AF: ???
==5196== by 0x876D11F: ???
==5196== by 0x876D32F: ???
==5196== by 0x83C6FBF: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x179E3F64: ???
==5196== by 0x84C4491: ???
==5196== by 0x8BB6D2F: ???
==5196== by 0x546BC3F: ???
==5196== by 0xF412EA2F000004B8: ???
==5196== by 0x2C87F17679C74459: ???
==5196== by 0x84C447F: ???
==5196== by 0x876D11F: ???
==5196== by 0x876D1AF: ???
==5196== by 0x876D11F: ???
==5196== by 0x876D32F: ???
==5196== by 0x83C6FBF: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x179DBBA1: ???
==5196== by 0x84C4491: ???
==5196== by 0x8BB6D2F: ???
==5196== by 0x546BC3F: ???
==5196== by 0xF412EA2F000004B8: ???
==5196== by 0x2C87F17679C74459: ???
==5196== by 0x84C447F: ???
==5196== by 0x876D11F: ???
==5196== by 0x876D1AF: ???
==5196== by 0x876D11F: ???
==5196== by 0x876D32F: ???
==5196== by 0x83C6FBF: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x179CA188: ???
==5196== by 0x84C4491: ???
==5196== by 0x8BB6D2F: ???
==5196== by 0x546BC3F: ???
==5196== by 0xF412EA2F000004B8: ???
==5196== by 0x2C87F17679C74459: ???
==5196== by 0x84C447F: ???
==5196== by 0x876D11F: ???
==5196== by 0x876D1AF: ???
==5196== by 0x876D11F: ???
==5196== by 0x876D32F: ???
==5196== by 0x83C6FBF: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x179C6096: ???
==5196== by 0x84C4491: ???
==5196== by 0x8BB6D2F: ???
==5196== by 0x546BC3F: ???
==5196== by 0xF412EA2F000004B8: ???
==5196== by 0x2C87F17679C74459: ???
==5196== by 0x84C447F: ???
==5196== by 0x876D11F: ???
==5196== by 0x876D1AF: ???
==5196== by 0x876D11F: ???
==5196== by 0x876D32F: ???
==5196== by 0x83C6FBF: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x179B879B: ???
==5196== by 0x84C4491: ???
==5196== by 0x8BB6D2F: ???
==5196== by 0x546BC3F: ???
==5196== by 0xF412EA2F000004B8: ???
==5196== by 0x2C87F17679C74459: ???
==5196== by 0x84C447F: ???
==5196== by 0x876D11F: ???
==5196== by 0x876D1AF: ???
==5196== by 0x876D11F: ???
==5196== by 0x876D32F: ???
==5196== by 0x83C6FBF: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x179E52F0: ???
==5196== by 0x8643ABF: ???
==5196== by 0x8643B4F: ???
==5196== by 0x8643B7F: ???
==5196== by 0x8643B4F: ???
==5196== by 0x83C6FBF: ???
==5196== by 0x179F0C2B: ???
==5196== by 0x83C6FCD: ???
==5196== by 0x89667C00896998F: ???
==5196== by 0x403AFFFFFFFFFFFF: ???
==5196== by 0x403A00000858C9FF: ???
==5196== by 0x894BEEF: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x179AF8FA: ???
==5196== by 0x8643ABF: ???
==5196== by 0x8643B4F: ???
==5196== by 0x8643B7F: ???
==5196== by 0x8643B4F: ???
==5196== by 0x83C6FBF: ???
==5196== by 0x179F0C2B: ???
==5196== by 0x83C6FCD: ???
==5196== by 0x89667C00896998F: ???
==5196== by 0x403AFFFFFFFFFFFF: ???
==5196== by 0x403A00000858C9FF: ???
==5196== by 0x894BEEF: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x179E52F0: ???
==5196== by 0x896C41F: ???
==5196== by 0x7B6F6E0055B0A5F: ???
==5196== by 0x55DF063: ???
==5196== by 0x896C3C00546BCAB: ???
==5196== by 0x55B0A5F: ???
==5196== by 0x546BCDF: ???
==5196== by 0x896C41F: ???
==5196== by 0x20546BCDF: ???
==5196== by 0x89485D000000001: ???
==5196== by 0x179F62C7: ???
==5196== by 0x896C4800000000A: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x179E52F0: ???
==5196== by 0x896C7C7: ???
==5196== by 0x896C74F: ???
==5196== by 0x83C6FBF: ???
==5196== by 0x179AFF04: ???
==5196== by 0x546BCDF: ???
==5196== by 0x896C9000896CA1F: ???
==5196== by 0x3FFFFFFFFFFFFFFF: ???
==5196== by 0x896C8400896CA1F: ???
==5196== by 0x3FEFFFFFFFFFFFFF: ???
==5196== by 0x293: ???
==5196== by 0x566AAC7: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x179ED910: ???
==5196== by 0x5690771: ???
==5196== by 0x8B9A08F: ???
==5196== by 0x546BC3F: ???
==5196== by 0xE45898EA000004FE: ???
==5196== by 0xA06B082C6EEFBC6A: ???
==5196== by 0x569075F: ???
==5196== by 0x896C4DF: ???
==5196== by 0x896C56F: ???
==5196== by 0x896C4DF: ???
==5196== by 0x896C6EF: ???
==5196== by 0x83C6FBF: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x179E3F64: ???
==5196== by 0x5690771: ???
==5196== by 0x8B9A08F: ???
==5196== by 0x546BC3F: ???
==5196== by 0xE45898EA000004FE: ???
==5196== by 0xA06B082C6EEFBC6A: ???
==5196== by 0x569075F: ???
==5196== by 0x896C4DF: ???
==5196== by 0x896C56F: ???
==5196== by 0x896C4DF: ???
==5196== by 0x896C6EF: ???
==5196== by 0x83C6FBF: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x179DBBA1: ???
==5196== by 0x5690771: ???
==5196== by 0x8B9A08F: ???
==5196== by 0x546BC3F: ???
==5196== by 0xE45898EA000004FE: ???
==5196== by 0xA06B082C6EEFBC6A: ???
==5196== by 0x569075F: ???
==5196== by 0x896C4DF: ???
==5196== by 0x896C56F: ???
==5196== by 0x896C4DF: ???
==5196== by 0x896C6EF: ???
==5196== by 0x83C6FBF: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x179CA188: ???
==5196== by 0x5690771: ???
==5196== by 0x8B9A08F: ???
==5196== by 0x546BC3F: ???
==5196== by 0xE45898EA000004FE: ???
==5196== by 0xA06B082C6EEFBC6A: ???
==5196== by 0x569075F: ???
==5196== by 0x896C4DF: ???
==5196== by 0x896C56F: ???
==5196== by 0x896C4DF: ???
==5196== by 0x896C6EF: ???
==5196== by 0x83C6FBF: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x179C6096: ???
==5196== by 0x5690771: ???
==5196== by 0x8B9A08F: ???
==5196== by 0x546BC3F: ???
==5196== by 0xE45898EA000004FE: ???
==5196== by 0xA06B082C6EEFBC6A: ???
==5196== by 0x569075F: ???
==5196== by 0x896C4DF: ???
==5196== by 0x896C56F: ???
==5196== by 0x896C4DF: ???
==5196== by 0x896C6EF: ???
==5196== by 0x83C6FBF: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x179B879B: ???
==5196== by 0x5690771: ???
==5196== by 0x8B9A08F: ???
==5196== by 0x546BC3F: ???
==5196== by 0xE45898EA000004FE: ???
==5196== by 0xA06B082C6EEFBC6A: ???
==5196== by 0x569075F: ???
==5196== by 0x896C4DF: ???
==5196== by 0x896C56F: ???
==5196== by 0x896C4DF: ???
==5196== by 0x896C6EF: ???
==5196== by 0x83C6FBF: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x179E52F0: ???
==5196== by 0x82EFFCF: ???
==5196== by 0x82F005F: ???
==5196== by 0x82F008F: ???
==5196== by 0x82F005F: ???
==5196== by 0x83C6FBF: ???
==5196== by 0x179F0C2B: ???
==5196== by 0x2054B3D6F: ???
==5196== by 0x56F3E30056F4C8F: ???
==5196== by 0x4032FFFFFFFFFFFF: ???
==5196== by 0x403200000858C9FF: ???
==5196== by 0x88EC82F: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x179AF8FA: ???
==5196== by 0x82EFFCF: ???
==5196== by 0x82F005F: ???
==5196== by 0x82F008F: ???
==5196== by 0x82F005F: ???
==5196== by 0x83C6FBF: ???
==5196== by 0x179F0C2B: ???
==5196== by 0x2054B3D6F: ???
==5196== by 0x56F3E30056F4C8F: ???
==5196== by 0x4032FFFFFFFFFFFF: ???
==5196== by 0x403200000858C9FF: ???
==5196== by 0x88EC82F: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x179E52F0: ???
==5196== by 0x82F2A3F: ???
==5196== by 0x7B6F6E0055B0A5F: ???
==5196== by 0x8756740055FBD7F: ???
==5196== by 0x56F58600546BCAB: ???
==5196== by 0x55B0A5F: ???
==5196== by 0x546BCDF: ???
==5196== by 0x82F2A3F: ???
==5196== by 0x20546BCDF: ???
==5196== by 0x88EA4F000000001: ???
==5196== by 0x179F62C7: ???
==5196== by 0x56F58C007B6220F: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x179E52F0: ???
==5196== by 0x82F2D87: ???
==5196== by 0x82F2D0F: ???
==5196== by 0x83C6FBF: ???
==5196== by 0x179AFF04: ???
==5196== by 0x546BCDF: ???
==5196== by 0x56F59A0082F2E9F: ???
==5196== by 0x3FFFFFFFFFFFFFFF: ???
==5196== by 0x56F5940082F2E9F: ???
==5196== by 0x3FEFFFFFFFFFFFFF: ???
==5196== by 0x1E2: ???
==5196== by 0x566AAC7: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x179ED910: ???
==5196== by 0x56F989F: ???
==5196== by 0x8BA04DF: ???
==5196== by 0x14A: ???
==5196== by 0x566AABF: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x179DBBA1: ???
==5196== by 0x56F989F: ???
==5196== by 0x8BA04DF: ???
==5196== by 0x14A: ???
==5196== by 0x566AABF: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x179C6096: ???
==5196== by 0x56F989F: ???
==5196== by 0x8BA04DF: ???
==5196== by 0x14A: ???
==5196== by 0x566AABF: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x179ED910: ???
==5196== by 0x82EA9A1: ???
==5196== by 0x8BA04DF: ???
==5196== by 0x546BC3F: ???
==5196== by 0xEEDC032E0000046C: ???
==5196== by 0xEB3DEE272F72096E: ???
==5196== by 0x82EA98F: ???
==5196== by 0x82F2A9F: ???
==5196== by 0x82F2B2F: ???
==5196== by 0x82F2A9F: ???
==5196== by 0x82F2CAF: ???
==5196== by 0x83C6FBF: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x179E3F64: ???
==5196== by 0x82EA9A1: ???
==5196== by 0x8BA04DF: ???
==5196== by 0x546BC3F: ???
==5196== by 0xEEDC032E0000046C: ???
==5196== by 0xEB3DEE272F72096E: ???
==5196== by 0x82EA98F: ???
==5196== by 0x82F2A9F: ???
==5196== by 0x82F2B2F: ???
==5196== by 0x82F2A9F: ???
==5196== by 0x82F2CAF: ???
==5196== by 0x83C6FBF: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x179DBBA1: ???
==5196== by 0x82EA9A1: ???
==5196== by 0x8BA04DF: ???
==5196== by 0x546BC3F: ???
==5196== by 0xEEDC032E0000046C: ???
==5196== by 0xEB3DEE272F72096E: ???
==5196== by 0x82EA98F: ???
==5196== by 0x82F2A9F: ???
==5196== by 0x82F2B2F: ???
==5196== by 0x82F2A9F: ???
==5196== by 0x82F2CAF: ???
==5196== by 0x83C6FBF: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x179CA188: ???
==5196== by 0x82EA9A1: ???
==5196== by 0x8BA04DF: ???
==5196== by 0x546BC3F: ???
==5196== by 0xEEDC032E0000046C: ???
==5196== by 0xEB3DEE272F72096E: ???
==5196== by 0x82EA98F: ???
==5196== by 0x82F2A9F: ???
==5196== by 0x82F2B2F: ???
==5196== by 0x82F2A9F: ???
==5196== by 0x82F2CAF: ???
==5196== by 0x83C6FBF: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x179C6096: ???
==5196== by 0x82EA9A1: ???
==5196== by 0x8BA04DF: ???
==5196== by 0x546BC3F: ???
==5196== by 0xEEDC032E0000046C: ???
==5196== by 0xEB3DEE272F72096E: ???
==5196== by 0x82EA98F: ???
==5196== by 0x82F2A9F: ???
==5196== by 0x82F2B2F: ???
==5196== by 0x82F2A9F: ???
==5196== by 0x82F2CAF: ???
==5196== by 0x83C6FBF: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x179B879B: ???
==5196== by 0x82EA9A1: ???
==5196== by 0x8BA04DF: ???
==5196== by 0x546BC3F: ???
==5196== by 0xEEDC032E0000046C: ???
==5196== by 0xEB3DEE272F72096E: ???
==5196== by 0x82EA98F: ???
==5196== by 0x82F2A9F: ???
==5196== by 0x82F2B2F: ???
==5196== by 0x82F2A9F: ???
==5196== by 0x82F2CAF: ???
==5196== by 0x83C6FBF: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x179E52F0: ???
==5196== by 0x8A8D6EF: ???
==5196== by 0x8A8D77F: ???
==5196== by 0x8A8D7AF: ???
==5196== by 0x8A8D77F: ???
==5196== by 0x83C6FBF: ???
==5196== by 0x179F0C2B: ???
==5196== by 0x83C6FBF: ???
==5196== by 0x8AA472008A7FD8F: ???
==5196== by 0x402BFFFFFFFFFFFF: ???
==5196== by 0x402A00000858C9FF: ???
==5196== by 0x89AFEFF: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x179AF8FA: ???
==5196== by 0x8A8D6EF: ???
==5196== by 0x8A8D77F: ???
==5196== by 0x8A8D7AF: ???
==5196== by 0x8A8D77F: ???
==5196== by 0x83C6FBF: ???
==5196== by 0x179F0C2B: ???
==5196== by 0x83C6FBF: ???
==5196== by 0x8AA472008A7FD8F: ???
==5196== by 0x402BFFFFFFFFFFFF: ???
==5196== by 0x402A00000858C9FF: ???
==5196== by 0x89AFEFF: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x179E52F0: ???
==5196== by 0x8ACA5AF: ???
==5196== by 0x7B6F6E0055B0A5F: ???
==5196== by 0x891E120055FBD7F: ???
==5196== by 0x8AC02E00546BCAB: ???
==5196== by 0x55B0A5F: ???
==5196== by 0x546BCDF: ???
==5196== by 0x8ACA5AF: ???
==5196== by 0x20546BCDF: ???
==5196== by 0x8A9C58000000001: ???
==5196== by 0x179F62C7: ???
==5196== by 0x8B863D007B6220F: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x179E52F0: ???
==5196== by 0x83DD187: ???
==5196== by 0x83DD10F: ???
==5196== by 0x83C6FBF: ???
==5196== by 0x179AFF04: ???
==5196== by 0x546BCDF: ???
==5196== by 0x8435590083DD1DF: ???
==5196== by 0x3FFFFFFFFFFFFFFF: ???
==5196== by 0x8627FD0083DD1DF: ???
==5196== by 0x3FEFFFFFFFFFFFFF: ???
==5196== by 0x128: ???
==5196== by 0x566AAC7: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x179AF8FA: ???
==5196== by 0x83DD187: ???
==5196== by 0x8BAE1EF: ???
==5196== by 0x83C6FBF: ???
==5196== by 0x179AFF04: ???
==5196== by 0x546BCDF: ???
==5196== by 0x8435590083DD1DF: ???
==5196== by 0x3FFFFFFFFFFFFFFF: ???
==5196== by 0x8627FD0083DD1DF: ???
==5196== by 0x3FEFFFFFFFFFFFFF: ???
==5196== by 0x128: ???
==5196== by 0x566AAC7: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x179DBBA1: ???
==5196== by 0x3: ???
==5196== by 0x8BAE1EF: ???
==5196== by 0x14A: ???
==5196== by 0x566AABF: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x179C6096: ???
==5196== by 0x3: ???
==5196== by 0x8BAE1EF: ???
==5196== by 0x14A: ???
==5196== by 0x566AABF: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x179ED910: ???
==5196== by 0x83DB721: ???
==5196== by 0x8BAE1EF: ???
==5196== by 0x546BC3F: ???
==5196== by 0x40DB087500000261: ???
==5196== by 0xDDF33938399ABC7D: ???
==5196== by 0x83DB70F: ???
==5196== by 0x83DCE9F: ???
==5196== by 0x83DCF2F: ???
==5196== by 0x83DCE9F: ???
==5196== by 0x83DD0AF: ???
==5196== by 0x83C6FBF: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x179E3F64: ???
==5196== by 0x83DB721: ???
==5196== by 0x8BAE1EF: ???
==5196== by 0x546BC3F: ???
==5196== by 0x40DB087500000261: ???
==5196== by 0xDDF33938399ABC7D: ???
==5196== by 0x83DB70F: ???
==5196== by 0x83DCE9F: ???
==5196== by 0x83DCF2F: ???
==5196== by 0x83DCE9F: ???
==5196== by 0x83DD0AF: ???
==5196== by 0x83C6FBF: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x179DBBA1: ???
==5196== by 0x83DB721: ???
==5196== by 0x8BAE1EF: ???
==5196== by 0x546BC3F: ???
==5196== by 0x40DB087500000261: ???
==5196== by 0xDDF33938399ABC7D: ???
==5196== by 0x83DB70F: ???
==5196== by 0x83DCE9F: ???
==5196== by 0x83DCF2F: ???
==5196== by 0x83DCE9F: ???
==5196== by 0x83DD0AF: ???
==5196== by 0x83C6FBF: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x179CA188: ???
==5196== by 0x83DB721: ???
==5196== by 0x8BAE1EF: ???
==5196== by 0x546BC3F: ???
==5196== by 0x40DB087500000261: ???
==5196== by 0xDDF33938399ABC7D: ???
==5196== by 0x83DB70F: ???
==5196== by 0x83DCE9F: ???
==5196== by 0x83DCF2F: ???
==5196== by 0x83DCE9F: ???
==5196== by 0x83DD0AF: ???
==5196== by 0x83C6FBF: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x179C6096: ???
==5196== by 0x83DB721: ???
==5196== by 0x8BAE1EF: ???
==5196== by 0x546BC3F: ???
==5196== by 0x40DB087500000261: ???
==5196== by 0xDDF33938399ABC7D: ???
==5196== by 0x83DB70F: ???
==5196== by 0x83DCE9F: ???
==5196== by 0x83DCF2F: ???
==5196== by 0x83DCE9F: ???
==5196== by 0x83DD0AF: ???
==5196== by 0x83C6FBF: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x179B879B: ???
==5196== by 0x83DB721: ???
==5196== by 0x8BAE1EF: ???
==5196== by 0x546BC3F: ???
==5196== by 0x40DB087500000261: ???
==5196== by 0xDDF33938399ABC7D: ???
==5196== by 0x83DB70F: ???
==5196== by 0x83DCE9F: ???
==5196== by 0x83DCF2F: ???
==5196== by 0x83DCE9F: ???
==5196== by 0x83DD0AF: ???
==5196== by 0x83C6FBF: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x179E52F0: ???
==5196== by 0x80359BF: ???
==5196== by 0x8035A4F: ???
==5196== by 0x8035A7F: ???
==5196== by 0x8035A4F: ???
==5196== by 0x83C6FBF: ???
==5196== by 0x179F0C2B: ???
==5196== by 0x83C6FCD: ???
==5196== by 0x5738B6008036F0F: ???
==5196== by 0x4027FFFFFFFFFFFF: ???
==5196== by 0x402600000858C9FF: ???
==5196== by 0x8B2CF7F: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x179AF8FA: ???
==5196== by 0x80359BF: ???
==5196== by 0x8035A4F: ???
==5196== by 0x8035A7F: ???
==5196== by 0x8035A4F: ???
==5196== by 0x83C6FBF: ???
==5196== by 0x179F0C2B: ???
==5196== by 0x83C6FCD: ???
==5196== by 0x5738B6008036F0F: ???
==5196== by 0x4027FFFFFFFFFFFF: ???
==5196== by 0x402600000858C9FF: ???
==5196== by 0x8B2CF7F: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x1799DE15: ???
==5196== by 0x80359BF: ???
==5196== by 0x8035A4F: ???
==5196== by 0x8035A7F: ???
==5196== by 0x8035A4F: ???
==5196== by 0x83C6FBF: ???
==5196== by 0x179F0C2B: ???
==5196== by 0x83C6FCD: ???
==5196== by 0x5738B6008036F0F: ???
==5196== by 0x4027FFFFFFFFFFFF: ???
==5196== by 0x402600000858C9FF: ???
==5196== by 0x8B2CF7F: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x179E52F0: ???
==5196== by 0x8037E5F: ???
==5196== by 0x7B6F6E0055B0A5F: ???
==5196== by 0x8B6A1A0055FBD7F: ???
==5196== by 0x5739E200546BCAB: ???
==5196== by 0x55B0A5F: ???
==5196== by 0x546BCDF: ???
==5196== by 0x8037E5F: ???
==5196== by 0x20546BCDF: ???
==5196== by 0x8CA682000000001: ???
==5196== by 0x179F62C7: ???
==5196== by 0x5739E8007B6220F: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x179E52F0: ???
==5196== by 0x80381A7: ???
==5196== by 0x803812F: ???
==5196== by 0x83C6FBF: ???
==5196== by 0x179AFF04: ???
==5196== by 0x546BCDF: ???
==5196== by 0x5739F60080382BF: ???
==5196== by 0x3FFFFFFFFFFFFFFF: ???
==5196== by 0x5739F00080382BF: ???
==5196== by 0x3FEFFFFFFFFFFFFF: ???
==5196== by 0x107: ???
==5196== by 0x566AAC7: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x179AF8FA: ???
==5196== by 0x80381A7: ???
==5196== by 0x8B6857F: ???
==5196== by 0x83C6FBF: ???
==5196== by 0x179AFF04: ???
==5196== by 0x546BCDF: ???
==5196== by 0x5739F60080382BF: ???
==5196== by 0x3FFFFFFFFFFFFFFF: ???
==5196== by 0x5739F00080382BF: ???
==5196== by 0x3FEFFFFFFFFFFFFF: ???
==5196== by 0x107: ???
==5196== by 0x566AAC7: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x179ED910: ???
==5196== by 0x573E87F: ???
==5196== by 0x8B6857F: ???
==5196== by 0x14A: ???
==5196== by 0x566AABF: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x179DBBA1: ???
==5196== by 0x573E87F: ???
==5196== by 0x8B6857F: ???
==5196== by 0x14A: ???
==5196== by 0x566AABF: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x179C6096: ???
==5196== by 0x573E87F: ???
==5196== by 0x8B6857F: ???
==5196== by 0x14A: ???
==5196== by 0x566AABF: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x179ED910: ???
==5196== by 0x8031691: ???
==5196== by 0x8B6857F: ???
==5196== by 0x546BC3F: ???
==5196== by 0x2B6AC340000019F: ???
==5196== by 0x1AD6A9CF34534860: ???
==5196== by 0x803167F: ???
==5196== by 0x8037EBF: ???
==5196== by 0x8037F4F: ???
==5196== by 0x8037EBF: ???
==5196== by 0x80380CF: ???
==5196== by 0x83C6FBF: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x179E3F64: ???
==5196== by 0x8031691: ???
==5196== by 0x8B6857F: ???
==5196== by 0x546BC3F: ???
==5196== by 0x2B6AC340000019F: ???
==5196== by 0x1AD6A9CF34534860: ???
==5196== by 0x803167F: ???
==5196== by 0x8037EBF: ???
==5196== by 0x8037F4F: ???
==5196== by 0x8037EBF: ???
==5196== by 0x80380CF: ???
==5196== by 0x83C6FBF: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x179DBBA1: ???
==5196== by 0x8031691: ???
==5196== by 0x8B6857F: ???
==5196== by 0x546BC3F: ???
==5196== by 0x2B6AC340000019F: ???
==5196== by 0x1AD6A9CF34534860: ???
==5196== by 0x803167F: ???
==5196== by 0x8037EBF: ???
==5196== by 0x8037F4F: ???
==5196== by 0x8037EBF: ???
==5196== by 0x80380CF: ???
==5196== by 0x83C6FBF: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x179CA188: ???
==5196== by 0x8031691: ???
==5196== by 0x8B6857F: ???
==5196== by 0x546BC3F: ???
==5196== by 0x2B6AC340000019F: ???
==5196== by 0x1AD6A9CF34534860: ???
==5196== by 0x803167F: ???
==5196== by 0x8037EBF: ???
==5196== by 0x8037F4F: ???
==5196== by 0x8037EBF: ???
==5196== by 0x80380CF: ???
==5196== by 0x83C6FBF: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x179C6096: ???
==5196== by 0x8031691: ???
==5196== by 0x8B6857F: ???
==5196== by 0x546BC3F: ???
==5196== by 0x2B6AC340000019F: ???
==5196== by 0x1AD6A9CF34534860: ???
==5196== by 0x803167F: ???
==5196== by 0x8037EBF: ???
==5196== by 0x8037F4F: ???
==5196== by 0x8037EBF: ???
==5196== by 0x80380CF: ???
==5196== by 0x83C6FBF: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x179B879B: ???
==5196== by 0x8031691: ???
==5196== by 0x8B6857F: ???
==5196== by 0x546BC3F: ???
==5196== by 0x2B6AC340000019F: ???
==5196== by 0x1AD6A9CF34534860: ???
==5196== by 0x803167F: ???
==5196== by 0x8037EBF: ???
==5196== by 0x8037F4F: ???
==5196== by 0x8037EBF: ???
==5196== by 0x80380CF: ???
==5196== by 0x83C6FBF: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x179E52F0: ???
==5196== by 0x805001F: ???
==5196== by 0x80500AF: ???
==5196== by 0x80500DF: ???
==5196== by 0x80500AF: ???
==5196== by 0x83C6FBF: ???
==5196== by 0x179F0C2B: ???
==5196== by 0x80561DF: ???
==5196== by 0x80565A00805BB0F: ???
==5196== by 0x4048FFFFFFFFFFFF: ???
==5196== by 0x404880000858C9FF: ???
==5196== by 0x873598F: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x179AF8FA: ???
==5196== by 0x805001F: ???
==5196== by 0x80500AF: ???
==5196== by 0x80500DF: ???
==5196== by 0x80500AF: ???
==5196== by 0x83C6FBF: ???
==5196== by 0x179F0C2B: ???
==5196== by 0x80561DF: ???
==5196== by 0x80565A00805BB0F: ???
==5196== by 0x4048FFFFFFFFFFFF: ???
==5196== by 0x404880000858C9FF: ???
==5196== by 0x873598F: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x1799DE15: ???
==5196== by 0x805001F: ???
==5196== by 0x80500AF: ???
==5196== by 0x80500DF: ???
==5196== by 0x80500AF: ???
==5196== by 0x83C6FBF: ???
==5196== by 0x179F0C2B: ???
==5196== by 0x80561DF: ???
==5196== by 0x80565A00805BB0F: ???
==5196== by 0x4048FFFFFFFFFFFF: ???
==5196== by 0x404880000858C9FF: ???
==5196== by 0x873598F: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x179E52F0: ???
==5196== by 0x805D77F: ???
==5196== by 0x7B6F6E0055B0A5F: ???
==5196== by 0x5776A50055FBD7F: ???
==5196== by 0x805D7200546BCAB: ???
==5196== by 0x55B0A5F: ???
==5196== by 0x546BCDF: ???
==5196== by 0x805D77F: ???
==5196== by 0x20546BCDF: ???
==5196== by 0x872E25000000001: ???
==5196== by 0x179F62C7: ???
==5196== by 0x805D7E007B6220F: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x179E52F0: ???
==5196== by 0x805DB27: ???
==5196== by 0x805DAAF: ???
==5196== by 0x83C6FBF: ???
==5196== by 0x179AFF04: ???
==5196== by 0x546BCDF: ???
==5196== by 0x805DC600805DD7F: ???
==5196== by 0x3FFFFFFFFFFFFFFF: ???
==5196== by 0x805DBA00805DD7F: ???
==5196== by 0x3FEFFFFFFFFFFFFF: ???
==5196== by 0x23A: ???
==5196== by 0x566AAC7: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x179AF8FA: ???
==5196== by 0x805DB27: ???
==5196== by 0x57763CF: ???
==5196== by 0x83C6FBF: ???
==5196== by 0x179AFF04: ???
==5196== by 0x546BCDF: ???
==5196== by 0x805DC600805DD7F: ???
==5196== by 0x3FFFFFFFFFFFFFFF: ???
==5196== by 0x805DBA00805DD7F: ???
==5196== by 0x3FEFFFFFFFFFFFFF: ???
==5196== by 0x23A: ???
==5196== by 0x566AAC7: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x179ED910: ???
==5196== by 0x806689F: ???
==5196== by 0x57763CF: ???
==5196== by 0x14A: ???
==5196== by 0x566AABF: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x179DBBA1: ???
==5196== by 0x806689F: ???
==5196== by 0x57763CF: ???
==5196== by 0x14A: ???
==5196== by 0x566AABF: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x179C6096: ???
==5196== by 0x806689F: ???
==5196== by 0x57763CF: ???
==5196== by 0x14A: ???
==5196== by 0x566AABF: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x179ED910: ???
==5196== by 0x873F071: ???
==5196== by 0x57763CF: ???
==5196== by 0x546BC3F: ???
==5196== by 0xDEF93E5000004A8: ???
==5196== by 0xACD46C1A8B503267: ???
==5196== by 0x873F05F: ???
==5196== by 0x805D83F: ???
==5196== by 0x805D89F: ???
==5196== by 0x805D83F: ???
==5196== by 0x805DA4F: ???
==5196== by 0x83C6FBF: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x179E3F64: ???
==5196== by 0x873F071: ???
==5196== by 0x57763CF: ???
==5196== by 0x546BC3F: ???
==5196== by 0xDEF93E5000004A8: ???
==5196== by 0xACD46C1A8B503267: ???
==5196== by 0x873F05F: ???
==5196== by 0x805D83F: ???
==5196== by 0x805D89F: ???
==5196== by 0x805D83F: ???
==5196== by 0x805DA4F: ???
==5196== by 0x83C6FBF: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x179DBBA1: ???
==5196== by 0x873F071: ???
==5196== by 0x57763CF: ???
==5196== by 0x546BC3F: ???
==5196== by 0xDEF93E5000004A8: ???
==5196== by 0xACD46C1A8B503267: ???
==5196== by 0x873F05F: ???
==5196== by 0x805D83F: ???
==5196== by 0x805D89F: ???
==5196== by 0x805D83F: ???
==5196== by 0x805DA4F: ???
==5196== by 0x83C6FBF: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x179CA188: ???
==5196== by 0x873F071: ???
==5196== by 0x57763CF: ???
==5196== by 0x546BC3F: ???
==5196== by 0xDEF93E5000004A8: ???
==5196== by 0xACD46C1A8B503267: ???
==5196== by 0x873F05F: ???
==5196== by 0x805D83F: ???
==5196== by 0x805D89F: ???
==5196== by 0x805D83F: ???
==5196== by 0x805DA4F: ???
==5196== by 0x83C6FBF: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x179C6096: ???
==5196== by 0x873F071: ???
==5196== by 0x57763CF: ???
==5196== by 0x546BC3F: ???
==5196== by 0xDEF93E5000004A8: ???
==5196== by 0xACD46C1A8B503267: ???
==5196== by 0x873F05F: ???
==5196== by 0x805D83F: ???
==5196== by 0x805D89F: ???
==5196== by 0x805D83F: ???
==5196== by 0x805DA4F: ???
==5196== by 0x83C6FBF: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x179B879B: ???
==5196== by 0x873F071: ???
==5196== by 0x57763CF: ???
==5196== by 0x546BC3F: ???
==5196== by 0xDEF93E5000004A8: ???
==5196== by 0xACD46C1A8B503267: ???
==5196== by 0x873F05F: ???
==5196== by 0x805D83F: ???
==5196== by 0x805D89F: ???
==5196== by 0x805D83F: ???
==5196== by 0x805DA4F: ???
==5196== by 0x83C6FBF: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x179E52F0: ???
==5196== by 0xA15F05F: ???
==5196== by 0xA15F0EF: ???
==5196== by 0xA15F11F: ???
==5196== by 0xA15F0EF: ???
==5196== by 0x83C6FBF: ???
==5196== by 0x179F0C2B: ???
==5196== by 0x2054B3D6F: ???
==5196== by 0xA1611700A16253F: ???
==5196== by 0x402DFFFFFFFFFFFF: ???
==5196== by 0x402C00000858C9FF: ???
==5196== by 0x54812EF: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x179AF8FA: ???
==5196== by 0xA15F05F: ???
==5196== by 0xA15F0EF: ???
==5196== by 0xA15F11F: ???
==5196== by 0xA15F0EF: ???
==5196== by 0x83C6FBF: ???
==5196== by 0x179F0C2B: ???
==5196== by 0x2054B3D6F: ???
==5196== by 0xA1611700A16253F: ???
==5196== by 0x402DFFFFFFFFFFFF: ???
==5196== by 0x402C00000858C9FF: ???
==5196== by 0x54812EF: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x1799DE15: ???
==5196== by 0xA15F05F: ???
==5196== by 0xA15F0EF: ???
==5196== by 0xA15F11F: ???
==5196== by 0xA15F0EF: ???
==5196== by 0x83C6FBF: ???
==5196== by 0x179F0C2B: ???
==5196== by 0x2054B3D6F: ???
==5196== by 0xA1611700A16253F: ???
==5196== by 0x402DFFFFFFFFFFFF: ???
==5196== by 0x402C00000858C9FF: ???
==5196== by 0x54812EF: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x179E52F0: ???
==5196== by 0xA163C1F: ???
==5196== by 0x7B6F6E0055B0A5F: ???
==5196== by 0xA143000055FBD7F: ???
==5196== by 0xA163BC00546BCAB: ???
==5196== by 0x55B0A5F: ???
==5196== by 0x546BCDF: ???
==5196== by 0xA163C1F: ???
==5196== by 0x20546BCDF: ???
==5196== by 0xA1492C000000001: ???
==5196== by 0x179F62C7: ???
==5196== by 0xA163C8007B6220F: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x179E52F0: ???
==5196== by 0xA163FC7: ???
==5196== by 0xA163F4F: ???
==5196== by 0x83C6FBF: ???
==5196== by 0x179AFF04: ???
==5196== by 0x546BCDF: ???
==5196== by 0xA1641000A16421F: ???
==5196== by 0x3FFFFFFFFFFFFFFF: ???
==5196== by 0xA1640400A16421F: ???
==5196== by 0x3FEFFFFFFFFFFFFF: ???
==5196== by 0x16B: ???
==5196== by 0x566AAC7: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x179AF8FA: ???
==5196== by 0xA163FC7: ???
==5196== by 0xA14297F: ???
==5196== by 0x83C6FBF: ???
==5196== by 0x179AFF04: ???
==5196== by 0x546BCDF: ???
==5196== by 0xA1641000A16421F: ???
==5196== by 0x3FFFFFFFFFFFFFFF: ???
==5196== by 0xA1640400A16421F: ???
==5196== by 0x3FEFFFFFFFFFFFFF: ???
==5196== by 0x16B: ???
==5196== by 0x566AAC7: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x1799992E: ???
==5196== by 0xA151E4F: ???
==5196== by 0xA141F4F: ???
==5196== by 0xA148297: ???
==5196== by 0xA14664F: ???
==5196== by 0xA16B1E0056E2FAF: ???
==5196== by 0x84CA34F: ???
==5196== by 0x55A97C0084CA33F: ???
==5196== by 0x4C3AB80: lj_vmeta_tgetv (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4BF19D: ngx_http_lua_access_by_chunk (ngx_http_lua_accessby.c:282)
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x179ED910: ???
==5196== by 0xA155A41: ???
==5196== by 0xA14297F: ???
==5196== by 0x546BC3F: ???
==5196== by 0x34D3AA59000002F1: ???
==5196== by 0xAB071B8BDA2B76B2: ???
==5196== by 0xA155A2F: ???
==5196== by 0xA163CDF: ???
==5196== by 0xA163D6F: ???
==5196== by 0xA163CDF: ???
==5196== by 0xA163EEF: ???
==5196== by 0x83C6FBF: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x179E3F64: ???
==5196== by 0xA155A41: ???
==5196== by 0xA14297F: ???
==5196== by 0x546BC3F: ???
==5196== by 0x34D3AA59000002F1: ???
==5196== by 0xAB071B8BDA2B76B2: ???
==5196== by 0xA155A2F: ???
==5196== by 0xA163CDF: ???
==5196== by 0xA163D6F: ???
==5196== by 0xA163CDF: ???
==5196== by 0xA163EEF: ???
==5196== by 0x83C6FBF: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x179DBBA1: ???
==5196== by 0xA155A41: ???
==5196== by 0xA14297F: ???
==5196== by 0x546BC3F: ???
==5196== by 0x34D3AA59000002F1: ???
==5196== by 0xAB071B8BDA2B76B2: ???
==5196== by 0xA155A2F: ???
==5196== by 0xA163CDF: ???
==5196== by 0xA163D6F: ???
==5196== by 0xA163CDF: ???
==5196== by 0xA163EEF: ???
==5196== by 0x83C6FBF: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x179CA188: ???
==5196== by 0xA155A41: ???
==5196== by 0xA14297F: ???
==5196== by 0x546BC3F: ???
==5196== by 0x34D3AA59000002F1: ???
==5196== by 0xAB071B8BDA2B76B2: ???
==5196== by 0xA155A2F: ???
==5196== by 0xA163CDF: ???
==5196== by 0xA163D6F: ???
==5196== by 0xA163CDF: ???
==5196== by 0xA163EEF: ???
==5196== by 0x83C6FBF: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x179C6096: ???
==5196== by 0xA155A41: ???
==5196== by 0xA14297F: ???
==5196== by 0x546BC3F: ???
==5196== by 0x34D3AA59000002F1: ???
==5196== by 0xAB071B8BDA2B76B2: ???
==5196== by 0xA155A2F: ???
==5196== by 0xA163CDF: ???
==5196== by 0xA163D6F: ???
==5196== by 0xA163CDF: ???
==5196== by 0xA163EEF: ???
==5196== by 0x83C6FBF: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x179B879B: ???
==5196== by 0xA155A41: ???
==5196== by 0xA14297F: ???
==5196== by 0x546BC3F: ???
==5196== by 0x34D3AA59000002F1: ???
==5196== by 0xAB071B8BDA2B76B2: ???
==5196== by 0xA155A2F: ???
==5196== by 0xA163CDF: ???
==5196== by 0xA163D6F: ???
==5196== by 0xA163CDF: ???
==5196== by 0xA163EEF: ???
==5196== by 0x83C6FBF: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x179E52F0: ???
==5196== by 0xA22C24F: ???
==5196== by 0xA22C2DF: ???
==5196== by 0xA22C30F: ???
==5196== by 0xA22C2DF: ???
==5196== by 0x83C6FBF: ???
==5196== by 0x179F0C2B: ???
==5196== by 0x2054B3D6F: ???
==5196== by 0xA22E4500A22F51F: ???
==5196== by 0x4027FFFFFFFFFFFF: ???
==5196== by 0x402600000858C9FF: ???
==5196== by 0x548134F: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x179AF8FA: ???
==5196== by 0xA22C24F: ???
==5196== by 0xA22C2DF: ???
==5196== by 0xA22C30F: ???
==5196== by 0xA22C2DF: ???
==5196== by 0x83C6FBF: ???
==5196== by 0x179F0C2B: ???
==5196== by 0x2054B3D6F: ???
==5196== by 0xA22E4500A22F51F: ???
==5196== by 0x4027FFFFFFFFFFFF: ???
==5196== by 0x402600000858C9FF: ???
==5196== by 0x548134F: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x1799DE15: ???
==5196== by 0xA22C24F: ???
==5196== by 0xA22C2DF: ???
==5196== by 0xA22C30F: ???
==5196== by 0xA22C2DF: ???
==5196== by 0x83C6FBF: ???
==5196== by 0x179F0C2B: ???
==5196== by 0x2054B3D6F: ???
==5196== by 0xA22E4500A22F51F: ???
==5196== by 0x4027FFFFFFFFFFFF: ???
==5196== by 0x402600000858C9FF: ???
==5196== by 0x548134F: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x179E52F0: ???
==5196== by 0xA230D6F: ???
==5196== by 0x7B6F6E0055B0A5F: ???
==5196== by 0xA1C7270055FBD7F: ???
==5196== by 0xA230D100546BCAB: ???
==5196== by 0x55B0A5F: ???
==5196== by 0x546BCDF: ???
==5196== by 0xA230D6F: ???
==5196== by 0x20546BCDF: ???
==5196== by 0xA216FB000000001: ???
==5196== by 0x179F62C7: ???
==5196== by 0xA230DD007B6220F: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x179E52F0: ???
==5196== by 0xA231117: ???
==5196== by 0xA23109F: ???
==5196== by 0x83C6FBF: ???
==5196== by 0x179AFF04: ???
==5196== by 0x546BCDF: ???
==5196== by 0xA2312500A23136F: ???
==5196== by 0x3FFFFFFFFFFFFFFF: ???
==5196== by 0xA2311900A23136F: ???
==5196== by 0x3FEFFFFFFFFFFFFF: ???
==5196== by 0xFC: ???
==5196== by 0x566AAC7: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x179AF8FA: ???
==5196== by 0xA231117: ???
==5196== by 0xA1C6BEF: ???
==5196== by 0x83C6FBF: ???
==5196== by 0x179AFF04: ???
==5196== by 0x546BCDF: ???
==5196== by 0xA2312500A23136F: ???
==5196== by 0x3FFFFFFFFFFFFFFF: ???
==5196== by 0xA2311900A23136F: ???
==5196== by 0x3FEFFFFFFFFFFFFF: ???
==5196== by 0xFC: ???
==5196== by 0x566AAC7: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x1799992E: ???
==5196== by 0xA1CE52F: ???
==5196== by 0xA1C61BF: ???
==5196== by 0xA20E3B7: ???
==5196== by 0xA1CCE4F: ???
==5196== by 0xA23A080056E2FAF: ???
==5196== by 0x84CA34F: ???
==5196== by 0x55A97C0084CA33F: ???
==5196== by 0x4C3AB80: lj_vmeta_tgetv (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x179ED910: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x179DBBA1: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x179C6096: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x179ED910: ???
==5196== by 0xA223411: ???
==5196== by 0xA1C6BEF: ???
==5196== by 0x546BC3F: ???
==5196== by 0x5E2A7DDF000002FB: ???
==5196== by 0x2B4132B6E2D4D4D7: ???
==5196== by 0xA2233FF: ???
==5196== by 0xA230E2F: ???
==5196== by 0xA230EBF: ???
==5196== by 0xA230E2F: ???
==5196== by 0xA23103F: ???
==5196== by 0x83C6FBF: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x179E3F64: ???
==5196== by 0xA223411: ???
==5196== by 0xA1C6BEF: ???
==5196== by 0x546BC3F: ???
==5196== by 0x5E2A7DDF000002FB: ???
==5196== by 0x2B4132B6E2D4D4D7: ???
==5196== by 0xA2233FF: ???
==5196== by 0xA230E2F: ???
==5196== by 0xA230EBF: ???
==5196== by 0xA230E2F: ???
==5196== by 0xA23103F: ???
==5196== by 0x83C6FBF: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x179DBBA1: ???
==5196== by 0xA223411: ???
==5196== by 0xA1C6BEF: ???
==5196== by 0x546BC3F: ???
==5196== by 0x5E2A7DDF000002FB: ???
==5196== by 0x2B4132B6E2D4D4D7: ???
==5196== by 0xA2233FF: ???
==5196== by 0xA230E2F: ???
==5196== by 0xA230EBF: ???
==5196== by 0xA230E2F: ???
==5196== by 0xA23103F: ???
==5196== by 0x83C6FBF: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x179CA188: ???
==5196== by 0xA223411: ???
==5196== by 0xA1C6BEF: ???
==5196== by 0x546BC3F: ???
==5196== by 0x5E2A7DDF000002FB: ???
==5196== by 0x2B4132B6E2D4D4D7: ???
==5196== by 0xA2233FF: ???
==5196== by 0xA230E2F: ???
==5196== by 0xA230EBF: ???
==5196== by 0xA230E2F: ???
==5196== by 0xA23103F: ???
==5196== by 0x83C6FBF: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x179C6096: ???
==5196== by 0xA223411: ???
==5196== by 0xA1C6BEF: ???
==5196== by 0x546BC3F: ???
==5196== by 0x5E2A7DDF000002FB: ???
==5196== by 0x2B4132B6E2D4D4D7: ???
==5196== by 0xA2233FF: ???
==5196== by 0xA230E2F: ???
==5196== by 0xA230EBF: ???
==5196== by 0xA230E2F: ???
==5196== by 0xA23103F: ???
==5196== by 0x83C6FBF: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x179B879B: ???
==5196== by 0xA223411: ???
==5196== by 0xA1C6BEF: ???
==5196== by 0x546BC3F: ???
==5196== by 0x5E2A7DDF000002FB: ???
==5196== by 0x2B4132B6E2D4D4D7: ???
==5196== by 0xA2233FF: ???
==5196== by 0xA230E2F: ???
==5196== by 0xA230EBF: ???
==5196== by 0xA230E2F: ???
==5196== by 0xA23103F: ???
==5196== by 0x83C6FBF: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x179E52F0: ???
==5196== by 0xA2A30DF: ???
==5196== by 0xA2A316F: ???
==5196== by 0xA2A319F: ???
==5196== by 0xA2A316F: ???
==5196== by 0x83C6FBF: ???
==5196== by 0x179F0C2B: ???
==5196== by 0x566AACE: ???
==5196== by 0xA2A71C00A2A947F: ???
==5196== by 0x4033FFFFFFFFFFFF: ???
==5196== by 0x403300000858C9FF: ???
==5196== by 0xA28C4EF: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x179AF8FA: ???
==5196== by 0xA2A30DF: ???
==5196== by 0xA2A316F: ???
==5196== by 0xA2A319F: ???
==5196== by 0xA2A316F: ???
==5196== by 0x83C6FBF: ???
==5196== by 0x179F0C2B: ???
==5196== by 0x566AACE: ???
==5196== by 0xA2A71C00A2A947F: ???
==5196== by 0x4033FFFFFFFFFFFF: ???
==5196== by 0x403300000858C9FF: ???
==5196== by 0xA28C4EF: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x1799DE15: ???
==5196== by 0xA2A30DF: ???
==5196== by 0xA2A316F: ???
==5196== by 0xA2A319F: ???
==5196== by 0xA2A316F: ???
==5196== by 0x83C6FBF: ???
==5196== by 0x179F0C2B: ???
==5196== by 0x566AACE: ???
==5196== by 0xA2A71C00A2A947F: ???
==5196== by 0x4033FFFFFFFFFFFF: ???
==5196== by 0x403300000858C9FF: ???
==5196== by 0xA28C4EF: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x179E52F0: ???
==5196== by 0xA2AACCF: ???
==5196== by 0x7B6F6E0055B0A5F: ???
==5196== by 0xA1F24F0055FBD7F: ???
==5196== by 0xA2AAC700546BCAB: ???
==5196== by 0x55B0A5F: ???
==5196== by 0x546BCDF: ???
==5196== by 0xA2AACCF: ???
==5196== by 0x20546BCDF: ???
==5196== by 0xA28A0B000000001: ???
==5196== by 0x179F62C7: ???
==5196== by 0xA2AAD3007B6220F: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x179E52F0: ???
==5196== by 0xA2AB077: ???
==5196== by 0xA2AAFFF: ???
==5196== by 0x83C6FBF: ???
==5196== by 0x179AFF04: ???
==5196== by 0x546BCDF: ???
==5196== by 0xA2AB1B00A2AB2CF: ???
==5196== by 0x3FFFFFFFFFFFFFFF: ???
==5196== by 0xA2AB0F00A2AB2CF: ???
==5196== by 0x3FEFFFFFFFFFFFFF: ???
==5196== by 0x19C: ???
==5196== by 0x566AAC7: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x179AF8FA: ???
==5196== by 0xA2AB077: ???
==5196== by 0xA1F1E6F: ???
==5196== by 0x83C6FBF: ???
==5196== by 0x179AFF04: ???
==5196== by 0x546BCDF: ???
==5196== by 0xA2AB1B00A2AB2CF: ???
==5196== by 0x3FFFFFFFFFFFFFFF: ???
==5196== by 0xA2AB0F00A2AB2CF: ???
==5196== by 0x3FEFFFFFFFFFFFFF: ???
==5196== by 0x19C: ???
==5196== by 0x566AAC7: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x1799992E: ???
==5196== by 0xA29B02F: ???
==5196== by 0xA1F143F: ???
==5196== by 0xA20F917: ???
==5196== by 0xA1F5B3F: ???
==5196== by 0xA2B2870056E2FAF: ???
==5196== by 0x84CA34F: ???
==5196== by 0x55A97C0084CA33F: ???
==5196== by 0x4C3AB80: lj_vmeta_tgetv (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4CA9E0: ngx_http_lua_sleep_resume (ngx_http_lua_sleep.c:166)
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x179ED910: ???
==5196== by 0xA297971: ???
==5196== by 0xA1F1E6F: ???
==5196== by 0x546BC3F: ???
==5196== by 0xBCB86C2000002C5: ???
==5196== by 0x33F3979C840CFEEF: ???
==5196== by 0xA29795F: ???
==5196== by 0xA2AAD8F: ???
==5196== by 0xA2AAE1F: ???
==5196== by 0xA2AAD8F: ???
==5196== by 0xA2AAF9F: ???
==5196== by 0x83C6FBF: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x179E3F64: ???
==5196== by 0xA297971: ???
==5196== by 0xA1F1E6F: ???
==5196== by 0x546BC3F: ???
==5196== by 0xBCB86C2000002C5: ???
==5196== by 0x33F3979C840CFEEF: ???
==5196== by 0xA29795F: ???
==5196== by 0xA2AAD8F: ???
==5196== by 0xA2AAE1F: ???
==5196== by 0xA2AAD8F: ???
==5196== by 0xA2AAF9F: ???
==5196== by 0x83C6FBF: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x179DBBA1: ???
==5196== by 0xA297971: ???
==5196== by 0xA1F1E6F: ???
==5196== by 0x546BC3F: ???
==5196== by 0xBCB86C2000002C5: ???
==5196== by 0x33F3979C840CFEEF: ???
==5196== by 0xA29795F: ???
==5196== by 0xA2AAD8F: ???
==5196== by 0xA2AAE1F: ???
==5196== by 0xA2AAD8F: ???
==5196== by 0xA2AAF9F: ???
==5196== by 0x83C6FBF: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x179CA188: ???
==5196== by 0xA297971: ???
==5196== by 0xA1F1E6F: ???
==5196== by 0x546BC3F: ???
==5196== by 0xBCB86C2000002C5: ???
==5196== by 0x33F3979C840CFEEF: ???
==5196== by 0xA29795F: ???
==5196== by 0xA2AAD8F: ???
==5196== by 0xA2AAE1F: ???
==5196== by 0xA2AAD8F: ???
==5196== by 0xA2AAF9F: ???
==5196== by 0x83C6FBF: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x179C6096: ???
==5196== by 0xA297971: ???
==5196== by 0xA1F1E6F: ???
==5196== by 0x546BC3F: ???
==5196== by 0xBCB86C2000002C5: ???
==5196== by 0x33F3979C840CFEEF: ???
==5196== by 0xA29795F: ???
==5196== by 0xA2AAD8F: ???
==5196== by 0xA2AAE1F: ???
==5196== by 0xA2AAD8F: ???
==5196== by 0xA2AAF9F: ???
==5196== by 0x83C6FBF: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Conditional jump or move depends on uninitialised value(s)
==5196== at 0x179B879B: ???
==5196== by 0xA297971: ???
==5196== by 0xA1F1E6F: ???
==5196== by 0x546BC3F: ???
==5196== by 0xBCB86C2000002C5: ???
==5196== by 0x33F3979C840CFEEF: ???
==5196== by 0xA29795F: ???
==5196== by 0xA2AAD8F: ???
==5196== by 0xA2AAE1F: ???
==5196== by 0xA2AAD8F: ???
==5196== by 0xA2AAF9F: ???
==5196== by 0x83C6FBF: ???
==5196== Uninitialised value was created by a heap allocation
==5196== at 0x4A0764C: malloc (vg_replace_malloc.c:270)
==5196== by 0x4A077C0: realloc (vg_replace_malloc.c:662)
==5196== by 0x4CE3941: mem_alloc (lib_aux.c:317)
==5196== by 0x4C4065D: lj_mem_realloc (lj_gc.c:808)
==5196== by 0x4C450BB: resizetab (lj_tab.c:60)
==5196== by 0x4C45A34: rehashtab (lj_tab.c:368)
==5196== by 0x4C45F9F: lj_tab_newkey (lj_tab.c:452)
==5196== by 0x4C39DAD: lj_BC_TSETS (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4C48D6: ngx_http_lua_socket_tcp_resume (ngx_http_lua_socket_tcp.c:4263)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196==
==5196== Invalid read of size 2
==5196== at 0x4C3C13D: lj_cont_stitch (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4CA9E0: ngx_http_lua_sleep_resume (ngx_http_lua_sleep.c:166)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196== by 0x448BD7: ngx_http_core_access_phase (ngx_http_core_module.c:1125)
==5196== by 0x444A52: ngx_http_core_run_phases (ngx_http_core_module.c:899)
==5196== by 0x4CAB42: ngx_http_lua_sleep_handler (ngx_http_lua_sleep.c:120)
==5196== by 0x42FE72: ngx_event_expire_timers (ngx_event_timer.c:151)
==5196== by 0x42FA3B: ngx_process_events_and_timers (ngx_event.c:264)
==5196== by 0x437EAD: ngx_single_process_cycle (ngx_process_cycle.c:315)
==5196== by 0x41954A: main (nginx.c:404)
==5196== Address 0x52 is not stack'd, malloc'd or (recently) free'd
==5196==
==5196==
==5196== Process terminating with default action of signal 11 (SIGSEGV)
==5196== Access not within mapped region at address 0x52
==5196== at 0x4C3C13D: lj_cont_stitch (in /opt/luajit21sysm/lib/libluajit-5.1.so.2.1.0)
==5196== by 0x4C5CDCA: lua_resume (lj_api.c:1123)
==5196== by 0x4BB2FE: ngx_http_lua_run_thread (ngx_http_lua_util.c:1102)
==5196== by 0x4CA9E0: ngx_http_lua_sleep_resume (ngx_http_lua_sleep.c:166)
==5196== by 0x4BF4E7: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:100)
==5196== by 0x448BD7: ngx_http_core_access_phase (ngx_http_core_module.c:1125)
==5196== by 0x444A52: ngx_http_core_run_phases (ngx_http_core_module.c:899)
==5196== by 0x4CAB42: ngx_http_lua_sleep_handler (ngx_http_lua_sleep.c:120)
==5196== by 0x42FE72: ngx_event_expire_timers (ngx_event_timer.c:151)
==5196== by 0x42FA3B: ngx_process_events_and_timers (ngx_event.c:264)
==5196== by 0x437EAD: ngx_single_process_cycle (ngx_process_cycle.c:315)
==5196== by 0x41954A: main (nginx.c:404)
==5196== If you believe this happened as a result of a stack
==5196== overflow in your program's main thread (unlikely but
==5196== possible), you can try to increase the size of the
==5196== main thread stack using the --main-stacksize= flag.
==5196== The main thread stack size used in this run was 8388608.
==5196==
==5196== HEAP SUMMARY:
==5196== in use at exit: 8,189,704 bytes in 89,360 blocks
==5196== total heap usage: 314,810 allocs, 225,450 frees, 43,348,246 bytes allocated
==5196==
==5196== For a detailed leak analysis, rerun with: --leak-check=full
==5196==
==5196== For counts of detected and suppressed errors, rerun with: -v
==5196== ERROR SUMMARY: 1688 errors from 490 contexts (suppressed: 2 from 2)
make: *** [run] Segmentation fault (core dumped)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment