doc/README.crash.md
If the ntopng service crashes with a segmentation fault, there is a bug in the software which must be fixed.
Before opening a new issue, please ensure that you are using a recent (ideally the latest) ntopng version. In order to speed up the troubleshooting process, a stack trace of the crash is needed.
An easy way to get a stack trace on Linux is to run ntopng through the gdb debugger:
sudo apt-get install gdb)sudo systemctl stop ntopnggdb --args <downloaded binary path> /etc/ntopng/ntopng.confhandle SIG33 nostop noprint pass and handle SIGPIPE nostop noprint passrun to start debugging ntopngbt into gdb to get a stack trace of the crashThe WinDbg tool can be used to get a stack trace on Windows:
C:\Program Files\ntopng\ntopng.exe /rg command to start ntopngk to get a stack trace of the crashSee https://docs.microsoft.com/en-us/windows-hardware/drivers/debugger/getting-started-with-windbg for more details.