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
chericat: Unable to obtain the vm map information from process 0, does cherciat have the right privilege?
There are two issues here: (1) Probably we should be using strtol() (or similar) rather than atoi() so that better error messages can reported -- it’s not 0, it’s a bad integer conversion and we shouldn’t have gotten this far; and (2) chericat is misspelled in the warning message.
The text was updated successfully, but these errors were encountered:
FYI, I noticed when reading the code that atoi() is used a fair amount in nearby code. On the whole, switching to using strtol() (or similar) to enable better error checking on values would likely be a good thing to do.
While mistyping a chericat command:
I ran into the following message:
There are two issues here: (1) Probably we should be using
strtol()
(or similar) rather thanatoi()
so that better error messages can reported -- it’s not 0, it’s a bad integer conversion and we shouldn’t have gotten this far; and (2) chericat is misspelled in the warning message.The text was updated successfully, but these errors were encountered: