-
Notifications
You must be signed in to change notification settings - Fork 157
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
Non-alphanumeric names #110
Comments
And how --prefer and --avoid works with non-alphanumeric names? |
Examples of cmdlines that was handled incorrectly: |
With debug:
|
|
How do you view the log file? Can you try |
|
Output in terminal:
|
journalctl -a:
|
In nohang I get
at
By the way, cmdline was handled correctly. |
Short unicode names (like |
Journalctl output with
May be it is a journalctl bug and it is not a bug for earlyoom. But output may be fixed if you remove bad bytes from names like this:
I don't know how to do it in C, but I have already solved this problem in nohang. |
The problem is that the kernel truncates the name after 16 bytes, which may leave broken utf8 multibyte sequences. Fixed now in earlyoom via fix_truncated_utf8 Line 128 in 8887f63
|
Example of output for some non-alphanumeric names:
This strange behavior should be documented and explained.
What is
[90B blob data]
?The text was updated successfully, but these errors were encountered: