-
Notifications
You must be signed in to change notification settings - Fork 17
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
Odilia Pins CPU at 100% #19
Comments
yes, it's a critical bug indeed, however it's not entirely consistent. Take this output, for example $ ps -eo pcpu,pid,user,args | sort -r -k1 |grep odilia
0.8 2241 owner target/debug/odilia
$ it's not exactly 100, but that's got me woried worse than any other bugs this may have. I wonder what's causing it to spike like that? perhaps a digging with tokio-console would be required, since gdb isn't helping at all, I get lost in the nested types. |
Doesn't do it fore me:
Consumes some CPU at the start before settling down as you'd expect. That also pretty much disproves my theory that this is causing #20. :-( |
hmm, this is very, very interesting, works on my machine symdrome all over again lol. It seemns we desperately need those testers, we can't reliably test the software we programmed because we already know the happy path so to speak, so our minds aren't detached enough to test the...hmm...less happy path. |
Try running Odilia either in debug or release mode and notice that it will pin one of your cores at 100%.
Can @mcb2003 or @albertotirla confirm this?
Either it's a bug I'm doing something weird to trigger, or this is a serious problem probably based around polling constantly for events, etc.
I know this is sometimes a problem for applications which constantly poll for updates, perhaps some kind of pause is in order, but I'm not certain where.
I have tested this behavior on both stable (1.63) and nightly (1.65) with the same result.
This is a critical bug, if confirmed.
The text was updated successfully, but these errors were encountered: