Miroslav, Am 21.02.20 um 12:22 schrieb Miroslav Zagorac: > You can start gdb like this: > > % gdb -core core-file program > > , and in your case it would look like this: > > % gdb -core core_sz4203_haproxy_0_0_1582273479_18461 > /usr/local/sbin/haproxy > > After that, in gdb program you write command 'where' (without quotes), > which will print backtrace of all stack frames. It will work better if > you have debug symbols included in the program you want to debug. :) >
I order to save you duplicated effort in helping I'd like to let you know that Marcel also created a GitHub issue upon request from Ilya: https://github.com/haproxy/haproxy/issues/512 Best regards Tim Düsterhus