Qt 6.3 Known Issues: Difference between revisions
Jump to navigation
Jump to search
(Created page with "*Check that your system meets [https://doc-snapshots.qt.io/qt6-6.3/gettingstarted.html Qt's requirements] *All open issues can be found from [https://bugreports.qt.io/issues/?...") |
(→Linux) |
||
Line 6: | Line 6: | ||
==All platforms== | ==All platforms== | ||
==Linux== | ==Linux== | ||
Qt applications using QProcess crash when run in qemu ([https://bugreports.qt.io/browse/QTBUG-98951 QTBUG-98951]) or under valgrind ([https://bugreports.qt.io/browse/QTBUG-87230 QTBUG-87230]). | |||
* Workaround: configure Qt with <code>-no-feature-forkfd_pidfd</code> | |||
==macOS== | ==macOS== | ||
==Windows== | ==Windows== |
Revision as of 08:15, 16 March 2022
- Check that your system meets Qt's requirements
- All open issues can be found from Jira
- RTA findings here
- Supported development platforms are listed here
All platforms
Linux
Qt applications using QProcess crash when run in qemu (QTBUG-98951) or under valgrind (QTBUG-87230).
- Workaround: configure Qt with
-no-feature-forkfd_pidfd