How do I turn off the fault tolerant heap?

后端 未结 10 1770
天涯浪人
天涯浪人 2020-12-05 02:12

I\'ve recently started seeing this line in my Visual Studio 2005 output window when launching my application:
FTH: (7156): *** Fault tolerant heap shim applied to cu

10条回答
  •  情深已故
    2020-12-05 02:27

    you can clear the list of applications tracked by FTH without stopping this service by following these steps:

    1. Click the Start menu.
    2. Right-click Computer and click Manage.
    3. Click Event Viewer -> Applications and Services Logs -> Microsoft -> Windows -> Fault-Tolerant-Heap.
    4. View FTH Events.

    you will find file named operational by right click and choose clear log, then you can run you program again and warning message will disappear, it worked with me without restarting operating system.

提交回复
热议问题