]> git.kaiwu.me - nginx.git/commit
PERL_SYS_TERM() should be called once on exit only, this fixes the message
authorIgor Sysoev <igor@sysoev.ru>
Tue, 29 May 2007 18:48:42 +0000 (18:48 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Tue, 29 May 2007 18:48:42 +0000 (18:48 +0000)
commit8f0c87f38476f9e6017989196f40ebb1e0bbee60
tree30fe260ae1512b2df212c574ef9e5618c55b83b2
parent78c58934124977c36392bc0794e3d41837d4b0ee
PERL_SYS_TERM() should be called once on exit only, this fixes the message

panic: MUTEX_LOCK (22) [op.c:352].
BEGIN failed--compilation aborted.
... [alert] ... perl_parse() failed: 9
Scalars leaked: 2

on threaded perl during second reconfiguration.

PERL_SYS_INIT() should be called once too.
src/http/modules/perl/ngx_http_perl_module.c