You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: