Skip to content
  1. May 17, 2023
  2. May 16, 2023
  3. May 15, 2023
  4. May 11, 2023
  5. May 08, 2023
  6. May 04, 2023
  7. May 03, 2023
  8. May 01, 2023
  9. Apr 30, 2023
  10. Apr 29, 2023
  11. Apr 28, 2023
    • Michael Reeves's avatar
      Don't invoke UI setup code in auto mode · 4c22337a
      Michael Reeves authored
      This code block creates an unstable situation inside Qt that is triggered by any call to std::exit
      This causes a crash on exit if '--auto' is engaged
      QApplication::exec() stablizes Qt but does not return control to the call point.
      
      CCBUG:468708
      (cherry picked from commit c67c2e35)
      4c22337a
    • Michael Reeves's avatar
      Use QMetaObject::invokeMethod to trigger exit status 0 · d0afee3e
      Michael Reeves authored
      A bug in Qt 5.15.9 causes a crash under certain circumstances if std::exit is used before calling QApplication::exec.
      I don't have time to track this down further.
      
      CCBUG:468708
      (cherry picked from commit 4e6a2c42)
      d0afee3e
  12. Apr 25, 2023
  13. Apr 24, 2023
  14. Apr 23, 2023
  15. Apr 22, 2023
  16. Apr 21, 2023
  17. Apr 20, 2023
  18. Apr 18, 2023
  19. Apr 17, 2023
  20. Apr 16, 2023
  21. Apr 15, 2023
  22. Apr 14, 2023
  23. Apr 13, 2023
  24. Apr 12, 2023