-
Notifications
You must be signed in to change notification settings - Fork 662
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 segfault with commit 11fcf54 . #712
Comments
I have just committed a fix. Can you please update and report us @emanuele-f how you have started ntopng (command line)? |
Morning all. This is OK now, thank you very much. ntopng is started with systemctl. |
The bug is difficult to reproduce but indeed it's located somewhere. From my tests it seems to only appear when invoking luaEvalFlow from Flow::dissectHTTP. Maybe it's something related to concurrency in lua vm calls? Here are some traces: ==8165== Invalid write of size 4 24/Aug/2016 19:48:30 [NetworkInterface.cpp:1528] Started packet polling on interface eth0 [id: 17]... 25/Aug/2016 20:39:52 [NetworkInterface.cpp:4023] WARNING: Error while executing flowUpdate [rc=2][attempt to call a string value] |
@emanuele-f is it maybe related to this ntop/nDPI#249 ? |
@xgerligand can you confirm this is solved? |
@simonemainardi this bug should be fixed properly before closing the issue. Right now the defective code it's only disabled, not fixed. |
We believe this issue is fixed |
Good afternoon.
Compilation of commit 11fcf54 is correct, but i got a segfault when I start ntopng :
ntopng[28048]: segfault at 4b ip 00000000004a697b sp 00007ffdb85c3540 error 4 in ntopng[400000+1c9000]
PF_RING and nDPI were updated to last commit.
Linux : 3.16.0-4-amd64 #1 SMP Debian 3.16.7-ckt25-2+deb8u3 (2016-07-02) x86_64 GNU/Linux
gcc (Debian 4.9.2-10) 4.9.2
Best regards
The text was updated successfully, but these errors were encountered: