Bug: clamp being used incorrectly after hours running #48
Closed
johnnyasantoss
started this conversation in
Ideas
Replies: 1 comment
-
|
Created #49 from this discussion. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I couldn't create an issue so I'll be using this discussion thread to report a bug.
Yesterday I was testing and reviewing #33, after sending the review I left my bitaxe 602 mining the whole night on that branch to gather more data to plot (it was pretty stable after modifications).
I woke up and found this log:
Unfortunately I was running without backtrace (shame), but after a quick repo wide search I only found one place were clamp is used with dynamic inputs:
mujina/mujina-miner/src/scheduler.rs
Lines 268 to 271 in 491acac
The miner continued mining but I'm not sure that it should. I'm not that familiar with the codebase to tell just by looking at this piece of code to say which thread was running this. Maybe an essential actor?
Beta Was this translation helpful? Give feedback.
All reactions