Hello!

I am using haproxy-1.4.20 on FreeBSD-9.
It was running without any problems for a long time, but after recent changes in configuration it began to crash from time to time.

GNU gdb 6.1.1 [FreeBSD]
Copyright 2004 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB.  Type "show warranty" for details.
This GDB was configured as "amd64-marcel-freebsd"...
Core was generated by `haproxy'.
Program terminated with signal 10, Bus error.
Reading symbols from /lib/libcrypt.so.5...done.
Loaded symbols for /lib/libcrypt.so.5
Reading symbols from /lib/libc.so.7...done.
Loaded symbols for /lib/libc.so.7
Reading symbols from /libexec/ld-elf.so.1...done.
Loaded symbols for /libexec/ld-elf.so.1
#0 0x0000000000455183 in tcpv4_connect_server (si=0x8062132e8, be=0x8014eb000,
    srv=0x8013d9400, srv_addr=0x806213470, from_addr=0x806213480)
    at src/proto_tcp.c:422
422             EV_FD_SET(fd, DIR_WR);  /* for connect status */
(gdb) bt
#0 0x0000000000455183 in tcpv4_connect_server (si=0x8062132e8, be=0x8014eb000,
    srv=0x8013d9400, srv_addr=0x806213470, from_addr=0x806213480)
    at src/proto_tcp.c:422
#1 0x00000000004449f7 in connect_server (s=0x806213200) at src/backend.c:921 #2 0x0000000000457d98 in sess_update_stream_int (s=0x806213200, si=0x8062132e8)
    at src/session.c:374
#3 0x000000000045a5e7 in process_session (t=0x8057fcb40) at src/session.c:1403
#4  0x000000000040b1e3 in process_runnable_tasks (next=0x7fffffffdaac)
    at src/task.c:234
#5  0x00000000004047a3 in run_poll_loop () at src/haproxy.c:983
#6 0x0000000000404f61 in main (argc=6, argv=0x7fffffffdb88) at src/haproxy.c:1264
(gdb)

Is it a known issue?
If not, I can provide more information (config, core image, etc).

Thanks in advance!

Reply via email to