View Single Post
marxian's Avatar
Posts: 2,448 | Thanked: 9,523 times | Joined on Aug 2010 @ Wigan, UK
#110
Originally Posted by marmistrz View Post
I noticed more crashes (iPhone user agent). Gdb attached to the process shows nothing interesting. The threads just exits and is no longer listed by info threads after ctrl+c. One of the crashes was on ddg showing some youtube goodies, one on youtube itself.

How can I get some relevant information about these crashes?
You can't, except perhaps by compiling your own example application using the QtWebKit APIs and adding some debugging code. Ultimately, QML Browser is just using QWebView and QWebPage (via Qt Components Hildon), so the behaviour should be the same as when using those classes directly. I don't have enough time to investigate problems that cannot be fixed using the public APIs of those classes.

General rule: If the problem lies in QML Browser or Qt Components Hildon, I can fix it. Otherwise, I cannot fix it.
__________________
'Men of high position are allowed, by a special act of grace, to accomodate their reasoning to the answer they need. Logic is only required in those of lesser rank.' - J K Galbraith

My website

GitHub
 

The Following 6 Users Say Thank You to marxian For This Useful Post: