Hi, > Well, after spending some time compiling testing compiling testing I > finally found that the patch > 0103-OPTIM-MEDIUM-epoll-fuse-active-events-into--1.5-dev19.diff done > between 20131115 and 20131116 is causing my problems. > > I also found that this problem is much easier to reproduce on Safari > than on Firefox or Chrome.
Ok. Can you try if disabling epoll works around this problem (noepoll in the config or command-line argument "-de" [1]) to double check it has todo with epoll? > The weird thing is that this commit has been reverted in dev21 but I > still have the problem in dev21. So I am a bit confused.... No, dev-21 don't has this revert. dev-21 was released December 16th and the offending commit 2f877304ef (from November 15th) was reverted via commit 3ef5af3dcc on December 20th. But you are using snapshot ss-20131229 which does contain this revert. Does this make any sense to you? Just to be on the safe side: could you download a clean and uptodate snapshot haproxy-ss-20140104 [2], to avoid any missing patches? So in the end, haproxy-ss-20131115 [3] works fine and haproxy-ss-20131116 [4] has this problem, correct? I know this triple checking sucks, but what you are reporting doesn't make sense because, like you said yourself, this was reverted. Regards, Lukas [1] http://cbonte.github.io/haproxy-dconv/configuration-1.5.html#3.2-noepoll [2] http://haproxy.1wt.eu/download/1.5/src/snapshot/haproxy-ss-20140104.tar.gz [3] http://haproxy.1wt.eu/download/1.5/src/snapshot/haproxy-ss-20131115.tar.gz [4] http://haproxy.1wt.eu/download/1.5/src/snapshot/haproxy-ss-20131116.tar.gz

