| Summary: | while giving more values to system monitor it crashed by running | ||
|---|---|---|---|
| Product: | [Unmaintained] ksysguard | Reporter: | Augusto Guerrero <aguerrero> |
| Component: | general | Assignee: | KSysGuard Developers <ksysguard-bugs> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | crash | CC: | aguerrero, andresbajotierra, johnflux |
| Priority: | NOR | Keywords: | needs_verification |
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | openSUSE | ||
| OS: | Other | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Augusto Guerrero
2009-12-15 04:36:06 UTC
- If you can reproduce the crash at will (or you experience this regularly), can you install the "kdebase4-workspace-debuginfo" package and post a complete backtrace here? Similar issues were already fixed for KDE SC 4.4 Thanks I think this is the usual crash, and can be closed as duplicate/fixed Hello, Here is the code after reproducing the issue every time I try to run System Monitor: Application: System Monitor (kdeinit4), signal: Segmentation fault [KCrash Handler] #5 0x00007f950bd77d27 in ?? () from /usr/lib64/libQtGui.so.4 #6 0x00007f950bd79b14 in ?? () from /usr/lib64/libQtGui.so.4 #7 0x00007f950bd7a30d in ?? () from /usr/lib64/libQtGui.so.4 #8 0x00007f950bd7a72b in ?? () from /usr/lib64/libQtGui.so.4 #9 0x00007f950bd7abce in ?? () from /usr/lib64/libQtGui.so.4 #10 0x00007f950bd6eb40 in QPainterPath::intersected(QPainterPath const&) const () from /usr/lib64/libQtGui.so.4 #11 0x00007f950bd45950 in ?? () from /usr/lib64/libQtGui.so.4 #12 0x00007f950bd44c17 in ?? () from /usr/lib64/libQtGui.so.4 #13 0x00007f950bd45dd9 in ?? () from /usr/lib64/libQtGui.so.4 #14 0x00007f950bdcba0d in ?? () from /usr/lib64/libQtGui.so.4 #15 0x00007f950bd6409a in QPainter::fillPath(QPainterPath const&, QBrush const&) () from /usr/lib64/libQtGui.so.4 #16 0x00007f9502fb0246 in ?? () from /usr/lib64/libkdeinit4_ksysguard.so #17 0x00007f9502fb0450 in ?? () from /usr/lib64/libkdeinit4_ksysguard.so #18 0x00007f9502fb1226 in ?? () from /usr/lib64/libkdeinit4_ksysguard.so #19 0x00007f9502f8d900 in ?? () from /usr/lib64/libkdeinit4_ksysguard.so #20 0x00007f9502f8140d in ?? () from /usr/lib64/libkdeinit4_ksysguard.so #21 0x00007f9502f92e1e in ?? () from /usr/lib64/libkdeinit4_ksysguard.so #22 0x00007f950e8bcee2 in QMetaObject::activate(QObject*, int, int, void**) () from /usr/lib64/libQtCore.so.4 #23 0x00007f950e8b7d33 in QObject::event(QEvent*) () from /usr/lib64/libQtCore.so.4 #24 0x00007f950bc3baad in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib64/libQtGui.so.4 #25 0x00007f950bc43d3a in QApplication::notify(QObject*, QEvent*) () from /usr/lib64/libQtGui.so.4 #26 0x00007f950cd2612b in KApplication::notify(QObject*, QEvent*) () from /usr/lib64/libkdeui.so.5 #27 0x00007f950e8a815c in QCoreApplication::notifyInternal(QObject*, QEvent*) () from /usr/lib64/libQtCore.so.4 #28 0x00007f950e8d5680 in ?? () from /usr/lib64/libQtCore.so.4 #29 0x00007f950e8d1838 in ?? () from /usr/lib64/libQtCore.so.4 #30 0x00007f950a71b0fb in g_main_context_dispatch () from /usr/lib64/libglib-2.0.so.0 #31 0x00007f950a71e8cd in ?? () from /usr/lib64/libglib-2.0.so.0 #32 0x00007f950a71ea8b in g_main_context_iteration () from /usr/lib64/libglib-2.0.so.0 #33 0x00007f950e8d156c in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib64/libQtCore.so.4 #34 0x00007f950bcd303f in ?? () from /usr/lib64/libQtGui.so.4 #35 0x00007f950e8a69e2 in QEventLoop::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib64/libQtCore.so.4 #36 0x00007f950e8a6db4 in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib64/libQtCore.so.4 #37 0x00007f950e8a90a4 in QCoreApplication::exec() () from /usr/lib64/libQtCore.so.4 #38 0x00007f9502fca2f4 in kdemain () from /usr/lib64/libkdeinit4_ksysguard.so #39 0x0000000000407495 in _start () In data martedì 15 dicembre 2009 06:25:13, Dario Andres ha scritto: : > https://bugs.kde.org/show_bug.cgi?id=218749 > > > Dario Andres <andresbajotierra@gmail.com> changed: > > What |Removed |Added > --------------------------------------------------------------------------- > - Status|UNCONFIRMED |NEEDSINFO > CC| |andresbajotierra@gmail.com > Resolution| |BACKTRACE > > > > > --- Comment #1 from Dario Andres <andresbajotierra gmail com> 2009-12-15 > 13:25:06 --- - If you can reproduce the crash at will (or you experience > this regularly), can you install the "kdebase4-workspace-debuginfo" > package and post a complete backtrace here? > Similar issues were already fixed for KDE SC 4.4 > Thanks > Likely to be bug 205554. Thanks *** This bug has been marked as a duplicate of bug 205554 *** |