-
Notifications
You must be signed in to change notification settings - Fork 24
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
linux perf file descriptor not readable #43
Comments
interesting that downgrading fixed it because for node there is no difference between 0.0.5 and 0.0.7 |
I released v1.0.27 that ignores errors from hardware counters and continues without them |
error: NotOpenForReading
ive searched through linux perf docs but couldn't find any explanation for intermediate file descriptor error. maybe you had some other program using hardware counters at same time? you should be able to upgrade back to latest version given that there is no actual difference between syscalls they do |
I don't think so? @mitata/counters 0.0.5~0.0.8 fails in miatata 1.0.26 constantly, but upgrade mitata to 1.0.27 fixed the issue.
There appears to be a bug (NaN) in the newly added report, but all existing features work fine. |
I'm not sure what this means exactly, but is it likely that versions of @mitata/counters prior to v0.0.5 weren't working correctly on my machine either? |
could you provide output of |
could also be potentially permissions issue, tried running it with sudo? |
Ohhh I got it. After adjusting it with |
added to docs |
Not sure the exact reason, mitata reported like:
Downgrading counters to v0.0.5 fixes the issue
cometkim/unicode-segmenter#69
The text was updated successfully, but these errors were encountered: