Summary: | Pressing the back button crashes rekonq | ||
---|---|---|---|
Product: | [Applications] okular | Reporter: | René Serral <rserral> |
Component: | general | Assignee: | Okular developers <okular-devel> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | aacid |
Priority: | NOR | ||
Version: | 0.14.97 | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/okular/0a6f211c41fd1b37fbe93c6dfeb36c37516e1500 | Version Fixed In: | 4.9.0 |
Sentry Crash Report: | |||
Attachments: |
Valgrind output
Proposed patch for Okular |
Description
René Serral
2012-07-24 10:24:33 UTC
This seems to me an okular crash. Moving... Hi René, I can't reproduce the crash here, can you please run rekonq in valgrind and attach the log it gives when you do what usually makes it crash? To run rekonq in valgrind just do valgrind rekonq (of course you need to have valgrind installed but that should be easy to get from the debian packages). Created attachment 72750 [details]
Valgrind output
Hi Albert Here you are, I hope this help! Created attachment 72751 [details]
Proposed patch for Okular
I'm waiting for feedback from Albert to commit it.
Please commit. Git commit 739bbe9acea448d53ed47935bcb6aeb9764cc838 by Fabio D'Urso. Committed on 25/07/2012 at 02:29. Pushed by fabiod into branch 'KDE/4.9'. Moved m_findBar->resetSearch() from closeUrl() to notifySetup() As a side effect, this change fixes bug 303998, that caused a crash if the part's widget was destroyed before the part itself, because m_findBar had already been destroyed. FIXED-IN: 4.9.0 M +1 -1 part.cpp http://commits.kde.org/okular/739bbe9acea448d53ed47935bcb6aeb9764cc838 Git commit 0a6f211c41fd1b37fbe93c6dfeb36c37516e1500 by Fabio D'Urso. Committed on 25/07/2012 at 02:29. Pushed by fabiod into branch 'master'. Moved m_findBar->resetSearch() from closeUrl() to notifySetup() As a side effect, this change fixes bug 303998, that caused a crash if the part's widget was destroyed before the part itself, because m_findBar had already been destroyed. FIXED-IN: 4.9.0 M +1 -1 part.cpp http://commits.kde.org/okular/0a6f211c41fd1b37fbe93c6dfeb36c37516e1500 |