Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-141417

Print stacktrace when a test on Windows crashes

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: P3: Somewhat important P3: Somewhat important
    • None
    • 6.11
    • Testing: qtestlib
    • None

      Currently the stacktrace-on-crash functionality only works on POSIX platforms.
      On Windows, the functionality is empty in file qtestcrashhandler_win.cpp:

      void generateStackTrace(quintptr ip)
      {
          if (debugger == None || alreadyDebugging())
              return;
      
          // ### Implement starting a debugger on Windows
          Q_UNUSED(ip);
      }
      

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

            cnn Qt Core & Network
            jimis Dimitrios Apostolou
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:

                There are no open Gerrit changes