-
Notifications
You must be signed in to change notification settings - Fork 673
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ntopng segfaults ntopng-3.9.190823-7061.x86_64 #2781
Comments
Can you get a stack trace as described in https://github.com/ntop/ntopng/blob/dev/doc/README.crash ? |
gdb --args ntopng /etc/ntopng/ntopng.confGNU gdb (GDB) Red Hat Enterprise Linux 7.6.1-114.el7 Program received signal SIGSEGV, Segmentation fault. |
Thank you. Can you provide a pcap file with ssh traffic to reproduce the crash? You should be able to get it with |
The very first packets of the connections are needed to reproduce the crash. Please follow the following steps:
If you prefer, you can send me the pcap at [email protected] |
I was unable to reproduce but some boundary checks where missing, ntop/nDPI@1231b81 may have solved the issue. Please wait one hour until the new ntopng package is available and report if the crash is fixed |
Yes, I did it as you described:
I repeated tcpdump using this scenario:
|
I will try and let you know. |
Could not reproduce the crash with the pcap above and pre-fix code. Anyway, let's wait until you test the new package. |
Crashed again. See log: scrash.txt Installed versions: Maybe is SSH but on different port than 22 (so the packet which caused crash, isn't using TCP/22). The network which is monitored using ntopng is mess. |
There is an issue with packages, I'll write here when the new package with the fix above is available. |
The new package is now available |
It seems that is fixed now. Running for two days without segfault.Thanks. |
Latest update of ntopng starts to segfault when using GUI (opening monitored interface in the GUI).
ntopng[14713]: segfault at 7f67dc950000 ip 00007f68607622ca sp 00007f6821ffa068 error 6 in libc-2.17.so[7f68606c7000+1c2000]
No problem with version ntopng-3.9.190819-7032.x86_64 and below.
OS Centos 7 x86_64
The text was updated successfully, but these errors were encountered: