-
-
Notifications
You must be signed in to change notification settings - Fork 315
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
processLoad('*') hanging #929
Comments
@imbdb what linux distribution are you using? And, what is the output of
on this machine (console) |
Truncated output of
|
@imbdb can you test the latest version 5.23.5? |
The function is returning a value now. For some reason, I thought it would return the process list, but it returned a single element in the array.
I think it would be better to use the |
@imbdb ... well it SHOULD return an array of all processes. I testet it on a machine running the same os:
This is the code I am running: let si = require('systeminformation');
si.processLoad('*').then( v => console.log(v)) And here what It returns on my side (truncated):
Hmmmm ... I reopened the ticket ... |
@imbdb is there any chance, that you can help with debugging? That would mean adding certain |
Sure @sebhildebrandt |
@imbdb thank you so much! So, if you clone the repo with
Then edit the SO let us have a look:
For some reason this last part only happens once. Here it would be interesting to check the conditions WHY this part is not called again. Looking at your result this is anyway strange as there should never be an item in the result with Thank you! |
@imbdb did you had time to have a look on it on your side? I tested it here on different machines and different OS versions without any issue ... so it would be interesting to see what the reason is on your machine. Thank you in advance. |
Hello @sebhildebrandt Give me sometime (max 2 days), stuck in some issues right now. |
Hi @imbdb ... sorry I didn't wanted to stress you! Take your time ;-) |
Describe the bug
A clear and concise description of what the bug is.
To Reproduce
Steps to reproduce the behavior:
processLoad('*')
Current Output
No output, it just keeps waiting.
Expected behavior
It should return list of all the current processes
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: