You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@chrisfrazee-temboo Do you know what lines this pertain to and what file? I think I am experiencing this bug currently as I been getting a "disconnect invalidates 1 active statement handle (either destroy statement handles or call finish on them before disconnecting)" which this bug would create if the statement was trying to divide by 0
If you have servers without swap, the following two lines will fail, with failure to devide by zero. There needs to be a check to see if:
if ($mem->{swaptotal} == 0)
and some logic to just set the value to zero, rather than try to divide by it.
Regards,
Chris Frazee
The text was updated successfully, but these errors were encountered: