Summary: | Dolphin crash with previews using Qt4.5 + raster paint engine | ||
---|---|---|---|
Product: | [Applications] dolphin | Reporter: | BRULE Herman <alpha.super-one> |
Component: | general | Assignee: | Peter Penz <peter.penz19> |
Status: | RESOLVED WORKSFORME | ||
Severity: | crash | CC: | alexander.minges, andresbajotierra, crurik, detlev.casanova, frank78ac, rb6, scarabeus, shuizhuyuanluo, stuffcorpse, tom, zeekec |
Priority: | NOR | ||
Version: | 16.12.2 | ||
Target Milestone: | --- | ||
Platform: | Gentoo Packages | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
BRULE Herman
2009-02-20 06:53:39 UTC
Thanks for the bug report! Could you describe what you did before the crash and which view mode (items/details/columns, previews enabled or not) you are using? Which Qt version exactly are you using (I suppose it's the RC of 4.5.0, as 4.5.0 isn't released yet)? I'm asking because the crash seems to be rather deep in Qt, so it might actually be a Qt bug. I don't remember, I have in default mode and view. *** Bug 185758 has been marked as a duplicate of this bug. *** *** This bug has been confirmed by popular vote. *** dolphin always crashes when preview enabled... Qt 4.5.1 raster engine KDE 4.2.2 ditto. Backtrace: Application: Dolphin (dolphin), signal SIGSEGV 0x00007faf97de38c0 in nanosleep () from /lib/libc.so.6 Thread 1 (Thread 0x7faf9c483750 (LWP 6071)): [KCrash Handler] #5 0x00007faf98abe61b in qt_scale_image_32bit<Blend_RGB32_on_RGB32_NoAlpha> (destPixels=0x28af7a0 "", dbpl=<value optimized out>, srcPixels=0x7faf8bea1000 <Address 0x7faf8bea1000 out of bounds>, sbpl=1056, target=<value optimized out>, srcRect=<value optimized out>, clip=@0x28208a8, blender={<No data fields>}) at painting/qblendfunctions.cpp:668 #6 0x00007faf98b5d714 in QRasterPaintEngine::drawImage (this=0x26f7ef0, r=@0x7fffa44be7d0, img=@0x7fffa44bec80, sr=@0x7fffa44be7b0) at painting/qpaintengine_raster.cpp:2527 #7 0x00007faf98b5ac64 in QRasterPaintEngine::drawImage (this=0x26f7ef0, p=@0x7fffa44bebb0, img=@0x7fffa44bec80) at painting/qpaintengine_raster.cpp:2456 #8 0x00007faf98af0ecd in QPainter::drawImage (this=0x7fffa44bebf0, p=@0x7fffa44bebb0, image=@0x7fffa44bec80) at painting/qpainter.cpp:5444 #9 0x00007faf98a7cb1c in QImage::transformed (this=0x7fffa44bec80, matrix=<value optimized out>, mode=Qt::FastTransformation) at ../../include/QtGui/../../src/gui/painting/qpainter.h:880 #10 0x00007faf98a9914d in QPixmapData::transformed (this=<value optimized out>, matrix=@0x7fffa44bed20, mode=Qt::FastTransformation) at image/qpixmapdata.cpp:154 #11 0x00007faf98a9594f in QPixmap::transformed (this=0x22111e8, transform=@0x7fffa44bed20, mode=Qt::FastTransformation) at image/qpixmap.cpp:1490 #12 0x00007faf98a95ced in QPixmap::scaled (this=0x22111e8, s=<value optimized out>, aspectMode=<value optimized out>, mode=Qt::FastTransformation) at image/qpixmap.cpp:1404 #13 0x00000000004451da in _start () actually, this is slightly different. Preview is off, crash occurs when hovering over a text file, but not a pdf or image. I believe it's trying to preview in the information sidebar. This bug is caused mostly by using raster renderer in Qt. Please try it without that and i bet it wont be happening anymore. exactly, it deosn't crash anymore when raster is not activated. So, it is a bug, what can I do to have previews with raster activated ? just so you know, it also makes crash any application that shows a preview in the save/open dialog box.... Extremely annoying. (In reply to comment #9) > So, it is a bug, what can I do to have previews with raster activated ? Not much, probably. It looks like Qt's new raster renderer might still be buggy, so you should disable it until a more stable version is released (unless you want to track down the bug yourself). One more thing on the note. It is not happening with yesterdays 4.3 live dolphin. So you can assume 4.3 branch is clear and fixed for this issue. Probably close as fixed since no new stuff is going to happen in 4.2 branch? Can anyone else check Tomáš Chvátal discovery? Thanks No response and no more similar reports. Closing as WORKSFORME. Reopen if you experience this again on 4.3.0+/4.4 Thanks |