Details
-
Bug
-
Resolution: Duplicate
-
P2: Important
-
None
-
5.4.0 Beta
-
None
-
Raspberry Pi, raspbian wheezy (official), raspberry pi official cross compiling tools.
Description
I have cross built Qt 5.4 from the 5.4 beta sources and with the Raspberry pi official cross compiler that can be found here https://github.com/raspberrypi/tools/tree/master/arm-bcm2708/gcc-linaro-arm-linux-gnueabihf-raspbian.
Whole built went just fine and most simple apps will just build and run.
Although when trying to use a QWebView in a very simple sample, i'm getting a crash (SIGILL) in libcrypto.so.1.0.0.
the sample application is as follows :
int main(int argc, char *argv[])
{
QApplication app(argc, argv);
QWebView webView;
webView.setUrl(QUrl("http://www.google.com"));
webView.show();
return app.exec();
}
i'm running the application with ./testwebview -platform xcb
Attachments
Issue Links
- duplicates
-
QTBUG-44700 webkitwidgets/browser crashes in llint_program_prologue()
-
- Closed
-