Hi Lukas, On Tue, Apr 02, 2013 at 10:27:31PM +0200, Lukas Tribus wrote: > Hi Willy, > > since commit a890d072, the following frontend configuration > (in http mode) hangs haproxy, debug output above. > > > acl iscluster1-2 hdr_sub(host) -i testdom2.local > > use_backend cluster1-2 if iscluster1-2 > > After process_switching_rules haproxy seems to hang (new > connections don't trigger additional logging). CPU usage > grows to 100% spend in userspace by haproxy: > > PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND > 6974 root 20 0 15444 4720 404 R 99.8 0.5 0:23.57 haproxy > > One commit back, 8624cab29, same testcase works fine.
I definitely hate it when fixing a bug raises a new one :-( Thanks for reporting this, I'll dig into it. Cheers, Willy

