Skip to content
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

latest ntopng segfaulting #1725

Closed
nate-byrnes opened this issue Mar 30, 2018 · 2 comments
Closed

latest ntopng segfaulting #1725

nate-byrnes opened this issue Mar 30, 2018 · 2 comments
Labels

Comments

@nate-byrnes
Copy link

I just upgraded to 'ntopng Professional Edition v.3.3.180326' and now it seems ntopng will only run for a few hours before segfaulting. The only message I get is in dmesg:

[41821400.999000] ntopng[2359]: segfault at 30000000b ip 00007fbb63fdd196 sp 00007ffd64fb6a10 error 4 in libc-2.19.so[7fbb63f5e000+1be000]

What other info should I provide? I haven't upgraded for 6 months, and the prior version was running for that six months.

Here is my config file:

--interface=eth1
--interface=eth2
--interface=eth4
--interface=eth5
--disable-alerts=
--dns-mode=1
--local-networks="173.225.53.0/24,208.83.121.0/24,208.69.85.0/24,208.68.84.137/29,10.88.0.0/16,10.254.0.0/16"
--redis=localhost
#--dump-flows="es;ntopng;ntopng-%Y.%m.%d;http://lb.elmdc.com:9200/_bulk"
#--dump-flows=
--packet-filter="not host 10.88.29.18"
--dump-hosts=local
#--dump-aggregations=local
--sticky-hosts=local
#--communities=/etc/ntopng/communities.list

@emanuele-f emanuele-f added the Bug label Apr 3, 2018
@emanuele-f
Copy link
Contributor

Hi, if possible please run ntopng through the gdb debugger: you can do this by stopping ntopng with sudo systemctl stop ntopng and then run it with sudo gdb --args ntopng /etc/ntopng/ntopng.conf then type "run". After the crash, please send the stack trace with the bt gdb command

@nate-byrnes
Copy link
Author

nate-byrnes commented Apr 3, 2018 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants