We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
使用hcache -top 10命令时,报错,报错如下: could not open '/proc/22621/maps' for read: open /proc/22621/maps: no such file or directory
The text was updated successfully, but these errors were encountered:
感觉很久没维护了,可以自己手动改下源码 main.go的getPidMaps log.Fatalf("could not open '%s' for read: %v", fname, err) 改成 log.Printf("could not open '%s' for read: %v", fname, err) return nil 然后调用的地方判断下就好了 maps := getPidMaps(pidFlag) if maps != nil { files = append(files, maps...) }
Sorry, something went wrong.
No branches or pull requests
使用hcache -top 10命令时,报错,报错如下:
could not open '/proc/22621/maps' for read: open /proc/22621/maps: no such file or directory
The text was updated successfully, but these errors were encountered: