[Touch-packages] [Bug 1435465] Re: Alt+F4 crashes app where WebView embedded in a Window

2018-03-30 Thread Simon Quigley
Seems like this is fixed now. ** Changed in: qtbase-opensource-src (Ubuntu) Status: Confirmed => Fix Released -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to qtbase-opensource-src in Ubuntu.

[Touch-packages] [Bug 1435465] Re: Alt+F4 crashes app where WebView embedded in a Window

2016-10-05 Thread Olivier Tilloy
** Changed in: qtbase-opensource-src (Ubuntu) Importance: Undecided => Critical -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to qtbase-opensource-src in Ubuntu. https://bugs.launchpad.net/bugs/1435465 Title: Alt+F4

[Touch-packages] [Bug 1435465] Re: Alt+F4 crashes app where WebView embedded in a Window

2016-10-05 Thread Timo Jyrinki
The full story is that after the commit it was reverted in 5.6 https://codereview.qt-project.org/#/c/147886/ with a comment "It's too risky for 5.6, we should let it cook in dev for a while and backport when ready.", but then also that revert got merged to dev so as far as I can see upstream

[Touch-packages] [Bug 1435465] Re: Alt+F4 crashes app where WebView embedded in a Window

2016-10-04 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: qtbase-opensource-src (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to qtbase-opensource-src in

[Touch-packages] [Bug 1435465] Re: Alt+F4 crashes app where WebView embedded in a Window

2016-10-04 Thread Olivier Tilloy
I can confirm that https://codereview.qt-project.org/#/c/108517/ fixes the crash. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to qtbase-opensource-src in Ubuntu. https://bugs.launchpad.net/bugs/1435465 Title: Alt+F4

[Touch-packages] [Bug 1435465] Re: Alt+F4 crashes app where WebView embedded in a Window

2016-09-30 Thread Olivier Tilloy
Might be https://bugreports.qt.io/browse/QTBUG-46414. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to qtbase-opensource-src in Ubuntu. https://bugs.launchpad.net/bugs/1435465 Title: Alt+F4 crashes app where WebView

[Touch-packages] [Bug 1435465] Re: Alt+F4 crashes app where WebView embedded in a Window

2016-09-30 Thread Chris Coulson
Running it in valgrind gives a clue: ==19941== Invalid read of size 4 ==19941==at 0x6604DA4: ??? (in /usr/lib/x86_64-linux-gnu/libQt5Core.so.5.5.1) ==19941==by 0x1877174F: ??? ==19941==by 0xFFFD: ??? ==19941==by 0x2483D3FE: ??? (in

[Touch-packages] [Bug 1435465] Re: Alt+F4 crashes app where WebView embedded in a Window

2016-09-30 Thread Olivier Tilloy
When the app under test has multiple top-level windows (each embedding webviews), closing only one of them with Alt+F4 also results in a crash, although clearly in that case the application is not being torn down (and chromium is not being shut down). In that case, the crash looks different

[Touch-packages] [Bug 1435465] Re: Alt+F4 crashes app where WebView embedded in a Window

2016-09-30 Thread Olivier Tilloy
ShutdownChromium() is not being called when the root item of the scene is a QQuickWindow. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to webbrowser-app in Ubuntu. https://bugs.launchpad.net/bugs/1435465 Title: Alt+F4

[Touch-packages] [Bug 1435465] Re: Alt+F4 crashes app where WebView embedded in a Window

2016-09-30 Thread Olivier Tilloy
The difference between having the root item of the scene being a plain Item or a Window is that I’m seeing the destructor for BrowserThreadQEventDispatcher being called (Item) or not (Window). When the root item of the scene is not a Window, qmlscene wraps the scene in a QQuickView, which