How to run opennebula (oned) under debug mode

Hello,

I’m using OpenNebula 5.0.2, CentOS 7 and I got a lot of segfault. I want to run oned under debug mode and give trace log for develop team. Cloud anyone give me an instruction for debug oned.

Regards,

It’s strange to have that, you may install the debug packages and get the core file. Once you get the core, using the systemd-coredump interface you can run the gdb. WE’ll be interested in the output of:

gdb> thread apply all bt

1 Like