espider / yinuo

yinuo is a collection of LLDB commands for troubleshooting or debugging .Net Core applications on linux
BSD 3-Clause "New" or "Revised" License
6 stars 1 forks source link

Hi #1

Open jerviscui opened 2 years ago

espider commented 2 years ago

hello

jerviscui commented 2 years ago

有个问题想请教一下。 lldb 怎么检查非托管内存栈?遇到了非托管泄漏问题疑似第三方库引起。

espider commented 2 years ago

如果是非托管内存问题可以试试 vmstat、pmap、memleak 看看能不能定位,lldb我也不会用T.T

jerviscui commented 2 years ago

多谢,我去研究下。 我看 windbg 好像有能看非托管堆的命令,但是 lldb 没有。

espider commented 2 years ago

客气,windbg确实比较好用,lldb是因为当时.netcore 的sos扩展不得不用