Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. FTH 1480 issue
Forum Updated to NodeBB v4.3 + New Features

FTH 1480 issue

Scheduled Pinned Locked Moved Solved General and Desktop
4 Posts 2 Posters 2.4k Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • Cobra91151C Offline
    Cobra91151C Offline
    Cobra91151
    wrote on last edited by
    #1

    Hi! I get *** Fault tolerant heap shim applied to current process. This is usually due to previous crashes. *** message when running my application. How to fix this issue? Thanks.

    1 Reply Last reply
    0
    • mrjjM Offline
      mrjjM Offline
      mrjj
      Lifetime Qt Champion
      wrote on last edited by mrjj
      #2

      Hi
      When does it happen ?

      Its a windows thing and can be disabled with
      HKEY_LOCAL_MACHINE\Software\Microsoft\FTH\Enabled ( full system)
      or for an single app
      https://stackoverflow.com/questions/5020418/how-do-i-turn-off-the-fault-tolerant-heap

      but normally it will go away if you completely clean the build folder and rebuild

      However, if it happens when deployed, its another matter.

      Cobra91151C 1 Reply Last reply
      2
      • mrjjM mrjj

        Hi
        When does it happen ?

        Its a windows thing and can be disabled with
        HKEY_LOCAL_MACHINE\Software\Microsoft\FTH\Enabled ( full system)
        or for an single app
        https://stackoverflow.com/questions/5020418/how-do-i-turn-off-the-fault-tolerant-heap

        but normally it will go away if you completely clean the build folder and rebuild

        However, if it happens when deployed, its another matter.

        Cobra91151C Offline
        Cobra91151C Offline
        Cobra91151
        wrote on last edited by
        #3

        @mrjj

        The issue was when launching application in release mode. I have tested it and it crashes few times but I have fixed the crashes and the *** Fault tolerant heap shim applied to current process. This is usually due to previous crashes. *** message appeared. But now it has been fixed.

        I have deleted: Software\Microsoft\Windows NT\CurrentVersion\AppCompatFlags\Layers\your_application.exe entry.

        Thanks.

        mrjjM 1 Reply Last reply
        0
        • Cobra91151C Cobra91151

          @mrjj

          The issue was when launching application in release mode. I have tested it and it crashes few times but I have fixed the crashes and the *** Fault tolerant heap shim applied to current process. This is usually due to previous crashes. *** message appeared. But now it has been fixed.

          I have deleted: Software\Microsoft\Windows NT\CurrentVersion\AppCompatFlags\Layers\your_application.exe entry.

          Thanks.

          mrjjM Offline
          mrjjM Offline
          mrjj
          Lifetime Qt Champion
          wrote on last edited by
          #4

          @Cobra91151
          Ok super. So it just had a record and hence showed the warning even after the app
          stopped crashing.
          Good you found the reason for the crash.

          1 Reply Last reply
          0

          • Login

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • Users
          • Groups
          • Search
          • Get Qt Extensions
          • Unsolved