Hi all,
Current master segfaults during soft-stop with the following config:
global
log /dev/log local0
frontend test
mode http
bind 127.0.0.1:8888
bind ::1:8888
redirect prefix http://example.com
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
Regards,
Apollon