no-pool-nginx icon indicating copy to clipboard operation
no-pool-nginx copied to clipboard

replace nginx's pool mechanism with plain malloc & free to help tools like valgrind

Results 1 no-pool-nginx issues
Sort by recently updated
recently updated
newest added

when i am using geo module for nginx0.8.54, the calling path of core dump is ngx_http_geo() ->ngx_reset_pool()-> ngx_create_pool(sizeof(ngx_pool_t), NULL) -> ngx_alloc(size, log) ->ngx_log_debug2(.. log ..) , here log is set...