Hi!
Can you ensure that core dump is generated, and provide me with crash backtrace? You can get backtrace from codedump by running
gdb netxmsd core
(replace netxmsd and core with actual path to netxmsd binary and core file)
then at (gdb) prompt enter
bt
Best regards,
Victor
Can you ensure that core dump is generated, and provide me with crash backtrace? You can get backtrace from codedump by running
gdb netxmsd core
(replace netxmsd and core with actual path to netxmsd binary and core file)
then at (gdb) prompt enter
bt
Best regards,
Victor