Open labanyd opened 10 years ago
ngx_shmtx_lock(&shpool->mutex); // 452:ngx_white_black_list.c ngx_shmtx_lock(&pool->mutex); // 142:src/core/ngx_slab.c
it's a deadlock
ngx_shmtx_lock(&shpool->mutex);
I delete this line and other unlock , the process run success!!
node = ngx_slab_alloc(shpool, n); i think that it's wrong