记一次 .NET某医疗器械清洗系统 卡死分析

💡 原文中文,约5100字,阅读约需12分钟。
📝

内容提要

文章讲述了通过WinDbg分析程序卡死问题,最终定位到问题代码是IntPtr handle = this.Handle,解决办法是用bp拦截System.Windows.Forms.Application+MarshalingControl..ctor方法。

🏷️

标签

➡️

继续阅读