RESOLVED WONTFIX 48392
[Qt] Bus error on load() in QtWebkit on SH4
https://bugs.webkit.org/show_bug.cgi?id=48392
Summary [Qt] Bus error on load() in QtWebkit on SH4
tishka17
Reported 2010-10-26 20:07:20 PDT
Application recieves signal SIGBUS when i trying to load an url (using QWebView::load method). setHtml works good until it has no external resources to load in page (like <img> tag). I use Qt 4.7 crosscompiled for sh4 system. qdb log: [New Thread 0x2ccc14e8 (LWP 19382)] Program received signal SIGBUS, Bus error. [Switching to Thread 0x2b6bbc98 (LWP 19340)] 0x29dbb154 in WebCore::ResourceLoader::releaseResources () from /usr/lib/libQtWebKit.so.4
Attachments
tishka17
Comment 1 2010-11-09 00:28:35 PST
trying to use Qt from git (08.11.2010) does the same. What can i do to try resolving this problem mysef?
Benjamin Poulain
Comment 2 2011-01-14 08:03:30 PST
Please follow this to report bugs on QtWebKit: http://trac.webkit.org/wiki/QtWebKitBugs Otherwise, your bugs can be ignored for a long time. (In reply to comment #1) > trying to use Qt from git (08.11.2010) does the same. > What can i do to try resolving this problem mysef? Get debug symbols and get a backtrace? You should discuss this on the mailing list and Qt developer network. Someone else might have experience with this.
Note You need to log in before you can comment on or make changes to this bug.