zoukankan      html  css  js  c++  java
  • FTH: (7156): *** Fault tolerant heap shim applied to current process. This is usually due to previous crashes. ***

    这两天在Qtcreator上编译程序的时候莫名其妙的出现了FTH: (7156): *** Fault tolerant heap shim applied to current process. This is usually due to previous crashes. ***的问题,清除掉所有的文件,重新qmake和构建都不能解决这个问题。

    有人说修改注册表中HKEY_LOCAL_MACHINESoftwareMicrosoftFTHEnabled的值为0,然而并没有什么用处。无意在stack overflow中找到了解决办法,原链接为http://stackoverflow.com/questions/5020418/how-do-i-turn-off-the-fault-tolerant-heap 。

    NTCurrentVersionAppCompatFlagsLayersyour_application.exe,再次运行程序就不会报这个错误了。

    转自http://blog.csdn.net/theoryll/article/details/53905531

  • 相关阅读:
    竞赛题解
    学习笔记
    竞赛题解
    学习笔记
    竞赛题解
    竞赛题解
    竞赛题解
    「链接」原博客链接
    「杂录」THUWC 2020 游记
    「杂录」CSP-S 2019 爆炸记&题解
  • 原文地址:https://www.cnblogs.com/judes/p/6902753.html
Copyright © 2011-2022 走看看