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. Fatal Error when exiting app

Fatal Error when exiting app

Scheduled Pinned Locked Moved Solved General and Desktop
6 Posts 3 Posters 486 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.
  • J Offline
    J Offline
    JonathanA
    wrote on last edited by
    #1

    I'm getting the following error in the Application Output window when I exit my app:

    #
    # Fatal error in: ../../rtc_base/task_queue_win.cc, line 225
    # last system error: 1444
    # Check failed: 1816L == ::GetLastError() (1816 vs. 1444)
    # 10:08:43: The program has unexpectedly finished.=
    

    It doesn't seem to affect the app, except I think on Windows 7, my user gets a crash dialog. Any ideas how I can track this down?

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

      Hi
      If you run it in the debugger, maybe
      the call stack can show more information on
      what it was doing ?
      I have not seen this error before.
      is in on linux ?
      also is task_queue_win.cc your file or part of system ?

      1 Reply Last reply
      4
      • J Offline
        J Offline
        JonathanA
        wrote on last edited by
        #3

        This is on Windows, but I'm not sure if it happens on other platforms. This is also not my code.

        mrjjM 1 Reply Last reply
        0
        • J JonathanA

          This is on Windows, but I'm not sure if it happens on other platforms. This is also not my code.

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

          @JonathanA
          well does it happen with debugger on ?

          1 Reply Last reply
          0
          • J Offline
            J Offline
            JonathanA
            wrote on last edited by
            #5

            It does and, upon further reflection, while it isn't actually my code, it is in a library that we use. So it just looks like something isn't getting cleaned up correctly on exit.

            1 Reply Last reply
            0
            • J JonathanA

              I'm getting the following error in the Application Output window when I exit my app:

              #
              # Fatal error in: ../../rtc_base/task_queue_win.cc, line 225
              # last system error: 1444
              # Check failed: 1816L == ::GetLastError() (1816 vs. 1444)
              # 10:08:43: The program has unexpectedly finished.=
              

              It doesn't seem to affect the app, except I think on Windows 7, my user gets a crash dialog. Any ideas how I can track this down?

              JonBJ Offline
              JonBJ Offline
              JonB
              wrote on last edited by
              #6

              @JonathanA

              Any ideas how I can track this down?

              https://chromium.googlesource.com/external/webrtc/+/master/rtc_base/task_queue_win.cc, indeed line #225. It's a warning. You are getting a ERROR_INVALID_THREAD_ID, you are only supposed to get a ERROR_NOT_ENOUGH_QUOTA. Whether you can do anything with that information I don't know.

              1 Reply Last reply
              4

              • Login

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