Mageia Bugzilla – Attachment 1466 Details for
Bug 4316
Crash in ksudoku when press "Difficulty" and choose any option
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
New Account
|
Forgot Password
kdegames4-debug
kdegames4-debug (text/plain), 2.92 KB, created by
Börje Säfsten
on 2012-01-30 22:03:15 CET
(
hide
)
Description:
kdegames4-debug
Filename:
MIME Type:
Creator:
Börje Säfsten
Created:
2012-01-30 22:03:15 CET
Size:
2.92 KB
patch
obsolete
>[borje@localhost ~]$ gdb -q ksudoku >Reading symbols from /usr/bin/ksudoku...Reading symbols from /usr/lib/debug/usr/bin/ksudoku.debug...done. >done. >(gdb) run >Starting program: /usr/bin/ksudoku >[Thread debugging using libthread_db enabled] >Using host libthread_db library "/lib64/libthread_db.so.1". >Set difficulty = 20 >Set new difficulty = 0 >ksudoku(3499): Failed to lock file "" , last result = 2 >ksudoku(3499)/kdeui (KIconLoader): Unable to lock pixmap cache when trying to discard it > >Program received signal SIGSEGV, Segmentation fault. >ksudoku::SymbolItem::setSize (this=0x51, size=26) > at /usr/src/debug/kdegames-4.8.0/ksudoku/src/gui/views/valuelistwidget.cpp:63 >63 pic = Renderer::instance()->renderSymbolOn(pic, m_value, 0, m_maxValue, SymbolPreset); >(gdb) bt >#0 ksudoku::SymbolItem::setSize (this=0x51, size=26) > at /usr/src/debug/kdegames-4.8.0/ksudoku/src/gui/views/valuelistwidget.cpp:63 >#1 0x0000000000432210 in ksudoku::ValueListWidget::resizeEvent (this=0x902550) > at /usr/src/debug/kdegames-4.8.0/ksudoku/src/gui/views/valuelistwidget.cpp:165 >#2 0x00007ffff4cfe19a in QWidget::event(QEvent*) () > from /usr/lib64/libQtGui.so.4 >#3 0x00007ffff50b7d96 in QFrame::event(QEvent*) () > from /usr/lib64/libQtGui.so.4 >#4 0x00007ffff52e06bb in QGraphicsView::viewportEvent(QEvent*) () > from /usr/lib64/libQtGui.so.4 >#5 0x00007ffff5b38e48 in QCoreApplicationPrivate::sendThroughObjectEventFilters(QObject*, QEvent*) () from /usr/lib64/libQtCore.so.4 >#6 0x00007ffff4cada3f in QApplicationPrivate::notify_helper(QObject*, QEvent*) > () from /usr/lib64/libQtGui.so.4 >#7 0x00007ffff4cb28f3 in QApplication::notify(QObject*, QEvent*) () > from /usr/lib64/libQtGui.so.4 >#8 0x00007ffff673b736 in KApplication::notify(QObject*, QEvent*) () > from /usr/lib64/libkdeui.so.5 >#9 0x00007ffff5b38cbc in QCoreApplication::notifyInternal(QObject*, QEvent*) > () from /usr/lib64/libQtCore.so.4 >#10 0x00007ffff4cf8c55 in QWidgetPrivate::sendPendingMoveAndResizeEvents(bool, bool) () from /usr/lib64/libQtGui.so.4 >#11 0x00007ffff4cf8b99 in QWidgetPrivate::sendPendingMoveAndResizeEvents(bool, bool) () from /usr/lib64/libQtGui.so.4 >#12 0x00007ffff4cf8b99 in QWidgetPrivate::sendPendingMoveAndResizeEvents(bool, bool) () from /usr/lib64/libQtGui.so.4 >#13 0x00007ffff4cf8b99 in QWidgetPrivate::sendPendingMoveAndResizeEvents(bool, bool) () from /usr/lib64/libQtGui.so.4 >#14 0x00007ffff4cfc16b in QWidgetPrivate::prepareToRender(QRegion const&, QFlags<QWidget::RenderFlag>) () from /usr/lib64/libQtGui.so.4 >#15 0x00007ffff4cfc564 in QWidgetPrivate::render(QPaintDevice*, QPoint const&, QRegion const&, QFlags<QWidget::RenderFlag>, bool) () > from /usr/lib64/libQtGui.so.4 >#16 0x00007ffff4cfc8a9 in QWidget::render(QPaintDevice*, QPoint const&, QRegion const&, QFlags<QWidget::RenderFlag>) () from /usr/lib64/libQtGui.so.4 >#17 0x00007fffec1bd897 in ?? () from /usr/lib64/kde4/plugins/styles/oxygen.so >---Type <return> to continue, or q <return> to quit---
[borje@localhost ~]$ gdb -q ksudoku Reading symbols from /usr/bin/ksudoku...Reading symbols from /usr/lib/debug/usr/bin/ksudoku.debug...done. done. (gdb) run Starting program: /usr/bin/ksudoku [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib64/libthread_db.so.1". Set difficulty = 20 Set new difficulty = 0 ksudoku(3499): Failed to lock file "" , last result = 2 ksudoku(3499)/kdeui (KIconLoader): Unable to lock pixmap cache when trying to discard it Program received signal SIGSEGV, Segmentation fault. ksudoku::SymbolItem::setSize (this=0x51, size=26) at /usr/src/debug/kdegames-4.8.0/ksudoku/src/gui/views/valuelistwidget.cpp:63 63 pic = Renderer::instance()->renderSymbolOn(pic, m_value, 0, m_maxValue, SymbolPreset); (gdb) bt #0 ksudoku::SymbolItem::setSize (this=0x51, size=26) at /usr/src/debug/kdegames-4.8.0/ksudoku/src/gui/views/valuelistwidget.cpp:63 #1 0x0000000000432210 in ksudoku::ValueListWidget::resizeEvent (this=0x902550) at /usr/src/debug/kdegames-4.8.0/ksudoku/src/gui/views/valuelistwidget.cpp:165 #2 0x00007ffff4cfe19a in QWidget::event(QEvent*) () from /usr/lib64/libQtGui.so.4 #3 0x00007ffff50b7d96 in QFrame::event(QEvent*) () from /usr/lib64/libQtGui.so.4 #4 0x00007ffff52e06bb in QGraphicsView::viewportEvent(QEvent*) () from /usr/lib64/libQtGui.so.4 #5 0x00007ffff5b38e48 in QCoreApplicationPrivate::sendThroughObjectEventFilters(QObject*, QEvent*) () from /usr/lib64/libQtCore.so.4 #6 0x00007ffff4cada3f in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib64/libQtGui.so.4 #7 0x00007ffff4cb28f3 in QApplication::notify(QObject*, QEvent*) () from /usr/lib64/libQtGui.so.4 #8 0x00007ffff673b736 in KApplication::notify(QObject*, QEvent*) () from /usr/lib64/libkdeui.so.5 #9 0x00007ffff5b38cbc in QCoreApplication::notifyInternal(QObject*, QEvent*) () from /usr/lib64/libQtCore.so.4 #10 0x00007ffff4cf8c55 in QWidgetPrivate::sendPendingMoveAndResizeEvents(bool, bool) () from /usr/lib64/libQtGui.so.4 #11 0x00007ffff4cf8b99 in QWidgetPrivate::sendPendingMoveAndResizeEvents(bool, bool) () from /usr/lib64/libQtGui.so.4 #12 0x00007ffff4cf8b99 in QWidgetPrivate::sendPendingMoveAndResizeEvents(bool, bool) () from /usr/lib64/libQtGui.so.4 #13 0x00007ffff4cf8b99 in QWidgetPrivate::sendPendingMoveAndResizeEvents(bool, bool) () from /usr/lib64/libQtGui.so.4 #14 0x00007ffff4cfc16b in QWidgetPrivate::prepareToRender(QRegion const&, QFlags<QWidget::RenderFlag>) () from /usr/lib64/libQtGui.so.4 #15 0x00007ffff4cfc564 in QWidgetPrivate::render(QPaintDevice*, QPoint const&, QRegion const&, QFlags<QWidget::RenderFlag>, bool) () from /usr/lib64/libQtGui.so.4 #16 0x00007ffff4cfc8a9 in QWidget::render(QPaintDevice*, QPoint const&, QRegion const&, QFlags<QWidget::RenderFlag>) () from /usr/lib64/libQtGui.so.4 #17 0x00007fffec1bd897 in ?? () from /usr/lib64/kde4/plugins/styles/oxygen.so ---Type <return> to continue, or q <return> to quit---
View Attachment As Raw
Actions:
View
Attachments on
bug 4316
:
1459
| 1466 |
1475