Open apprehensions opened 1 year ago
someone with regex skills needs to explain that expression in the example for me. =) or perhaps maybe not, just need to decipher how the tokens is meant to work in expr.y
Will try and see what I can find out in a couple of weeks when I'm done with my new workstation setup
i also found that if i explicitly only request for
\4
which would be1262997
, causes a stack smashing error. the math that calculates the usage could be the cause.
Are you able to paste in the entire expression you gave to produce the error, think it will be helpful when I try to reproduce the error
in the README specified by wmsupermon a example for wmsupermonrc is provided, however using it's cpu usage will always output 0.
i also found that if i explicitly only request for
\4
which would be1262997
, causes a stack smashing error. the math that calculates the usage could be the cause.