Summary: | Crash when clicking on tab in tab browsing mode | ||
---|---|---|---|
Product: | [Unmaintained] rekonq | Reporter: | mm_maiwald |
Component: | general | Assignee: | Andrea Diamantini <adjam7> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | robertolanzarini |
Priority: | NOR | ||
Version: | 0.9.1 | ||
Target Milestone: | 0.10 | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | New crash information added by DrKonqi |
Description
mm_maiwald
2012-05-30 21:10:04 UTC
Created attachment 71696 [details]
New crash information added by DrKonqi
rekonq (0.9.1) on KDE Platform 4.8.3 (4.8.3) using Qt 4.8.1
- What I was doing when the application crashed:
I opened several tabs at once, including a flash player with 1080p video, then the browser has stopped working.
-- Backtrace (Reduced):
#6 0x00007f043d81204c in __GI___libc_free (mem=0x7fff7f6b5170) at malloc.c:2982
#7 0x00007f0438458935 in QObjectPrivate::deleteChildren (this=0x2b37800) at kernel/qobject.cpp:1908
#8 0x00007f043845eb9c in QObject::~QObject (this=0x39d8200, __in_chrg=<optimized out>) at kernel/qobject.cpp:927
#9 0x00007f043c024639 in QWebFrame::~QWebFrame (this=0x39d8200, __in_chrg=<optimized out>) at Api/qwebframe.cpp:568
#10 0x00007f0438458935 in QObjectPrivate::deleteChildren (this=0x2c0a7a0) at kernel/qobject.cpp:1908
Git commit ba9fa320c47eaf322abe11e1a6b6708620b65fdf by Andrea Diamantini. Committed on 03/07/2012 at 19:11. Pushed by adjam into branch 'master'. Get sure UrlBar is deleted well (i.e. later) and in the right place (i.e. the WebTab dtor). I cannot no more reproduce the problems described in #296346, #300892 and #268328 What about you? Related: bug 296346, bug 268328 M +10 -0 src/mainview.cpp M +2 -1 src/mainview.h M +7 -2 src/webtab.cpp http://commits.kde.org/rekonq/ba9fa320c47eaf322abe11e1a6b6708620b65fdf Yes, fixed... |