Bug 35204
| Summary: | [Qt] QtWebKit crashes when browsing Facebook... | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Dawit A. <adawit> |
| Component: | JavaScriptCore | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED WORKSFORME | ||
| Severity: | Critical | CC: | benjamin |
| Priority: | P2 | Keywords: | Qt |
| Version: | 528+ (Nightly build) | ||
| Hardware: | PC | ||
| OS: | Linux | ||
Dawit A.
With the version of qtwebkit that comes with Qt 4.6.2, you get reproducable crashes in script heavy sites such as facebook.
To reproduce this problem, simply login into facebook and start randomly clicking on the links on the sidebar menu. You should get a crash eventually or immediately. I tested this with three browsers (arora, reKonq, konqueror+kwebkitpart) and a test application and all of them result in a crash.
I do not have a useful backtrace however there is a bug report open in KDE's bug system from a user that contains a backtrace that might be of use.
See https://bugs.kde.org/show_bug.cgi?id=227876.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Benjamin Poulain
Well, no problem on facebook with QtLauncher of WebKit trunk.
The backtrace is useless, the crash is in JSC::JITCode::execute(). The thread 4 is a bit suspicious, I hope the engine is not accessed by another thread.
This bug might have been fixed in trunk, it is hard to tell.