Hi Chris, On Fri, Nov 19, 2010 at 11:25:04AM +0000, Chris Sarginson wrote: > Hi Willy, > > I've been following this with some interest (I'm due to roll out 1.4.9 > on a number of loadbalancers soon), and just wondered if these patches > are recommended for application even if you do build with libpcre (as I > also do), or whether it should be safe to deploy 1.4.9 as is?
All the issues can only happen in out of memory situation. This can typically happen on some under-sized VMs or situations like that. If you know you're running at moderate loads with large amounts of free memory, you don't need to worry. By the way, these issues have been there for more than 5 years and were encountered for the first time now. They are not regressions, so there is no reason to hurry. That said, if you are used to build your own packages, it would obviously be better to include the latest fixes. The point about libpcre is that the libc's regex lib hangs on low memory conditions while libpcre handles the situation fine. This is the third issue of the list, for which there it no patch since the bug is outside haproxy. It is possible that recent a libc would handle the situation better though. Cheers, Willy

