-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Crash while unpacking tuple for process listing #632
Comments
There seems to be garbage in the |
Can you |
Mmm, that's definitively a lot of garbage. It's hard to figure out how to turn that into a more graceful error message though. |
I would either expect that unreadable lines are completely ignored or that there is a dedicated exception explicitly explaining what is wrong. Something like: Error parsing file |
OK, I committed a change which raises RuntimeError including the offending file and line. I don't think this should pass ignored so let's just stick with a better error message. |
Great, thanks. |
I am experiencing this error on a single host:
This occurs when using
kind='all'
and I could pin down that this is related to parsing code for unix domain sockets.The text was updated successfully, but these errors were encountered: