-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Fixed deny not work in response phase, Fixed debug log message #36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fixed deny not work in response phase, Fixed debug log message #36
Conversation
Hello chaizhenhua, The patch looks good. I will test it. |
hi breno, I cant reproduce the bug. apr_global_mutexes APIs already have APR_LOCK_FCNTL option, maybe we can use it.
|
Hello Chai, I'm still seeing 2013/01/27 05:40:50 [alert] 30628#0: worker process 30629 exited on signal 11 into error.log when enable audit log. Did you compiled APR manually ? What options you used ? Thanks |
Let me know the values you have into apr.h: #define APR_USE_FLOCK_SERIALIZE 1 #define APR_USE_SYSVSEM_SERIALIZE 0 #define APR_USE_POSIXSEM_SERIALIZE 0 #define APR_USE_FCNTL_SERIALIZE 0 #define APR_USE_PROC_PTHREAD_SERIALIZE 0 #define APR_USE_PTHREAD_SERIALIZE 0 #define APR_HAS_FLOCK_SERIALIZE 1 #define APR_HAS_SYSVSEM_SERIALIZE 1 #define APR_HAS_POSIXSEM_SERIALIZE 1 #define APR_HAS_FCNTL_SERIALIZE 1 #define APR_HAS_PROC_PTHREAD_SERIALIZE 1 #define APR_PROCESS_LOCK_IS_GLOBAL 0 |
this is my apr.h file, i install apr use
and this is apr-x86_64.h
|
Not sure why it is working on your side. It is crashing here Program terminated with signal 11, Segmentation fault. |
Fixed deny not work in response phase, Fixed debug log message
What is your Linux Distro ? I would like to install it and reproduce. Thanks |
It should be related to x86_64 plataform too. I don't have it for testing but hope a guy in community would help me |
hi, Breno |
No description provided.