Summary: | Crash after panel configuration in full screen mode while playing video [@ Dragon::FullScreenToolBarHandler::eventFilter] | ||
---|---|---|---|
Product: | [Applications] dragonplayer | Reporter: | Peter <solovjevps> |
Component: | general | Assignee: | Unassigned bugs mailing-list <unassigned-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | myriam, sitter, solovjevps |
Priority: | NOR | ||
Version: | 2.0 | ||
Target Milestone: | 2.1 | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/dragon/a845e22beb0cbf683fcb74026efa25b53b1ac461 | Version Fixed In: | 4.9.0 |
Sentry Crash Report: | |||
Attachments: | New crash information added by DrKonqi |
Description
Peter
2012-02-22 20:29:03 UTC
Created attachment 69018 [details]
New crash information added by DrKonqi
dragon (2.0) on KDE Platform 4.7.4 (4.7.4) using Qt 4.7.4
- What I was doing when the application crashed:
Remove "show status line" from panel in fuul screen mode.
-- Backtrace (Reduced):
#6 Dragon::FullScreenToolBarHandler::eventFilter (this=0x1730100, o=0x870a20, e=0x7fff25b92260) at ../../../../dragonplayer/src/app/fullScreenToolBarHandler.cpp:69
#7 0x00007ff5aa515c88 in QCoreApplicationPrivate::sendThroughObjectEventFilters (this=<optimized out>, receiver=0x870a20, event=0x7fff25b92260) at kernel/qcoreapplication.cpp:902
#8 0x00007ff5ab18f43f in notify_helper (e=0x7fff25b92260, receiver=0x870a20, this=0x74dc30) at kernel/qapplication.cpp:4482
#9 QApplicationPrivate::notify_helper (this=0x74dc30, receiver=0x870a20, e=0x7fff25b92260) at kernel/qapplication.cpp:4458
#10 0x00007ff5ab194cbb in QApplication::notify (this=<optimized out>, receiver=0x98de70, e=0x7fff25b92600) at kernel/qapplication.cpp:4047
Git commit a845e22beb0cbf683fcb74026efa25b53b1ac461 by Harald Sitter. Committed on 01/06/2012 at 02:41. Pushed by sitter into branch 'master'. fix crash with invalid toolbar pointers turns out kxmlgui likes to reload its bars on the fly, essentially rendering our stored toolbar pointer invalid leading to obscure fullscreen crashes. instead always call through the mainwindow, that way we are on the save side FIXED-IN: 4.9.0 M +7 -7 src/app/fullScreenToolBarHandler.cpp M +1 -1 src/app/fullScreenToolBarHandler.h http://commits.kde.org/dragon/a845e22beb0cbf683fcb74026efa25b53b1ac461 |