Bug 48392 - [Qt] Bus error on load() in QtWebkit on SH4
Summary: [Qt] Bus error on load() in QtWebkit on SH4
Status: RESOLVED WONTFIX
Alias: None
Product: WebKit
Classification: Unclassified
Component: Page Loading (show other bugs)
Version: 528+ (Nightly build)
Hardware: Other Linux
: P5 Normal
Assignee: Nobody
URL:
Keywords: Qt
Depends on:
Blocks:
 
Reported: 2010-10-26 20:07 PDT by tishka17
Modified: 2011-01-14 08:03 PST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description tishka17 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
Comment 1 tishka17 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?
Comment 2 Benjamin Poulain 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.