Summary: | crash on startup in RatingWidget | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | Will Stephenson <wstephenson> |
Component: | Tags-Rating | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | blaueshawaiihemd, caulier.gilles, grant.bierman, gronslet, Julien, kevin.kofler, kofenix, leonder, luisfe, matias.liberta, mjotmarek, mkblur, msp, oleksandr, osmiev, per.mohring, phull, rdieter, simone, ssmail1398-bug, thomas, toomas, valerymamonov, yvan.brodier |
Priority: | NOR | ||
Version: | 1.2.0 | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Unspecified | ||
Latest Commit: | Version Fixed In: | 1.3.0 | |
Sentry Crash Report: | |||
Attachments: | New crash information added by DrKonqi |
Description
Will Stephenson
2010-03-29 23:49:24 UTC
Marcel, Johannes, Sound like a problem from model view port. Right? Gilles Caulier Hm I don't think so. This looks like a crash directly in the rating widget in setFadingValue. Can anything strange happen there if value is 255? Last night it just looked like the fading animation had not yet been instantiated when setFadingValue was called from that code path. Changing the if (d->fadingValue >= 255) at digikam/ratingwidget.cpp:168 to if (d->fadingValue >= 255 && d->fadingTimeLine) should fix this crash. *** Bug 232734 has been marked as a duplicate of this bug. *** SVN commit 1109177 by jwienke: Fix crash in rating widget. Thanks for the hint. BUG: 232628 M +2 -2 NEWS M +1 -1 digikam/ratingwidget.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1109177 What is the impact of this bug ? maybe a 1.2.1 would be nice to have ? because it may take time before the new database features in 1.3.0 branch are stable. (In reply to comment #7) > What is the impact of this bug ? maybe a 1.2.1 would be nice to have ? because > it may take time before the new database features in 1.3.0 branch are stable. I vote for a 1.2.1! Right now I can't use digikam (without downgrading, that is) and it's one of the my favourite applications - and one of the best features of kde! Just apply this patch: http://cvs.fedoraproject.org/viewvc/rpms/digikam/devel/digikam-1.2.0-kde232628.patch?revision=1.1&view=markup or nag your distributor to apply it if you're using binary packages. *** Bug 234469 has been marked as a duplicate of this bug. *** *** Bug 234516 has been marked as a duplicate of this bug. *** *** Bug 234586 has been marked as a duplicate of this bug. *** Created attachment 43277 [details]
New crash information added by DrKonqi
Crash. Just open, select an album and open preview or simply wait a few seconds.
Fenix, This file is fixed in current code from svn trunk (next digiKam 1.3.0) Gilles Caulier *** Bug 236930 has been marked as a duplicate of this bug. *** *** Bug 236989 has been marked as a duplicate of this bug. *** *** Bug 236621 has been marked as a duplicate of this bug. *** *** Bug 237161 has been marked as a duplicate of this bug. *** *** Bug 237979 has been marked as a duplicate of this bug. *** *** Bug 237981 has been marked as a duplicate of this bug. *** *** Bug 238605 has been marked as a duplicate of this bug. *** *** Bug 238962 has been marked as a duplicate of this bug. *** *** Bug 240436 has been marked as a duplicate of this bug. *** *** Bug 247413 has been marked as a duplicate of this bug. *** *** Bug 246369 has been marked as a duplicate of this bug. *** *** Bug 246534 has been marked as a duplicate of this bug. *** *** Bug 246846 has been marked as a duplicate of this bug. *** *** Bug 246899 has been marked as a duplicate of this bug. *** |