Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Segfault on startup when enabling memory debugging on win64 mingw qt 6.8 #148

Open
gamecreature opened this issue Nov 14, 2024 · 0 comments
Labels

Comments

@gamecreature
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant