CacheOverflowException
-
Qt 6.9.0, Window 11, C++ Visual Studio Community 2022
When starting the application and executing
new QMainWindow
I get a couple of output messages of Visual Studio like this:
Exception thrown at 0x00007FFF1D579F0A in MyApplication.exe: Microsoft C++ exception: CacheOverflowException at memory location 0x0000008CAFCE8160.
The application starts and runs normal. But to be sure I would like to know what causes these exceptions.
-
Hi,
From a quick search, it seems to be something internal that should be safe to ignore.