RE: Need help with 1.5 crashing when browser refreshed

2013-10-13 Thread Lukas Tribus
Hi Kevin, With the line commented out it ended up with: Built with PCRE version : 8.02 2010-03-19 The crash still occurred just as before. Ok, can you post the full output of haproxy -vv please. Next I decided to try without SSL and it didn’t crash. Compiled with SSL it crashes even if

Re: Need help with 1.5 crashing when browser refreshed

2013-10-13 Thread Kevin
On Oct 13, 2013, at 5:39 AM, Lukas Tribus luky...@hotmail.com wrote: Hi Kevin, With the line commented out it ended up with: Built with PCRE version : 8.02 2010-03-19 The crash still occurred just as before. Ok, can you post the full output of haproxy -vv please. HA-Proxy version

Re: Need help with 1.5 crashing when browser refreshed

2013-10-12 Thread Kevin
On Oct 12, 2013, at 12:38 AM, Willy Tarreau w...@1wt.eu wrote: So everything is normal but it crashes. At this time, I'm inclined to believe the following causes in order of most to least likely : - bug in libpcre 8.33 - bug in how haproxy uses libpcre which is revealed by 8.33 -

RE: Need help with 1.5 crashing when browser refreshed

2013-10-12 Thread Lukas Tribus
Hi Kevin, what I also see different between those 2 builds is that the openssl seems to be build with OpenSSL 0.9.8y in your former, working build and OpenSSL 0.9.8r in the latter, crashing build, but always runs with 0.9.8y: Built with OpenSSL version : OpenSSL 0.9.8y 5 Feb 2013 Running on

Re: Need help with 1.5 crashing when browser refreshed

2013-10-12 Thread Kevin
On Oct 12, 2013, at 7:47 AM, Lukas Tribus luky...@hotmail.com wrote: So I wonder if something changed on your side between those 2 builds or whether the Makefile is screwing with the paths when compiling with PCRE. Could this be related to the fact that we call pcre-config call in the

Re: Need help with 1.5 crashing when browser refreshed

2013-10-11 Thread Kevin
My initial builds were done using HomeBrew for both 1.4.24 and 1.5dev19. It is configured with the following arguments to make: TARGET=generic USE_KQUEUE=1 USE_POLL=1 USE_PCRE=1 The 1.5dev19 settings add to those: USE_OPENSSL=1 USE_ZLIB=1 ADDLIB=-lcrypto When I did my test compiles I

Re: Need help with 1.5 crashing when browser refreshed

2013-10-11 Thread Willy Tarreau
Hi Kevin, On Fri, Oct 11, 2013 at 07:39:32PM -0500, Kevin wrote: My initial builds were done using HomeBrew for both 1.4.24 and 1.5dev19. It is configured with the following arguments to make: TARGET=generic USE_KQUEUE=1 USE_POLL=1 USE_PCRE=1 The 1.5dev19 settings add to those:

Need help with 1.5 crashing when browser refreshed

2013-10-10 Thread Kevin
I am having an issue with the 1.5dev19 and the latest snapshot. It crashes sometimes when loading our site. It’s repeatable simply by refreshing the browser several times rapidly. I’ve tried using poll instead of kqueue and there was no change. Version 1.4 does not display the problem. I was

Re: Need help with 1.5 crashing when browser refreshed

2013-10-10 Thread Kevin
So after some more troubleshooting the problem seems to be related to PCRE. If I compile without it I don’t see the problem. In 1.4 there does not appear to be any issue using PCRE. Any ideas? - Kevin On Oct 10, 2013, at 4:23 PM, Kevin k...@gatorgraphics.com wrote: I am having an issue

Re: Need help with 1.5 crashing when browser refreshed

2013-10-10 Thread Willy Tarreau
Hi Kevin, On Thu, Oct 10, 2013 at 08:28:07PM -0500, Kevin wrote: So after some more troubleshooting the problem seems to be related to PCRE. If I compile without it I don?t see the problem. In 1.4 there does not appear to be any issue using PCRE. OK, thanks for tracking this down. I'm not