ucrtbased.dll報錯涉及到基礎錯誤

代碼數組

   char szIndex[32] = { 0 };
   sprintf(szIndex, "%s", nIndex);//實際上應該使用%d服務器

還有一些數組問題,可能沒法直接定位到問題ide


運行崩潰信息以下:工具

0x53385FCC (ucrtbased.dll)處(位於 CMMS.exe 中)引起的異常: 0xC0000005: 讀取位置 0x00000384 時發生訪問衝突調試


 ~_Iterator_base12() _NOEXCEPT
  { // destroy the iterator
 #if _ITERATOR_DEBUG_LEVEL == 2
  _Lockit _Lock(_LOCK_DEBUG);
  _Orphan_me();
 #endif /* _ITERATOR_DEBUG_LEVEL == 2 */
  }it


ucrtbased.pdb 包含查找模塊 ucrtbased.dll 的源文件所需的調試信息class


還沒有解決sed

點擊工具/選擇調試下載

1)勾選啓用源服務器支持異常

2)符號勾選符號服務器

仍然沒有下載到ucrtbased.pdb,沒法調試

相關文章
相關標籤/搜索