nodeeditor icon indicating copy to clipboard operation
nodeeditor copied to clipboard

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

Open C-BP opened this issue 1 year ago • 1 comments

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.

C-BP avatar Aug 15 '24 02:08 C-BP

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

paceholder avatar Aug 16 '24 22:08 paceholder

Did you try to use any other Qt version?

paceholder avatar Nov 17 '24 14:11 paceholder