-
Notifications
You must be signed in to change notification settings - Fork 326
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
[Issue] awk: cmd. line:1: (FILENAME=- FNR=3) fatal: division by zero attempted #225
Comments
correct me if im wrong but i believe this comes from some part of the bar ( when i comment out the ) the error messages disappear |
Do you have swap or zram? i recommend setting up the latter |
I have neither, ( also havent heard of zram before ) I would rather like my applications to crash then swap to disk and i have plenty of ram so i dont want to use compression in ram (if i understand zrams purposes correctly ) could we maybe check if total not null and skip calculation to not divide by zero if null? can you point me at where this calculation is located? |
i raised a small pr to fix it in the 2 locations ive found this removes the logspam for me |
thanks |
The issue
Click to expand
The text was updated successfully, but these errors were encountered: