Qt 6.8 via mingw gives a segfault in QXmlReader when memory debugging is enabled.
Debugging:
The QXmlStreamReader constructor initializer passes a nullptr as this to the QXmlStreamReader_private.
This is definitely a custom new/delete issue in the override EDBEE_DEBUG_NEW macros. Disabling makes the application run.
Qt 6.8 via mingw gives a segfault in QXmlReader when memory debugging is enabled.
Debugging: The QXmlStreamReader constructor initializer passes a nullptr as this to the QXmlStreamReader_private. This is definitely a custom new/delete issue in the override EDBEE_DEBUG_NEW macros. Disabling makes the application run.