簡體   English   中英

我如何關注.Net Native神秘的堆棧跟蹤?

[英]How do I follow .Net Native cryptic stack-trace?

由於UWP需要.Net Native(非常受歡迎),我現在正在獲得神秘的堆棧跟蹤。 這是使用我的應用的人報告的異常:

System.InvalidCastException: InvalidCast_Com 
at SharedLibrary!<BaseAddress>+0x429e9d 
at SharedLibrary!<BaseAddress>+0x47d878 
at SharedLibrary!<BaseAddress>+0x48455a 
at SharedLibrary!<BaseAddress>+0x499043 
at SharedLibrary!<BaseAddress>+0x498fb7 
at SharedLibrary!<BaseAddress>+0x5ea468 
at SharedLibrary!<BaseAddress>+0x5ea418 
// this goes on...

我知道在某處有一個無效的演員......但我需要知道SharedLibrary!<BaseAddress>+0x429e9d指向的是什么。

有沒有辦法找到這些鏈接指向的位置?

GitHub中有一個工具可以將.Net Native堆棧跟蹤解密為人類可讀的格式。

https://github.com/dotnet/corefx-tools/tree/master/src/StackParser

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM