Details
-
Type:
Bug
-
Status: Closed
-
Priority:
P3: Somewhat important
-
Resolution: Invalid
-
Affects Version/s: 5.5.1
-
Fix Version/s: None
-
Component/s: WebEngine
-
Labels:None
-
Environment:Windows 10 Qt 5.5.1 msvc2013 compiled at Windows 7
Description
I created a custom QWebEnginePage (CustomPage), and the program seems to crash when the parent constructor is called.
CustomPage::CustomPage(QObject *parent) : QWebEnginePage(parent){
This code runs perfectly with windows 7, but when I ship it to a Windows 10 computer, it crashes with 0x80000003 (A breakpoint was encountered). It was compiled with Qt5.5.1 downloaded from the website and using Visual Studio 2013 (msvc2013).
I was able to reproduce a simple crash code. It's attached.