-
Notifications
You must be signed in to change notification settings - Fork 113
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
Segmentation fault #51
Comments
I believe my commit b54801c probably fixed this issue. Please try building again with this commit and see if that resolves it. |
I tested that commit and b55f28a , issue remains although it took much longer to trigger. I am not sure if that is relevant though. |
You are probably hitting a different condition. I believe there are other unchecked readdir and lseek() all over the place. Do you have the stacktrace? |
Or even better, a coredump? |
Does it happen with netatop disabled? |
The stacktrace is the same:
I would rather not provide a core dump as it will likely contain sensitive information. What are you looking to extract from it? This only happens with netatop is in use, i.e. daemon is running and using the network view. |
Atop seems to exit after a SIGSEGV when running for a while (ranges from tens of minutes to hours). I switch between s, d and n views regularly.
Versions:
Atop built from repo (fa4db43)
netatop 2.0 built from source tgz
Ubuntu kernel 4.18.0-15-generic
Stacktrace:
The text was updated successfully, but these errors were encountered: