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

__debugbread() occurs when running the example in debug mode using vs2022 #435

Open
backcrossclone opened this issue Aug 15, 2024 · 1 comment

Comments

@backcrossclone
Copy link

backcrossclone commented Aug 15, 2024

I use vs2022 to compile the examples. Works fine in release mode, but in debug mode I get a __debugbreak() error when right clicking.
It seems that an out-of-bounds conflict occurs during QArrayDataPointer destruction when it try to free(d), which ends up in ntdll.dll. If this behavior is safe, please tell me how to skip this warning in visual studio.

@paceholder
Copy link
Owner

I am not able to check it on windows with vs2022 at the moment. Maybe someone else has noticed such a behavior?

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

No branches or pull requests

2 participants