Summary: | Dolphin crashed | ||
---|---|---|---|
Product: | [Applications] dolphin | Reporter: | Daniel Lipowicz <daniel.lipowicz> |
Component: | general | Assignee: | Peter Penz <peter.penz19> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | adgeruy, floopy1962, frank78ac, k0l0b0k.void, lemma, n1ghtup4k, sqn14, stefan.kramer |
Priority: | NOR | ||
Version: | 16.12.2 | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 4.8.0 | |
Sentry Crash Report: | |||
Attachments: | New crash information added by DrKonqi |
Description
Daniel Lipowicz
2011-01-31 10:39:32 UTC
*** Bug 265053 has been marked as a duplicate of this bug. *** Thanks for the bug report! Looks like it could be a problem related to Qt's raster paint system. From bug 265421: - What I was doing when the application crashed: pressing the "close" (X) button on the window frame causes a seg fault. The same using the menu entry "File → Exit". This is always reproducible 100%. - Unusual behavior I noticed: Dolphin also crashes when the "information" panel (F11) is shown AND the user mouse over certain files (it doesn't depend on the file type, btw: i.e., I have three Powerpoint files in a folder, but Dolphin crashes only when I select one of them). EDIT: The crash is related to the use of "QtCurve" style AND the "Ozone" setting. When switching to "Oxygen" Style or selecting "QtCurve" AND !"Ozone", Dolphin closes as expected without segfault. *** Bug 265421 has been marked as a duplicate of this bug. *** To the other reporters: Could you tell us if you are also using the QtCurve style with the Ozone setting? If yes, could you try if changing these settings fixes the crash for you? Thanks. I've upgraded to the last version of QtCurve (1.8.4): now Dolphin doesn't crash anymore upon exit when QtCurve style AND Ozone setting are selected. Fixed for me. I still have some issues when my mouse hovers certain files: Dolphin crashes when the "Information" panel is open. (In reply to comment #6) > I've upgraded to the last version of QtCurve (1.8.4): now Dolphin doesn't crash > anymore upon exit when QtCurve style AND Ozone setting are selected. > Fixed for me. That's good to know, thanks for the feedback. > I still have some issues when my mouse hovers certain files: Dolphin crashes > when the "Information" panel is open. Please file a new bug report about that (the rule is: only one issue per report), and provide a) a backtrace of the crash, and b) a file that can be used to reproduce the crash in the new report (without this information, we can't do anything about the crash). I;m sorry guys i can't feedback for the issues in the new kde anymore... i update the video drivers and i can't boot any more :( its freeze after the splash and the monitor goes off even if i load recovery mode or old kernel... nothing just after mounting the sda devices the monitor goes off like doesn't have connection with the videocard and there is nothing i can do:(i will miss KDE ;( (In reply to comment #5) > To the other reporters: Could you tell us if you are also using the QtCurve > style with the Ozone setting? If yes, could you try if changing these settings > fixes the crash for you? Thanks. I get the same trace using Oxygen transparent with transparency enabled. I believe the appmenu patch (included in K/Ubuntu's Qt package) has something to do with this. If I use a normal unpatched qt the same crashes are not triggered. However bespin and QtCurve styles do not crash anymore. Is there anyway I can help in resolving this? I have reported this to Hugo Perreira Da Costa in kde-look and at launchpad for the patch. (In reply to comment #9) > (In reply to comment #5) > > To the other reporters: Could you tell us if you are also using the QtCurve > > style with the Ozone setting? If yes, could you try if changing these settings > > fixes the crash for you? Thanks. > > I get the same trace using Oxygen transparent with transparency enabled. > > I believe the appmenu patch (included in K/Ubuntu's Qt package) has something > to do with this. If I use a normal unpatched qt the same crashes are not > triggered. > > However bespin and QtCurve styles do not crash anymore. > > Is there anyway I can help in resolving this? I have reported this to Hugo > Perreira Da Costa in kde-look and at launchpad for the patch. Yes i used oxygen-transperent to... i like it more then bespin :P hoever i;m not using K'Ubuntu right now like i said, i hope i get videocard soon as possible :( god i miss linux even with his bugs :D This bug has been fixed by both the Oxygen-transparent author and the Appmenu Qt author. Here's the link to the patch by Aurelien Gateau for kdelibs that I think should be committed: https://bugs.launchpad.net/appmenu-qt/+bug/710810/+attachment/1842216/+files/kmodifierkeyinfoprovider_x11-no-qwidget.diff Hugo Perreira da Costa has committed the patch that fixes oxygen-transparent to svn already so yay! \o/ Thanks KDE devs! will; try it soon as i can :P I'm CC'ing the author of KModifierKeyInfoProvider, so he can comment on Aurelien's patch. Even if the crash is fixed already, making the class inherit QObject rather than QWidget might save some unnecessary overhead when running applications that use it. (In reply to comment #11) > Here's the link to the patch by Aurelien Gateau for kdelibs that I think should > be committed: > > https://bugs.launchpad.net/appmenu-qt/+bug/710810/+attachment/1842216/+files/kmodifierkeyinfoprovider_x11-no-qwidget.diff *** Bug 270362 has been marked as a duplicate of this bug. *** *** Bug 265267 has been marked as a duplicate of this bug. *** Created attachment 66143 [details]
New crash information added by DrKonqi
dolphin (1.7) on KDE Platform 4.7.2 (4.7.2) using Qt 4.7.4
- What I was doing when the application crashed:
just closed dolphin.........................
-- Backtrace (Reduced):
#6 0x00007f099bdf6c09 in QRasterWindowSurface::~QRasterWindowSurface (this=0x23dd480, __in_chrg=<optimized out>) at painting/qwindowsurface_raster.cpp:110
#7 0x00007f099bdf6c89 in QRasterWindowSurface::~QRasterWindowSurface (this=0x23dd480, __in_chrg=<optimized out>) at painting/qwindowsurface_raster.cpp:114
#8 0x00007f099be1026e in QWidgetBackingStore::~QWidgetBackingStore (this=0x240e580, __in_chrg=<optimized out>) at painting/qbackingstore.cpp:883
#9 0x00007f099bc4da29 in QWidgetBackingStoreTracker::destroy (this=0x23c1390) at kernel/qwidget.cpp:210
#10 0x00007f099bc4db7e in QWidgetPrivate::deleteExtra (this=0x1c37d10) at kernel/qwidget.cpp:1796
probably duplicate of #264923, which is fixed Please reopen the issue if you can still reproduce it with KDE 4.8.x and Qt 4.8.x A lot of rastersystem-related fixes have done there and I cannot reproduce this crash. Thanks! |