Summary: | Crash in Moon Phase Almanach | ||
---|---|---|---|
Product: | [Applications] kstars | Reporter: | Diego Candido <kell.92.k> |
Component: | general | Assignee: | Akarsh Simha <akarsh.simha> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | alexey.skladnoy, jldorcab, kde, mfg, mutlaqja |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Unlisted Binaries | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | New crash information added by DrKonqi |
Description
Diego Candido
2010-11-28 15:26:50 UTC
Could not reproduce on latest trunk. Didn't try to bisect yet. *** Bug 274405 has been marked as a duplicate of this bug. *** Created attachment 61583 [details]
New crash information added by DrKonqi
kstars (2.0.0) on KDE Platform 4.6.00 (4.6.0) "release 6" using Qt 4.7.1
- What I was doing when the application crashed:
I did select
Tools/Calculator/Solar System/Moon Phase Almanac. The application Crashed.
-- Backtrace (Reduced):
#6 operator! (this=0x0) at ../../src/corelib/tools/qshareddata.h:198
#7 QPixmap::isNull (this=0x0) at image/qpixmap.cpp:545
#8 0x00007fb668fb08ff in QPainter::drawPixmap (this=<value optimized out>, p=..., pm=...) at painting/qpainter.cpp:5255
#9 0x000000000043bf5f in _start ()
If I remember, we fixed this in trunk at some point. May need to backport. *** Bug 281073 has been marked as a duplicate of this bug. *** Confirmed in the HEAD Git commit fbd7acc57108d733d402cb8624a5d1e25bafc477 by Khudyakov Alexey. Committed on 17/11/2011 at 18:46. Pushed by khudyakov into branch 'master'. Fix crash in moon phase almanach 1. Read Moon images from texture manager 2. Store array of pixmaps instead of array of pointers to pixmap and avoid manual memory management entirely. CCBUG: 258182 M +15 -23 kstars/widgets/moonphasecalendarwidget.cpp M +1 -1 kstars/widgets/moonphasecalendarwidget.h http://commits.kde.org/kstars/fbd7acc57108d733d402cb8624a5d1e25bafc477 Git commit 32d656d205a5ba917efb4199dc337623447f5f5b by Khudyakov Alexey. Committed on 17/11/2011 at 18:46. Pushed by khudyakov into branch 'KDE/4.7'. Backport fix for 258182 to 4.7 Fix crash in moon phase almanach 1. Read Moon images from texture manager 2. Store array of pixmaps instead of array of pointers to pixmap and avoid manual memory management entirely. CCBUG: 258182 M +15 -23 kstars/widgets/moonphasecalendarwidget.cpp M +1 -1 kstars/widgets/moonphasecalendarwidget.h http://commits.kde.org/kstars/32d656d205a5ba917efb4199dc337623447f5f5b |