Finally got a core dump from some recent crashes of a server. No clue as to what string (some IP address) is causing the issue, will need to build a debug version to see if it's possible to recreate.
Program terminated with signal 11, Segmentation fault.
#0 0x00007f9ca85be46b in strtok_r () from /lib64/libc.so.6
Missing separate debuginfos, use: debuginfo-install accre-ibp-server-2.0-1.el7.x86_64
(gdb) bt
#0 0x00007f9ca85be46b in strtok_r () from /lib64/libc.so.6
#1 0x000000000043f2ab in string_token ()
#2 0x000000000042ec27 in ipdecstr2address ()
#3 0x0000000000417928 in worker_task ()
#4 0x00007f9ca9e04dc5 in start_thread () from /lib64/libpthread.so.0
#5 0x00007f9ca862c28d in clone () from /lib64/libc.so.6
Finally got a core dump from some recent crashes of a server. No clue as to what string (some IP address) is causing the issue, will need to build a debug version to see if it's possible to recreate.