Summary: | Crash when moving around in google book (in QWebFrame::parentFrame) | ||
---|---|---|---|
Product: | [Frameworks and Libraries] kwebkitpart | Reporter: | Raúl <rasasi78> |
Component: | general | Assignee: | webkit-devel |
Status: | RESOLVED WORKSFORME | ||
Severity: | crash | CC: | adawit |
Priority: | NOR | ||
Version: | 1.2.0 | ||
Target Milestone: | --- | ||
Platform: | Debian unstable | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Raúl
2012-02-17 23:05:06 UTC
What version of kwebkitpart is installed on your machine ? Oh wait you are using Debian! Then forget about it. The package that comes with Debian is utterly too old! Unfortunately unless there is a packaged release, they do not seem to provide the latest version of kwebkitpart hence the version you are using it too old (0.9.6). kwebkitpart will eventually get moved into the base kdebase package. In fact it is one of my TODO items for KDE 4.9.0 release. Until then your only choices are toeither retrieve kwebkitpart[1][2] and compile it yourself or complain to your distro about this issue. [1] https://projects.kde.org/news/88 [2] https://projects.kde.org/projects/extragear/base/kwebkitpart/repository/show?rev=v1.2.0 Hi: Thanks for you fast answer. I forgot to tell that I'm using a self packaged post 1.2 version, git d38adca1162. BTW 1.1.0git80efcf77-1 is available @experimental. Sorry for this. Anyway, is you think I should try with another version or I can do any other test, just let me know. Beside this, I'll prod debian guys to update the current sid version. Regards, (In reply to comment #2) > Hi: > Thanks for you fast answer. I forgot to tell that I'm using a self packaged > post 1.2 version, git d38adca1162. BTW 1.1.0git80efcf77-1 is available > @experimental. Sorry for this. > Anyway, is you think I should try with another version or I can do any other > test, just let me know. Ahh... Then this bug report is sort of valid. However, you are still using Qt 4.7.4 which comes with a very old version of QtWebKit. Is there anyway you can update your Qt version and see if the problem remains ? Also can you recompile the kwebkitpart package in "RelWithDebInfo" mode, i.e. cmake -DCMAKE_BUILD_TYPE="RelWithDebInfo" so that the backtrace will contain the line numbers ? > Beside this, I'll prod debian guys to update the current sid version. Waiting for reply to comment #3... For better or worst I've been unable to reproduce the crash. I upgraded to Qt 4.8, I also have the debugging symbols for kwebkitpart installed now. As I say, no luck in reproducing. I'm now back to Qt 4.7, and again, no luck. If you can't think of a clue to to reproduce the bug I suggest closing the bug as irreproducible. Regards, |