Hi Lukas,

On 12:09 Thu 17 Apr     , Lukas Tribus wrote:
> Hi,
> 
> > gdb shows:
> >
> > Program received signal SIGUSR1, User defined signal 1.
> > [WARNING] 106/123715 (18187) : Stopping frontend test in 0 ms.
> >
> > Program received signal SIGSEGV, Segmentation fault.
> > 0x0000000000000000 in ?? ()
> > (gdb) bt
> > #0 0x0000000000000000 in ?? ()
> > #1 0x0000000000410c52 in process_runnable_tasks (next=0x7fffffffe00c) at 
> > src/task.c:240
> > #2 0x000000000040933c in run_poll_loop () at src/haproxy.c:1297
> > #3 0x0000000000406a12 in main (argc=<optimized out>, argv=<optimized out>) 
> > at src/haproxy.c:1628
> >
> > HAProxy was built using:
> > make TARGET=linux2628 USE_PCRE=1 PCREDIR= USE_OPENSSL=1 USE_ZLIB=1
> 
> In a quick test I could not reproduce the crash here. Can you reproduce
> this easily in a non-production environment?
> 
> Can you compile with CFLAGS="-g -O0" in the make command, to avoid that
> the compiler optimizes out to much and provide the gdb output of
> "backtrace full"?

Strange, after a full cleanup and rebuild it doesn't segfault anymore, 
so please disregard this and apologies for the noise.  

Regards,
Apollon

Reply via email to