On 02/21/2020 11:42 AM, marcel.klooster...@kpn.com wrote:
Hi,

It's not working on test-server also.
Test-server is a solaris zone on T7 with 11.4 sru 950, production is a solaris 
zone on T8 with 11.4 sru 950.


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. :)

--
Zaga    <miros...@zagorac.name>

What can change the nature of a man?

Reply via email to