Bug 48392
Summary: | [Qt] Bus error on load() in QtWebkit on SH4 | ||
---|---|---|---|
Product: | WebKit | Reporter: | tishka17 |
Component: | Page Loading | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED WONTFIX | ||
Severity: | Normal | CC: | benjamin |
Priority: | P5 | Keywords: | Qt |
Version: | 528+ (Nightly build) | ||
Hardware: | Other | ||
OS: | Linux |
tishka17
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 | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
tishka17
trying to use Qt from git (08.11.2010) does the same.
What can i do to try resolving this problem mysef?
Benjamin Poulain
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.