Hi Sander, On Thu, May 31, 2012 at 09:49:50AM +0200, Sander Klein wrote: > Hi, > > >>Hi, > >> > >>When I reload haproxy I get this message: > >> > >>May 22 11:02:45 lb01-a haproxy: *** glibc detected *** > >>/usr/sbin/haproxy: double free or corruption (out): > >>0x0000000001ef41a0 > >>*** > >> > >>I'm running haproxy 1.5-dev10 2012/05/13 > >> > >>If any more info is needed please let me know. > > > >I was wondering if this message is a problem or some bug. > > I've also tested haproxy-1.5-ss-20120531 and it also gives the > following error on reload: > > May 31 08:52:42 lb01-b haproxy: *** glibc detected *** > /usr/sbin/haproxy: double free or corruption (out): 0x0000000001ece190 > *** > > Can this safely be ignored?
It clearly is a bug. However if it happens on exit, it should be harmless, but I'd prefer to fix it. Can you please send me your config in private so that I can reproduce it ? I'm sure that it's just an overzealous free() in deinit() for something that was already released but not nulled. Thanks, Willy

