Junlong

Results 46 comments of Junlong

Hi, maybe your local environment didn't set gomod as open? Could you give us a reproducibility case? have try the following: ``` go mod init go mod tidy ```

这个和文件后缀应该没啥关系,只要是生成的压缩文件的内容符合[谷歌pprof pb格式](https://github.com/google/pprof/blob/main/proto/profile.proto)的要求,就可以被 [go pprof](https://github.com/google/pprof)工具正常解析。 我起了个[demo](https://github.com/mosn/holmes/tree/master/example/gcheap),import了holmes的master分支代码。并没有复现你的问题。 方便提供一下可复现的case吗,我们在一起调查下。

> [GCHeap.heap-3.20230131112906.390.log](https://github.com/mosn/holmes/files/10554811/GCHeap.heap-3.20230131112906.390.log) [mem.20230131112506.312.log](https://github.com/mosn/holmes/files/10554815/mem.20230131112506.312.log) 提供两个dumpdump出来的文件 如果需要别的可以再提供 两个profile里的metric指向的函数都是,应该是add2line的时候找不到函数名和地址。能提供下demo吗

> > > [GCHeap.heap-3.20230131112906.390.log](https://github.com/mosn/holmes/files/10554811/GCHeap.heap-3.20230131112906.390.log) [mem.20230131112506.312.log](https://github.com/mosn/holmes/files/10554815/mem.20230131112506.312.log) 提供两个dumpdump出来的文件 如果需要别的可以再提供 > > > > > > 两个profile里的metric指向的函数都是,应该是add2line的时候找不到函数名和地址。能提供下demo吗 > > 因为是公司的服务感觉不太好直接全贴出来..需要哪些关键的地方我可以节选出来。 ` func systemInit() { err := service.Init() if err != nil { glog.Fatalf("system...