maojinhua
maojinhua
不好意思,打扰了,有个pprof相关的问题想请教下 问题: 在线上执行两次 kill -usr2 命令后获取到相关pprof采集数据 core-1-block-1201134430.pprof core-1-mem-1201134430.pprof core-1-threadcreate-1201134430.pprof core-1-cpu-1201134430.pprof core-1-mutex-1201134430.pprof core-1-trace-1201134430.pprof 在本地使用go tool pprof -http=:9991 命令打开pprof文件,基本上都正常打开。只有 core-1-trace-1201134430.pprof 这个文件无法打开 go tool pprof -http=:9991 core-1-trace-1201134430.pprof 报错信息如下: core-1-trace-1201134430.pprof: parsing profile: unrecognized profile...
## Bug Report ### Version axum 0.7.4 ### Platform macOs Big Sur 11.5.1 ### Crates ### Description After clone axum source code, run the following command ``` cargo run -p...
**Describe the bug** I can use put_object method and get_object method successfully,but when I delete_object method return 403 SignatureDoesNotMatch Error. error desicribe ``` thread 'uploader::tests::upload_file' panicked at src/uploader.rs:108:59: called `Result::unwrap()`...