Summary: | Crash when entering private mode from specific websites | ||
---|---|---|---|
Product: | [Unmaintained] rekonq | Reporter: | Lukas Schneiderbauer <lukas.schneiderbauer> |
Component: | general | Assignee: | Andrea Diamantini <adjam7> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | diego.ml |
Priority: | NOR | ||
Version: | 1.1 | ||
Target Milestone: | 2.0 | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: |
New crash information added by DrKonqi
New crash information added by DrKonqi |
Description
Lukas Schneiderbauer
2012-09-09 15:56:33 UTC
Created attachment 73992 [details]
New crash information added by DrKonqi
rekonq (1.1) on KDE Platform 4.8.5 (4.8.5) using Qt 4.8.2
- What I was doing when the application crashed:
Close rekonq after using private browsing and got this crash.
-- Backtrace (Reduced):
#7 0x00007f62416726b5 in QStyleSheetStyle::event (this=0x107e370, e=0x7fffd4c6a3e0) at styles/qstylesheetstyle.cpp:5798
#8 0x00007f624135637c in QApplicationPrivate::notify_helper (this=this@entry=0x8d2a10, receiver=receiver@entry=0x107e370, e=e@entry=0x7fffd4c6a3e0) at kernel/qapplication.cpp:4551
#9 0x00007f624135a7fa in QApplication::notify (this=0x7fffd4c6b580, receiver=0x107e370, e=0x7fffd4c6a3e0) at kernel/qapplication.cpp:4412
#10 0x00007f62420732b6 in KApplication::notify (this=0x7fffd4c6b580, receiver=0x107e370, event=0x7fffd4c6a3e0) at /usr/src/debug/kdelibs-4.8.5/kdeui/kernel/kapplication.cpp:311
#11 0x00007f624070f3ee in QCoreApplication::notifyInternal (this=0x7fffd4c6b580, receiver=0x107e370, event=0x7fffd4c6a3e0) at kernel/qcoreapplication.cpp:915
Created attachment 75101 [details]
New crash information added by DrKonqi
rekonq (1.2) on KDE Platform 4.9.2 using Qt 4.8.3
- What I was doing when the application crashed:
Same here. I was browsing an image gallery on repubblica.it, I clicked "Start private browsing" and rekonq crashed.
-- Backtrace (Reduced):
#7 0x00007f42aa44dbb5 in QStyleSheetStyle::event (this=0x23a5a10, e=0x7fffd44d1b80) at styles/qstylesheetstyle.cpp:5798
#8 0x00007f42aa1314ac in QApplicationPrivate::notify_helper (this=this@entry=0x1e12220, receiver=receiver@entry=0x23a5a10, e=e@entry=0x7fffd44d1b80) at kernel/qapplication.cpp:4557
#9 0x00007f42aa13592a in QApplication::notify (this=0x7fffd44d2d20, receiver=0x23a5a10, e=0x7fffd44d1b80) at kernel/qapplication.cpp:4418
#10 0x00007f42aae4e8a6 in KApplication::notify (this=0x7fffd44d2d20, receiver=0x23a5a10, event=0x7fffd44d1b80) at /usr/src/debug/kdelibs-4.9.2/kdeui/kernel/kapplication.cpp:311
#11 0x00007f42a94e8f6e in QCoreApplication::notifyInternal (this=0x7fffd44d2d20, receiver=0x23a5a10, event=0x7fffd44d1b80) at kernel/qcoreapplication.cpp:915
You'll find this "fixed" in rekonq 2.0 as the way to start private browsing (and obviously the related code) changed, becoming similar to chrome & firefox one. |