]
Paolo Lutterotti reopened MODCLUSTER-501:
-----------------------------------------
Hi,
I just retried with the 1.3.5 and 1.3.6-rc, but I am still experiencing segfault, in
presence of BalancerMember directives
any suggestion I can look at?
thanks,
Paolo
mod_proxy_cluster crash when using BalancerMember
-------------------------------------------------
Key: MODCLUSTER-501
URL:
https://issues.jboss.org/browse/MODCLUSTER-501
Project: mod_cluster
Issue Type: Bug
Components: Native (httpd modules)
Affects Versions: 1.3.1.Final
Environment: o.s.:: CentOS Linux release 7.2.1511
httpd 2.4.6
mod cluster 1.3.1 final
Reporter: Paolo Lutterotti
Assignee: Michal Karm Babacek
Fix For: 1.3.6.CR1
Attachments: httpd.conf, modules.txt, vhost.conf, vhost.conf
Hello,
I'm experiencing an issue very similar to
https://issues.jboss.org/browse/MODCLUSTER-356
When I try to use a BalancerMember directive, I get a segmentation fault, caused at line
https://github.com/modcluster/mod_cluster/blob/1.3.1.Final/native/mod_pro...
I tried to remove directives from the virtual host, but the issue persists until there is
at least one ProxyPass using a balancer defined with BalancerMember. I attach a .conf file
where I put all of the configurations involved in the issue and which is causing the
crash.
If I put a check at line 2223, there are no more segmentations, but a 503 caused by
mod_proxy_cluster.c(2332): proxy: byrequests balancer FAILED
Thanks,
Paolo