Bug 270626

Summary: Program crashed unexpectedly.
Product: [Applications] systemsettings Reporter: Willy Gommel <wg3w>
Component: generalAssignee: System Settings Bugs <sourtooth+ssbugs>
Status: RESOLVED DUPLICATE    
Severity: crash CC: andresbajotierra
Priority: NOR    
Version: 1.0   
Target Milestone: ---   
Platform: Debian testing   
OS: Linux   
Latest Commit: Version Fixed In:

Description Willy Gommel 2011-04-10 22:31:26 UTC
Application: systemsettings (1.0)
KDE Platform Version: 4.4.5 (KDE 4.4.5)
Qt Version: 4.7.2
Operating System: Linux 2.6.30-2-686 i686
Distribution: Debian GNU/Linux testing (wheezy)

-- Information about the crash:
I was actually rummaging in the menus, looking for the opacity setting, which unfortunately does not appear to be searchable as such. The problem I'mhaving is that the opacity is so low that I cannot read the screen. It was at such a moment that this program  crashed.

Thank you very much for whatever help you can be!! :)

 -- Backtrace:
Application: System Settings (systemsettings), signal: Segmentation fault
[KCrash Handler]
#6  XVisualIDFromVisual (visual=0x0) at ../../src/Misc.c:59
#7  0xb7312405 in qt_x11_getX11InfoForWindow (xinfo=0xa7b3824, att=...) at kernel/qwidget_x11.cpp:3067
#8  0xb73124ae in qt_x11_getX11InfoForWindow (xinfo=0xa7b3824, a=...) at kernel/qwidget_x11.cpp:427
#9  0xb7315491 in QWidgetPrivate::create_sys (this=0xa7b3700, window=54647991, initializeWindow=false, destroyOldWindow=true) at kernel/qwidget_x11.cpp:588
#10 0xb72c0f34 in QWidget::create (this=0xa7b3640, window=54647991, initializeWindow=false, destroyOldWindow=true) at kernel/qwidget.cpp:1467
#11 0xa5a84f46 in KSWidget::KSWidget (this=0xa7b3640, parent=0xa086600, wf=...) at ../../../kcontrol/screensaver/kswidget.cpp:66
#12 0xa5a75cde in KSSMonitor (this=0xa226fc8) at ../../../kcontrol/screensaver/kssmonitor.h:9
#13 KScreenSaver::slotPreviewExited (this=0xa226fc8) at ../../../kcontrol/screensaver/scrnsave.cpp:494
#14 0xa5a7621e in KScreenSaver::setMonitor (this=0xa226fc8) at ../../../kcontrol/screensaver/scrnsave.cpp:475
#15 0xa5a77b0d in KScreenSaver::findSavers (this=0xa226fc8) at ../../../kcontrol/screensaver/scrnsave.cpp:462
#16 0xa5a78f8b in KScreenSaver::qt_metacall (this=0xa226fc8, _c=QMetaObject::InvokeMetaMethod, _id=47, _a=0xbf813e6c) at ./scrnsave.moc:104
#17 0xb6cff27a in QMetaObject::metacall (object=0xa226fc8, cl=QMetaObject::InvokeMetaMethod, idx=47, argv=0xbf813e6c) at kernel/qmetaobject.cpp:237
#18 0xb6d0f15d in QMetaObject::activate (sender=0xa0a78b0, m=0xb6e33844, local_signal_index=0, argv=0x0) at kernel/qobject.cpp:3278
#19 0xb6d5c5c7 in QTimer::timeout (this=0xa0a78b0) at .moc/release-shared/moc_qtimer.cpp:134
#20 0xb6d150ee in QTimer::timerEvent (this=0xa0a78b0, e=0xbf81439c) at kernel/qtimer.cpp:271
#21 0xb6d0de44 in QObject::event (this=0xa0a78b0, e=0xbf81439c) at kernel/qobject.cpp:1181
#22 0xb726eb54 in QApplicationPrivate::notify_helper (this=0x9bd6238, receiver=0xa0a78b0, e=0xbf81439c) at kernel/qapplication.cpp:4462
#23 0xb72737de in QApplication::notify (this=0xbf8146ec, receiver=0xa0a78b0, e=0xbf81439c) at kernel/qapplication.cpp:3862
#24 0xb7db5bfa in KApplication::notify (this=0xbf8146ec, receiver=0xa0a78b0, event=0xbf81439c) at ../../kdeui/kernel/kapplication.cpp:302
#25 0xb6cf8bfb in QCoreApplication::notifyInternal (this=0xbf8146ec, receiver=0xa0a78b0, event=0xbf81439c) at kernel/qcoreapplication.cpp:731
#26 0xb6d28fa1 in sendEvent (this=0x9bd8d7c) at ../../include/QtCore/../../src/corelib/kernel/qcoreapplication.h:215
#27 QTimerInfoList::activateTimers (this=0x9bd8d7c) at kernel/qeventdispatcher_unix.cpp:604
#28 0xb6d25be4 in timerSourceDispatch (source=0x9bd8d48) at kernel/qeventdispatcher_glib.cpp:184
#29 0xb635c382 in g_main_context_dispatch () from /lib/libglib-2.0.so.0
#30 0xb635cb60 in ?? () from /lib/libglib-2.0.so.0
#31 0xb635ce14 in g_main_context_iteration () from /lib/libglib-2.0.so.0
#32 0xb6d2632c in QEventDispatcherGlib::processEvents (this=0x9bb6be8, flags=...) at kernel/qeventdispatcher_glib.cpp:422
#33 0xb7322985 in QGuiEventDispatcherGlib::processEvents (this=0x9bb6be8, flags=...) at kernel/qguieventdispatcher_glib.cpp:204
#34 0xb6cf7da9 in QEventLoop::processEvents (this=0xbf814644, flags=...) at kernel/qeventloop.cpp:149
#35 0xb6cf804a in QEventLoop::exec (this=0xbf814644, flags=...) at kernel/qeventloop.cpp:201
#36 0xb6cfcabf in QCoreApplication::exec () at kernel/qcoreapplication.cpp:1008
#37 0xb726c997 in QApplication::exec () at kernel/qapplication.cpp:3736
#38 0x08056b5e in main (argc=1, argv=0xbf814834) at ../../../systemsettings/app/main.cpp:49

Possible duplicates by query: bug 270570, bug 264421, bug 264022, bug 256406, bug 255772.

Reported using DrKonqi
Comment 1 Dario Andres 2011-04-10 22:46:43 UTC
This specific crash is related to the Screensavers' preview. The issue is being tracked at bug 188623. Regards

*** This bug has been marked as a duplicate of bug 188623 ***