[ksysguard] [Bug 350140] KSysGuard crashed on close

2023-10-25 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=350140

Bug Janitor Service  changed:

   What|Removed |Added

   Priority|NOR |VHI

-- 
You are receiving this mail because:
You are watching all bug changes.

[ksysguard] [Bug 350140] KSysGuard crashed on close

2023-10-25 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=350140

fanzhuyi...@gmail.com changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution|--- |UNMAINTAINED

--- Comment #60 from fanzhuyi...@gmail.com ---
Closing this since KSysGuard is unmaintained and no longer released by the KDE
community. Check out the systemmonitor instead!

-- 
You are receiving this mail because:
You are watching all bug changes.

[ksysguard] [Bug 350140] KSysGuard crashed on close

2021-10-06 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=350140

Bug Janitor Service  changed:

   What|Removed |Added

 Status|CONFIRMED   |ASSIGNED

--- Comment #59 from Bug Janitor Service  ---
A possibly relevant merge request was started @
https://invent.kde.org/plasma/ksysguard/-/merge_requests/85

-- 
You are receiving this mail because:
You are watching all bug changes.

[ksysguard] [Bug 350140] KSysGuard crashed on close

2021-10-04 Thread Bernhard Übelacker
https://bugs.kde.org/show_bug.cgi?id=350140

--- Comment #58 from Bernhard Übelacker  ---
(I am no longer sure about my relation ot the systemload in my previous post,
as I was not able to reproduce the crash with neither version running without
any debugger.)

I could reproduce the crash in 3 out of 3 attempts running
with "rr record -n" without D29616 applied.

Then I applied D29616 on top of the Debian package ksysguard 5.20.5-2.
With this 3 out of 3 attemts did not show a crash anymore.

So I assume the patch successfully avoids the crash.

-- 
You are receiving this mail because:
You are watching all bug changes.

[ksysguard] [Bug 350140] KSysGuard crashed on close

2021-10-04 Thread Jiri Palecek
https://bugs.kde.org/show_bug.cgi?id=350140

--- Comment #57 from Jiri Palecek  ---
This should be fixed by https://phabricator.kde.org/D29616

Can you test it?

-- 
You are receiving this mail because:
You are watching all bug changes.

[ksysguard] [Bug 350140] KSysGuard crashed on close

2021-10-04 Thread Bernhard Übelacker
https://bugs.kde.org/show_bug.cgi?id=350140

Bernhard Übelacker  changed:

   What|Removed |Added

 CC||bernha...@mailbox.org

--- Comment #56 from Bernhard Übelacker  ---
I received some similar crashes when closing ksysguard.
Therefore I tried to do some more investigation using rr-debugger.

It was quite good reproducible by opening ksysguard, then watching
a partial build of e.g. wine (many short lived processes).


There I could track it down to following free,
which destroys the QLabel in sbCpuStat:


(rr) reverse-cont
Continuing.

Thread 1 hit Breakpoint 6, __GI___libc_free (mem=0x562c360be2e0) at
malloc.c:3092
3092in malloc.c
9: Toplevel = (class TopLevel *) 0x562c35c4ecf0
10: Toplevel->sbCpuStat = (class QLabel *) 0x562c360be2e0
11: Toplevel->sbCpuStat->d_ptr = {d = 0x562c36043d30}
12: x/i $pc
=> 0x7f2c687dd720 <__GI___libc_free>:   sub$0x18,%rsp
(rr) bt
#0  __GI___libc_free (mem=0x562c360be2e0) at malloc.c:3092
#1  0x7f2c66eacbde in QObjectPrivate::deleteChildren()
(this=this@entry=0x562c360403c0) at kernel/qobject.cpp:2104
#2  0x7f2c67b04736 in QWidget::~QWidget() (this=0x562c36040380,
__in_chrg=) at kernel/qwidget.cpp:1522
#3  0x7f2c67c72319 in QStatusBar::~QStatusBar() (this=0x562c36040380,
__in_chrg=) at widgets/qstatusbar.cpp:252
#4  0x7f2c66eacbde in QObjectPrivate::deleteChildren()
(this=this@entry=0x562c35c6d420) at kernel/qobject.cpp:2104
#5  0x7f2c67b04736 in QWidget::~QWidget() (this=0x562c35c4ecf0,
__in_chrg=) at kernel/qwidget.cpp:1522
#6  0x7f2c68945aa7 in TopLevel::~TopLevel() (this=0x562c35c4ecf0,
__in_chrg=, __vtt_parm=) at
/usr/include/ksysguard/ksgrd/SensorClient.h:44
#7  TopLevel::~TopLevel() (this=0x562c35c4ecf0, __in_chrg=,
__vtt_parm=) at
./obj-x86_64-linux-gnu/gui/kdeinit_ksysguard_autogen/EWIEGA46WW/../../../../gui/ksysguard.h:41
#8  0x7f2c66eaedaf in QObject::event(QEvent*) (this=0x562c35c4ecf0,
e=0x562c36389a10) at kernel/qobject.cpp:1301
#9  0x7f2c6834f659 in KXmlGuiWindow::event(QEvent*) () at
/usr/lib/x86_64-linux-gnu/libKF5XmlGui.so.5
#10 0x7f2c67ac915f in QApplicationPrivate::notify_helper(QObject*, QEvent*)
(this=, receiver=0x562c35c4ecf0, e=0x562c36389a10) at
kernel/qapplication.cpp:3632
#11 0x7f2c66e82fca in QCoreApplication::notifyInternal2(QObject*, QEvent*)
(receiver=0x562c35c4ecf0, event=0x562c36389a10) at
kernel/qcoreapplication.cpp:1063
#12 0x7f2c66e85a01 in QCoreApplicationPrivate::sendPostedEvents(QObject*,
int, QThreadData*) (receiver=0x0, event_type=0, data=0x562c35acb8f0) at
kernel/qcoreapplication.cpp:1817
#13 0x7f2c66edae93 in postEventSourceDispatch(GSource*, GSourceFunc,
gpointer) (s=0x562c35c59fc0) at kernel/qeventdispatcher_glib.cpp:277
#14 0x7f2c5da0ee6b in g_main_dispatch (context=0x7f2c4c005000) at
../../../glib/gmain.c:3325
#15 g_main_context_dispatch (context=0x7f2c4c005000) at
../../../glib/gmain.c:4043
#16 0x7f2c5da0f118 in g_main_context_iterate
(context=context@entry=0x7f2c4c005000, block=block@entry=1,
dispatch=dispatch@entry=1, self=) at ../../../glib/gmain.c:4119
#17 0x7f2c5da0f1cf in g_main_context_iteration (context=0x7f2c4c005000,
may_block=may_block@entry=1) at ../../../glib/gmain.c:4184
#18 0x7f2c66eda51f in
QEventDispatcherGlib::processEvents(QFlags)
(this=0x562c35c6b380, flags=...) at kernel/qeventdispatcher_glib.cpp:423
#19 0x7f2c66e8198b in
QEventLoop::exec(QFlags)
(this=this@entry=0x7ffcffd2dea0, flags=..., flags@entry=...) at
../../include/QtCore/../../src/corelib/global/qflags.h:69
#20 0x7f2c66e89c00 in QCoreApplication::exec() () at
../../include/QtCore/../../src/corelib/global/qflags.h:121
#21 0x7f2c6898206f in kdemain(int, char**) (argc=,
argv=) at ./gui/ksysguard.cpp:627
#22 0x7f2c68779d0a in __libc_start_main (main=0x562c354bc050 ,
argc=1, argv=0x7ffcffd2e0c8, init=, fini=,
rtld_fini=, stack_end=0x7ffcffd2e0b8) at ../csu/libc-start.c:308
#23 0x562c354bc08a in _start ()
(rr) when
Current event: 531099


Then a little later the same also destroyed TopLevel object is referenced,
and an assignment to the sbCpuStat QLabel is done.


(rr) cont
Continuing.

Thread 1 received signal SIGSEGV, Segmentation fault.
0x7f2c66d247a9 in operator== (s1=, s2="CPU: 15 %\302\234\061\065 %") at
text/qstring.cpp:3437
3437if (s1.d->size != s2.d->size)
9: Toplevel = (TopLevel *) 0x562c35c4ecf0
10: Toplevel->sbCpuStat = (QLabel *) 0x562c360be2e0
11: Toplevel->sbCpuStat->d_ptr = {d = 0x562c3609fb90}
12: x/i $pc
=> 0x7f2c66d247a9 <_ZeqRK7QStringS1_+9>:movslq 0x4(%rax),%rsi
(rr) bt
#0  0x7f2c66d247a9 in operator==(QString const&, QString const&) (s1=, s2="CPU:
15 %\302\234\061\065 %") at text/qstring.cpp:3437
#1  0x7f2c67bfd3e5 in QLabel::setText(QString const&) (this=0x562c360be2e0,
text="CPU: 15 %\302\234\061\065 %") at widgets/qlabel.cpp:323
#2  0x7f2c68980f6b in 

[ksysguard] [Bug 350140] KSysGuard crashed on close

2021-03-06 Thread David
https://bugs.kde.org/show_bug.cgi?id=350140

David  changed:

   What|Removed |Added

 CC||kitt...@gmail.com

-- 
You are receiving this mail because:
You are watching all bug changes.

[ksysguard] [Bug 350140] KSysGuard crashed on close

2020-11-05 Thread KUHTOXO
https://bugs.kde.org/show_bug.cgi?id=350140

KUHTOXO  changed:

   What|Removed |Added

 CC||hunter-mas...@yandex.ru

-- 
You are receiving this mail because:
You are watching all bug changes.

[ksysguard] [Bug 350140] KSysGuard crashed on close

2020-10-12 Thread Florian Edelmann
https://bugs.kde.org/show_bug.cgi?id=350140

--- Comment #54 from Florian Edelmann  ---
Created attachment 132296
  --> https://bugs.kde.org/attachment.cgi?id=132296=edit
New crash information added by DrKonqi

ksysguard (5.19.4) using Qt 5.14.2

- What I was doing when the application crashed:

Closed the system monitor by clicking on the close icon in the window title. No
search query was entered before.

-- Backtrace (Reduced):
#4  0x7ff501969434 in QWidget::sizePolicy() const
(this=this@entry=0x55e40a2efae0) at kernel/qwidget.cpp:10072
#5  0x7ff501a7263b in QLabelPrivate::updateLabel()
(this=this@entry=0x55e40a2ef400) at widgets/qlabel.cpp:1132
#6  0x7ff501a735fb in QLabel::setText(QString const&) (this=0x55e40a450d90,
text=...) at widgets/qlabel.cpp:326
#7  0x7ff504e23170 in TopLevel::answerReceived(int, QList
const&) (this=0x55e40a2a48e0, id=, answerList=...) at
./gui/ksysguard.cpp:466
#8  0x7ff504558b8a in KSGRD::SensorAgent::processAnswer(char const*, int)
() at /usr/lib/x86_64-linux-gnu/libksgrd.so.9

-- 
You are receiving this mail because:
You are watching all bug changes.

[ksysguard] [Bug 350140] KSysGuard crashed on close

2020-10-12 Thread Florian Edelmann
https://bugs.kde.org/show_bug.cgi?id=350140

Florian Edelmann  changed:

   What|Removed |Added

 CC||florian-edelm...@online.de

-- 
You are receiving this mail because:
You are watching all bug changes.

[ksysguard] [Bug 350140] KSysGuard crashed on close

2020-08-26 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=350140

Christoph Feck  changed:

   What|Removed |Added

 CC||jodr...@live.com

--- Comment #53 from Christoph Feck  ---
*** Bug 425064 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[ksysguard] [Bug 350140] KSysGuard crashed on close

2020-08-26 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=350140

Christoph Feck  changed:

   What|Removed |Added

 CC||benji6...@gmail.com

--- Comment #52 from Christoph Feck  ---
*** Bug 425045 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[ksysguard] [Bug 350140] KSysGuard crashed on close

2020-08-02 Thread nyanpasu64
https://bugs.kde.org/show_bug.cgi?id=350140

nyanpasu64  changed:

   What|Removed |Added

 CC|nyanpas...@tuta.io  |

-- 
You are receiving this mail because:
You are watching all bug changes.

[ksysguard] [Bug 350140] KSysGuard crashed on close

2020-08-02 Thread Arcadiy Ivanov
https://bugs.kde.org/show_bug.cgi?id=350140

--- Comment #51 from Arcadiy Ivanov  ---
Created attachment 130597
  --> https://bugs.kde.org/attachment.cgi?id=130597=edit
New crash information added by DrKonqi

ksysguard (5.18.5) using Qt 5.14.2

- What I was doing when the application crashed:

Closing system monitor. Crashes every time.

-- Backtrace (Reduced):
#4  0x7f892749ed52 in QLabelPrivate::clearContents() () from
/lib64/libQt5Widgets.so.5
#5  0x7f892749f03a in QLabel::setText(QString const&) () from
/lib64/libQt5Widgets.so.5
#6  0x7f892825e9cb in TopLevel::answerReceived(int, QList
const&) () from /lib64/libkdeinit5_ksysguard.so
#7  0x7f8927ed94b2 in KSGRD::SensorAgent::processAnswer(char const*, int)
() from /lib64/libksgrd.so.7
#8  0x7f8927edf6c5 in KSGRD::SensorShellAgent::msgRcvd() () from
/lib64/libksgrd.so.7

-- 
You are receiving this mail because:
You are watching all bug changes.

[ksysguard] [Bug 350140] KSysGuard crashed on close

2020-08-02 Thread Arcadiy Ivanov
https://bugs.kde.org/show_bug.cgi?id=350140

Arcadiy Ivanov  changed:

   What|Removed |Added

 CC||arca...@ivanov.biz

-- 
You are receiving this mail because:
You are watching all bug changes.

[ksysguard] [Bug 350140] KSysGuard crashed on close

2020-07-22 Thread Germano Massullo
https://bugs.kde.org/show_bug.cgi?id=350140

Germano Massullo  changed:

   What|Removed |Added

Version|5.8.7   |5.18.5

-- 
You are receiving this mail because:
You are watching all bug changes.

[ksysguard] [Bug 350140] KSysGuard crashed on close

2020-07-22 Thread Germano Massullo
https://bugs.kde.org/show_bug.cgi?id=350140

Germano Massullo  changed:

   What|Removed |Added

 CC||germano.massu...@gmail.com

--- Comment #50 from Germano Massullo  ---
ksysguard 5.18.5
KDE Frameworks 5.70.0
Qt 5.14.2


Application: Monitor di sistema (ksysguard), signal: Segmentation fault
Using host libthread_db library "/lib64/libthread_db.so.1".
29return SYSCALL_CANCEL (poll, fds, nfds, timeout);
[Current thread is 1 (Thread 0x7fcc840da980 (LWP 16244))]

Thread 22 (Thread 0x7fcc38bf9700 (LWP 16300)):
#0  __GI___libc_read (nbytes=16, buf=0x7fcc38bf89a0, fd=12) at
../sysdeps/unix/sysv/linux/read.c:26
#1  __GI___libc_read (fd=12, buf=buf@entry=0x7fcc38bf89a0,
nbytes=nbytes@entry=16) at ../sysdeps/unix/sysv/linux/read.c:24
#2  0x7fcc87b8c53f in read (__nbytes=16, __buf=0x7fcc38bf89a0,
__fd=) at /usr/include/bits/unistd.h:44
#3  g_wakeup_acknowledge (wakeup=0x5587e1c72fb0) at ../glib/gwakeup.c:210
#4  0x7fcc87b4260e in g_main_context_check
(context=context@entry=0x7fcc14000c20, max_priority=2147483647,
fds=fds@entry=0x7fcc14004e60, n_fds=n_fds@entry=1) at ../glib/gmain.c:3825
#5  0x7fcc87b42a75 in g_main_context_iterate
(context=context@entry=0x7fcc14000c20, block=block@entry=1,
dispatch=dispatch@entry=1, self=) at ../glib/gmain.c:4044
#6  0x7fcc87b42c03 in g_main_context_iteration (context=0x7fcc14000c20,
may_block=may_block@entry=1) at ../glib/gmain.c:4108
#7  0x7fcc904dfb8b in QEventDispatcherGlib::processEvents
(this=0x7fcc14000b60, flags=...) at kernel/qeventdispatcher_glib.cpp:425
#8  0x7fcc9049291b in QEventLoop::exec (this=this@entry=0x7fcc38bf8bd0,
flags=..., flags@entry=...) at
../../include/QtCore/../../src/corelib/global/qflags.h:136
#9  0x7fcc902fe427 in QThread::exec (this=) at
../../include/QtCore/../../src/corelib/global/qflags.h:118
#10 0x7fcc9080851b in QDBusConnectionManager::run (this=0x7fcc90877060
<(anonymous namespace)::Q_QGS__q_manager::innerFunction()::holder>) at
qdbusconnection.cpp:179
#11 0x7fcc902ff690 in QThreadPrivate::start (arg=0x7fcc90877060 <(anonymous
namespace)::Q_QGS__q_manager::innerFunction()::holder>) at
thread/qthread_unix.cpp:342
#12 0x7fcc88473432 in start_thread (arg=) at
pthread_create.c:477
#13 0x7fcc91d13913 in clone () at
../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 21 (Thread 0x7fcc397fa700 (LWP 16299)):
#0  futex_wait_cancelable (private=0, expected=0, futex_word=0x5587e1bfef90) at
../sysdeps/nptl/futex-internal.h:183
#1  __pthread_cond_wait_common (abstime=0x0, clockid=0, mutex=0x5587e1bfef40,
cond=0x5587e1bfef68) at pthread_cond_wait.c:508
#2  __pthread_cond_wait (cond=0x5587e1bfef68, mutex=0x5587e1bfef40) at
pthread_cond_wait.c:638
#3  0x7fcc74e5526b in cnd_wait (mtx=0x5587e1bfef40, cond=0x5587e1bfef68) at
../include/c11/threads_posix.h:155
#4  util_queue_thread_func (input=input@entry=0x5587e1b855b0) at
../src/util/u_queue.c:275
#5  0x7fcc74e54d3b in impl_thrd_routine (p=) at
../include/c11/threads_posix.h:87
#6  0x7fcc88473432 in start_thread (arg=) at
pthread_create.c:477
#7  0x7fcc91d13913 in clone () at
../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 20 (Thread 0x7fcc39ffb700 (LWP 16298)):
#0  futex_wait_cancelable (private=0, expected=0, futex_word=0x5587e1b37be8) at
../sysdeps/nptl/futex-internal.h:183
#1  __pthread_cond_wait_common (abstime=0x0, clockid=0, mutex=0x5587e1b37b98,
cond=0x5587e1b37bc0) at pthread_cond_wait.c:508
#2  __pthread_cond_wait (cond=0x5587e1b37bc0, mutex=0x5587e1b37b98) at
pthread_cond_wait.c:638
#3  0x7fcc74e5526b in cnd_wait (mtx=0x5587e1b37b98, cond=0x5587e1b37bc0) at
../include/c11/threads_posix.h:155
#4  util_queue_thread_func (input=input@entry=0x5587e1b3c9e0) at
../src/util/u_queue.c:275
#5  0x7fcc74e54d3b in impl_thrd_routine (p=) at
../include/c11/threads_posix.h:87
#6  0x7fcc88473432 in start_thread (arg=) at
pthread_create.c:477
#7  0x7fcc91d13913 in clone () at
../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 19 (Thread 0x7fcc3a7fc700 (LWP 16297)):
#0  futex_wait_cancelable (private=0, expected=0, futex_word=0x5587e1b37be8) at
../sysdeps/nptl/futex-internal.h:183
#1  __pthread_cond_wait_common (abstime=0x0, clockid=0, mutex=0x5587e1b37b98,
cond=0x5587e1b37bc0) at pthread_cond_wait.c:508
#2  __pthread_cond_wait (cond=0x5587e1b37bc0, mutex=0x5587e1b37b98) at
pthread_cond_wait.c:638
#3  0x7fcc74e5526b in cnd_wait (mtx=0x5587e1b37b98, cond=0x5587e1b37bc0) at
../include/c11/threads_posix.h:155
#4  util_queue_thread_func (input=input@entry=0x5587e1b3c780) at
../src/util/u_queue.c:275
#5  0x7fcc74e54d3b in impl_thrd_routine (p=) at
../include/c11/threads_posix.h:87
#6  0x7fcc88473432 in start_thread (arg=) at
pthread_create.c:477
#7  0x7fcc91d13913 in clone () at
../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 18 (Thread 0x7fcc3affd700 (LWP 

[ksysguard] [Bug 350140] KSysGuard crashed on close

2020-07-11 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=350140

Christoph Feck  changed:

   What|Removed |Added

 CC||darkcac...@gmail.com

--- Comment #49 from Christoph Feck  ---
*** Bug 423382 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[ksysguard] [Bug 350140] KSysGuard crashed on close

2020-07-09 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=350140

--- Comment #48 from k...@trummer.xyz ---
Operating System: openSUSE Tumbleweed 20200707
KDE Plasma Version: 5.19.2
KDE Frameworks Version: 5.71.0
Qt Version: 5.15.0
Kernel Version: 5.7.7-1-default
OS Type: 64-bit

-- 
You are receiving this mail because:
You are watching all bug changes.

[ksysguard] [Bug 350140] KSysGuard crashed on close

2020-07-09 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=350140

k...@trummer.xyz changed:

   What|Removed |Added

 CC||k...@trummer.xyz

--- Comment #47 from k...@trummer.xyz ---
Created attachment 130015
  --> https://bugs.kde.org/attachment.cgi?id=130015=edit
backtrace

-- 
You are receiving this mail because:
You are watching all bug changes.

[ksysguard] [Bug 350140] KSysGuard crashed on close

2020-06-19 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=350140

Christoph Feck  changed:

   What|Removed |Added

 CC||bigmen.pi...@gmail.com

--- Comment #46 from Christoph Feck  ---
*** Bug 421995 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[ksysguard] [Bug 350140] KSysGuard crashed on close

2020-06-17 Thread nyanpasu64
https://bugs.kde.org/show_bug.cgi?id=350140

nyanpasu64  changed:

   What|Removed |Added

 CC||nyanpas...@tuta.io

-- 
You are receiving this mail because:
You are watching all bug changes.

[ksysguard] [Bug 350140] KSysGuard crashed on close

2020-05-04 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=350140

Christoph Feck  changed:

   What|Removed |Added

 CC||pv...@mailforspam.com

--- Comment #45 from Christoph Feck  ---
*** Bug 419893 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[ksysguard] [Bug 350140] KSysGuard crashed on close

2020-05-04 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=350140

Christoph Feck  changed:

   What|Removed |Added

 CC||lionel.pl...@ilp-web.net

--- Comment #44 from Christoph Feck  ---
*** Bug 420952 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[ksysguard] [Bug 350140] KSysGuard crashed on close

2020-04-26 Thread Jiri Palecek
https://bugs.kde.org/show_bug.cgi?id=350140

Jiri Palecek  changed:

   What|Removed |Added

 CC||jpale...@web.de

--- Comment #43 from Jiri Palecek  ---
This one is easy; I will post a fix to phabricator

-- 
You are receiving this mail because:
You are watching all bug changes.

[ksysguard] [Bug 350140] KSysGuard crashed on close

2020-04-26 Thread Jiri Palecek
https://bugs.kde.org/show_bug.cgi?id=350140

Jiri Palecek  changed:

   What|Removed |Added

 CC||francisco.mosquera@outlook.
   ||es

--- Comment #42 from Jiri Palecek  ---
*** Bug 419784 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[ksysguard] [Bug 350140] KSysGuard crashed on close

2020-04-26 Thread Jiri Palecek
https://bugs.kde.org/show_bug.cgi?id=350140

Jiri Palecek  changed:

   What|Removed |Added

 CC||ckri...@gmail.com

--- Comment #41 from Jiri Palecek  ---
*** Bug 419940 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[ksysguard] [Bug 350140] KSysGuard crashed on close

2020-04-26 Thread Jiri Palecek
https://bugs.kde.org/show_bug.cgi?id=350140

Jiri Palecek  changed:

   What|Removed |Added

 CC||elizab...@interlinked.me

--- Comment #40 from Jiri Palecek  ---
*** Bug 420281 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[ksysguard] [Bug 350140] KSysGuard crashed on close

2020-04-17 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=350140

b.raz...@gmail.com changed:

   What|Removed |Added

 CC||b.raz...@gmail.com

-- 
You are receiving this mail because:
You are watching all bug changes.

[ksysguard] [Bug 350140] KSysGuard crashed on close

2020-04-17 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=350140

--- Comment #39 from b.raz...@gmail.com ---
Created attachment 127615
  --> https://bugs.kde.org/attachment.cgi?id=127615=edit
New crash information added by DrKonqi

ksysguard (5.18.3) using Qt 5.12.4

- What I was doing when the application crashed:

I closed the application (ksysguard), using the typical X button located at the
top right of the window. The application then closed, and a bug report was
generated. I am only submitting this report due to the possibility of my
backtrace being useful.

-- Backtrace (Reduced):
#6  0x7faef40836dd in operator==(QString const&, QString const&) () at
/lib/x86_64-linux-gnu/libQt5Core.so.5
#7  0x7faef4e6033b in QLabel::setText(QString const&) () at
/lib/x86_64-linux-gnu/libQt5Widgets.so.5
#8  0x7faef5cf3c53 in  () at /lib/x86_64-linux-gnu/libkdeinit5_ksysguard.so
#9  0x7faef5920398 in KSGRD::SensorAgent::processAnswer(char const*, int)
() at /lib/x86_64-linux-gnu/libksgrd.so.7
#10 0x7faef5927972 in  () at /lib/x86_64-linux-gnu/libksgrd.so.7

-- 
You are receiving this mail because:
You are watching all bug changes.

[ksysguard] [Bug 350140] KSysGuard crashed on close

2020-03-30 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=350140

Christoph Feck  changed:

   What|Removed |Added

 CC||white-rab...@mailbox.org

--- Comment #38 from Christoph Feck  ---
*** Bug 418491 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[ksysguard] [Bug 350140] KSysGuard crashed on close

2020-03-30 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=350140

--- Comment #37 from Christoph Feck  ---
*** Bug 418449 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[ksysguard] [Bug 350140] KSysGuard crashed on close

2020-01-05 Thread Postix
https://bugs.kde.org/show_bug.cgi?id=350140

Postix  changed:

   What|Removed |Added

 CC||pos...@posteo.eu

-- 
You are receiving this mail because:
You are watching all bug changes.

[ksysguard] [Bug 350140] KSysGuard crashed on close

2020-01-05 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=350140

Nate Graham  changed:

   What|Removed |Added

 CC||n...@kde.org

-- 
You are receiving this mail because:
You are watching all bug changes.

[ksysguard] [Bug 350140] KSysGuard crashed on close

2019-12-27 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=350140

Christoph Feck  changed:

   What|Removed |Added

 CC||yst...@posteo.net

--- Comment #36 from Christoph Feck  ---
*** Bug 414491 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[ksysguard] [Bug 350140] KSysGuard crashed on close

2019-12-27 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=350140

Christoph Feck  changed:

   What|Removed |Added

 CC||dark...@nearce.com

--- Comment #35 from Christoph Feck  ---
*** Bug 415503 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[ksysguard] [Bug 350140] KSysGuard crashed on close

2019-12-27 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=350140

Christoph Feck  changed:

   What|Removed |Added

 CC||kvanton@yandex.ru

--- Comment #34 from Christoph Feck  ---
*** Bug 414802 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[ksysguard] [Bug 350140] KSysGuard crashed on close

2019-12-27 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=350140

Christoph Feck  changed:

   What|Removed |Added

 CC||p...@420blaze.it

--- Comment #33 from Christoph Feck  ---
*** Bug 414845 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[ksysguard] [Bug 350140] KSysGuard crashed on close

2019-12-01 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=350140

Christoph Feck  changed:

   What|Removed |Added

 CC||killerm...@yahoo.com

--- Comment #32 from Christoph Feck  ---
*** Bug 413942 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[ksysguard] [Bug 350140] KSysGuard crashed on close

2019-11-01 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=350140

Christoph Feck  changed:

   What|Removed |Added

 CC||joc...@proimi.org.ar

--- Comment #31 from Christoph Feck  ---
*** Bug 413056 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[ksysguard] [Bug 350140] KSysGuard crashed on close

2019-11-01 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=350140

Christoph Feck  changed:

   What|Removed |Added

 CC||kishor...@gmail.com

--- Comment #30 from Christoph Feck  ---
*** Bug 412868 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[ksysguard] [Bug 350140] KSysGuard crashed on close

2019-09-16 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=350140

Christoph Feck  changed:

   What|Removed |Added

 CC||dev.dorr...@gmail.com

--- Comment #29 from Christoph Feck  ---
*** Bug 411325 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[ksysguard] [Bug 350140] KSysGuard crashed on close

2019-08-05 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=350140

Christoph Feck  changed:

   What|Removed |Added

 CC||peter.lich...@gmail.com

--- Comment #28 from Christoph Feck  ---
*** Bug 409981 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[ksysguard] [Bug 350140] KSysGuard crashed on close

2019-07-16 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=350140

--- Comment #27 from Christoph Feck  ---
*** Bug 409048 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[ksysguard] [Bug 350140] KSysGuard crashed on close

2019-06-25 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=350140

Christoph Feck  changed:

   What|Removed |Added

 CC||p.wibber...@btinternet.com

--- Comment #25 from Christoph Feck  ---
*** Bug 408378 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[ksysguard] [Bug 350140] KSysGuard crashed on close

2019-06-25 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=350140

Christoph Feck  changed:

   What|Removed |Added

 CC||sh200...@mail.ru

--- Comment #26 from Christoph Feck  ---
*** Bug 409057 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[ksysguard] [Bug 350140] KSysGuard crashed on close

2019-05-30 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=350140

--- Comment #24 from Christoph Feck  ---
*** Bug 407394 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[ksysguard] [Bug 350140] KSysGuard crashed on close

2019-03-10 Thread Petr Nehez
https://bugs.kde.org/show_bug.cgi?id=350140

Petr Nehez  changed:

   What|Removed |Added

 CC|petr.ne...@gmail.com|

-- 
You are receiving this mail because:
You are watching all bug changes.

[ksysguard] [Bug 350140] KSysGuard crashed on close

2019-03-10 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=350140

dagobert...@mailbox.org changed:

   What|Removed |Added

   Platform|Ubuntu Packages |Neon Packages

-- 
You are receiving this mail because:
You are watching all bug changes.

[ksysguard] [Bug 350140] KSysGuard crashed on close

2019-03-10 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=350140

--- Comment #23 from dagobert...@mailbox.org ---
Created attachment 118692
  --> https://bugs.kde.org/attachment.cgi?id=118692=edit
New crash information added by DrKonqi

ksysguard (5.15.2) using Qt 5.12.0

- What I was doing when the application crashed:
KSysGuard has crashed when I closed it. Prior to closing it, I had 'baloo'
typed in the Quick search field.

-- Backtrace (Reduced):
#6  0x7fb2f890368a in operator== (s1=..., s2=...) at tools/qstring.cpp:3334
#7  0x7fb2f9e9c537 in QLabel::setText (this=0x562be921a9e0, text=...) at
widgets/qlabel.cpp:287
#8  0x7fb2fd6b6400 in TopLevel::answerReceived (this=0x562be9218c00,
id=, answerList=...) at ./gui/ksysguard.cpp:467
#9  0x7fb2fc702b72 in KSGRD::SensorAgent::processAnswer(char const*, int)
() from /usr/lib/x86_64-linux-gnu/libksgrd.so.7
[...]
#11 0x7fb2f8a82f3f in QtPrivate::QSlotObjectBase::call (a=0x7ffd43d383e0,
r=0x562be92ddc10, this=0x562be92ba590) at
../../include/QtCore/../../src/corelib/kernel/qobjectdefs_impl.h:394

-- 
You are receiving this mail because:
You are watching all bug changes.

[ksysguard] [Bug 350140] KSysGuard crashed on close

2019-03-10 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=350140

dagobert...@mailbox.org changed:

   What|Removed |Added

 CC||dagobert...@mailbox.org

-- 
You are receiving this mail because:
You are watching all bug changes.

[ksysguard] [Bug 350140] KSysGuard crashed on close

2019-02-27 Thread Patrick Silva
https://bugs.kde.org/show_bug.cgi?id=350140

Patrick Silva  changed:

   What|Removed |Added

 CC||bugsefor...@gmx.com

-- 
You are receiving this mail because:
You are watching all bug changes.

[ksysguard] [Bug 350140] KSysGuard crashed on close

2019-02-08 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=350140

Christoph Feck  changed:

   What|Removed |Added

 CC||get.so...@gmail.com

--- Comment #22 from Christoph Feck  ---
*** Bug 403291 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[ksysguard] [Bug 350140] KSysGuard crashed on close

2019-02-08 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=350140

Christoph Feck  changed:

   What|Removed |Added

 CC||darkwingbuc...@gmail.com

--- Comment #21 from Christoph Feck  ---
*** Bug 403126 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[ksysguard] [Bug 350140] KSysGuard crashed on close

2018-11-09 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=350140

Christoph Feck  changed:

   What|Removed |Added

 CC||darrikmar...@outlook.com

--- Comment #20 from Christoph Feck  ---
*** Bug 400515 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[ksysguard] [Bug 350140] KSysGuard crashed on close

2018-11-09 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=350140

--- Comment #19 from Christoph Feck  ---
*** Bug 400499 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[ksysguard] [Bug 350140] KSysGuard crashed on close

2018-10-27 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=350140

Christoph Feck  changed:

   What|Removed |Added

 CC||pepk...@gmail.com

--- Comment #18 from Christoph Feck  ---
*** Bug 400375 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[ksysguard] [Bug 350140] KSysGuard crashed on close

2018-10-27 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=350140

Christoph Feck  changed:

   What|Removed |Added

 CC||notux...@gmail.com

--- Comment #17 from Christoph Feck  ---
*** Bug 400300 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[ksysguard] [Bug 350140] KSysGuard crashed on close

2018-10-18 Thread Matt Fagnani
https://bugs.kde.org/show_bug.cgi?id=350140

Matt Fagnani  changed:

   What|Removed |Added

 CC||matthew.fagn...@utoronto.ca

--- Comment #16 from Matt Fagnani  ---
I've seen four crashes in ksysguard 5.13.5 in Fedora 28-29 since Oct 7 with Qt
5.11.1 in the coredumpctl and journal messages. I think these crashes occurred
when I closed ksysguard because I didn't see ksysguard close unusually and the
KDE Crash reporter didn't appear. The crashes occurred less than 10% of the
time I used ksysguard since Oct 7.

The last such crash had a core dump with a segmentation fault in
QLabelPrivate::clearContents at widgets/qlabel.cpp:1302 "delete picture;" in
libQt5Widgets.so.5. The crash had a similar trace to that in comment 13 by
Christoph Feck. The coredumpctl debug and gdb output with ksysguard,
libksysguard, qt5-qtcore, qt5-qtcore-gui, glibc, glib debug packages installed
was the following.

coredumpctl debug 2847
   PID: 2847 (ksysguard)
   UID: 1000 (matt)
   GID: 1000 (matt)
Signal: 11 (SEGV)
 Timestamp: Wed 2018-10-17 19:44:58 EDT (1 day 2h ago)
  Command Line: /usr/bin/ksysguard
Executable: /usr/bin/ksysguard
 Control Group: /user.slice/user-1000.slice/session-2.scope
  Unit: session-2.scope
 Slice: user-1000.slice
   Session: 2
 Owner UID: 1000 (matt)
   Boot ID: 4b0c8f1e60174a9582401f273cba6db9
Machine ID: 68c534516091436b931b8f2dd87b8100
  Hostname: dimension
   Storage:
/var/lib/systemd/coredump/core.ksysguard.1000.4b0c8f1e60174a9582401f273cba6db9.2847.153981989800.lz4
   Message: Process 2847 (ksysguard) of user 1000 dumped core.

Stack trace of thread 2847:
#0  0xb69343bd _ZN13QLabelPrivate13clearContentsEv
(libQt5Widgets.so.5)
#1  0xb6935045 _ZN6QLabel7setTextERK7QString
(libQt5Widgets.so.5)
#2  0xb7f5a49c n/a (libkdeinit5_ksysguard.so)
#3  0xb75dd925
_ZN5KSGRD11SensorAgent13processAnswerEPKci (libksgrd.so.7)
#4  0xb75e4e8e n/a (libksgrd.so.7)
#5  0xb5eb13f4
_ZN9QtPrivate15QSlotObjectBase4callEP7QObjectPPv (libQt5Core.so.5)
#6  0xb5eb1901
_ZN11QMetaObject8activateEP7QObjectPKS_iPPv (libQt5Core.so.5)
#7  0xb5e1e855
_ZN8QProcess23readyReadStandardOutputENS_14QPrivateSignalE (libQt5Core.so.5)
#8  0xb5e2400b
_ZN15QProcessPrivate18tryReadFromChannelEPNS_7ChannelE (libQt5Core.so.5)
#9  0xb5e245e7
_ZN15QProcessPrivate24_q_canReadStandardOutputEv (libQt5Core.so.5)
#10 0xb5eb12c6 _ZN11QMetaObject8activateEP7QObjectiiPPv
(libQt5Core.so.5)
#11 0xb5eb1901
_ZN11QMetaObject8activateEP7QObjectPKS_iPPv (libQt5Core.so.5)
#12 0xb5ebd45a
_ZN15QSocketNotifier9activatedEiNS_14QPrivateSignalE (libQt5Core.so.5)
#13 0xb5ebd822 _ZN15QSocketNotifier5eventEP6QEvent
(libQt5Core.so.5)
#14 0xb67e5d1a
_ZN19QApplicationPrivate13notify_helperEP7QObjectP6QEvent (libQt5Widgets.so.5)
#15 0xb67eddc9
_ZN12QApplication6notifyEP7QObjectP6QEvent (libQt5Widgets.so.5)
#16 0xb5e866e6
_ZN16QCoreApplication15notifyInternal2EP7QObjectP6QEvent (libQt5Core.so.5)
#17 0xb5ede4b4
_ZN16QCoreApplication9sendEventEP7QObjectP6QEvent (libQt5Core.so.5)
#18 0xafecf5c5 g_main_dispatch (libglib-2.0.so.0)
#19 0xafecf9a9 g_main_context_iterate
(libglib-2.0.so.0)
#20 0xafecfa5b g_main_context_iteration
(libglib-2.0.so.0)
#21 0xb5edda2d
_ZN20QEventDispatcherGlib13processEventsE6QFlagsIN10QEventLoop17ProcessEventsFlagEE
(libQt5Core.so.5)
#22 0xad2af697
_ZN22QPAEventDispatcherGlib13processEventsE6QFlagsIN10QEventLoop17ProcessEventsFlagEE
(libQt5XcbQpa.so.5)
#23 0xb5e853df
_ZN10QEventLoop4execE6QFlagsINS_17ProcessEventsFlagEE (libQt5Core.so.5)
#24 0xb5e8dc62 _ZN16QCoreApplication4execEv
(libQt5Core.so.5)
#25 0xb622a325 _ZN15QGuiApplication4execEv
(libQt5Gui.so.5)
#26 0xb67e5c88 _ZN12QApplication4execEv
(libQt5Widgets.so.5)
#27 0xb7f5c03c kdemain (libkdeinit5_ksysguard.so)
#28 0x004230cb n/a (ksysguard)
#29 0xb5834c09 __libc_start_main (libc.so.6)
#30 0x00423109 _start (ksysguard)

...
Core was generated by `/usr/bin/ksysguard'.
Program terminated with signal SIGSEGV, Segmentation fault.
#0  0xb69343bd in QLabelPrivate::clearContents (this=0xe2af28)
at widgets/qlabel.cpp:1302
1302  

[ksysguard] [Bug 350140] KSysGuard crashed on close

2018-06-15 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=350140

Christoph Feck  changed:

   What|Removed |Added

 CC||petr.ne...@gmail.com

--- Comment #15 from Christoph Feck  ---
*** Bug 394820 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[ksysguard] [Bug 350140] KSysGuard crashed on close

2018-02-16 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=350140

Christoph Feck  changed:

   What|Removed |Added

 Status|UNCONFIRMED |CONFIRMED
Version|5.3.1   |5.8.7
 Ever confirmed|0   |1

--- Comment #14 from Christoph Feck  ---
Backtrace with debug symbols from bug 358970 comment #2 (for Plasma 5.5.5):

Thread 1 (Thread 0x7efcd1012800 (LWP 18040)):
[KCrash Handler]
#6  0x7efcd61baf49 in QLabelPrivate::clearContents() [clone
.constprop.2832] () at widgets/qlabel.cpp:1271
#7  0x7efcd5ff3c9c in QLabel::setText(QString const&) () at
widgets/qlabel.cpp:282
#8  0x7efcd8828c0c in TopLevel::answerReceived(int, QList
const&) () at
/tmp/portage/kde-plasma/ksysguard-5.5.5/work/ksysguard-5.5.5/gui/ksysguard.cpp:447
#9  0x003720a0bdf1 in KSGRD::SensorAgent::processAnswer(char const*, int)
() at
/tmp/portage/kde-plasma/libksysguard-5.5.5/work/libksysguard-5.5.5/ksgrd/SensorAgent.cpp:187
#10 0x003720a0e830 in KSGRD::SensorShellAgent::msgRcvd () at
/tmp/portage/kde-plasma/libksysguard-5.5.5/work/libksysguard-5.5.5/ksgrd/SensorShellAgent.cpp:94
#11 0x003712e00833 in QtPrivate::QSlotObjectBase::call(QObject*, void**) ()
at ../../include/QtCore/../../src/corelib/kernel/qobject_impl.h:124
#12 QMetaObject::activate(QObject*, int, int, void**) () at
kernel/qobject.cpp:3698
#13 0x003712d2917a in
QProcessPrivate::tryReadFromChannel(QProcessPrivate::Channel*) () at
io/qprocess.cpp:966
#14 0x003712d29510 in _q_canReadStandardOutput () at io/qprocess.cpp:977
#15 QProcess::qt_static_metacall(QObject*, QMetaObject::Call, int, void**) ()
at .moc/moc_qprocess.cpp:133
#16 0x003712e009b7 in QMetaObject::activate(QObject*, int, int, void**) ()
at kernel/qobject.cpp:3713
#17 0x003712e781fe in QSocketNotifier::activated(int,
QSocketNotifier::QPrivateSignal) () at .moc/moc_qsocketnotifier.cpp:134
#18 0x003712dfde3b in QSocketNotifier::event(QEvent*) () at
kernel/qsocketnotifier.cpp:260
#19 0x7efcd628c88c in QApplicationPrivate::notify_helper(QObject*, QEvent*)
() at kernel/qapplication.cpp:3716
#20 0x7efcd6290aae in QApplication::notify(QObject*, QEvent*) () at
kernel/qapplication.cpp:3499
#21 0x003712da476d in QCoreApplication::notifyInternal () at
kernel/qcoreapplication.cpp:965
#22 0x003712de in sendEvent () at
../../include/QtCore/../../src/corelib/kernel/qcoreapplication.h:224
#23 socketNotifierSourceDispatch () at kernel/qeventdispatcher_glib.cpp:101
#24 0x003710049737 in g_main_dispatch () at
/tmp/portage/dev-libs/glib-2.46.2-r2/work/glib-2.46.2/glib/gmain.c:3154
#25 g_main_context_dispatch () at
/tmp/portage/dev-libs/glib-2.46.2-r2/work/glib-2.46.2/glib/gmain.c:3769
#26 0x003710049968 in g_main_context_iterate () at
/tmp/portage/dev-libs/glib-2.46.2-r2/work/glib-2.46.2/glib/gmain.c:3840
#27 0x003710049a0c in g_main_context_iteration () at
/tmp/portage/dev-libs/glib-2.46.2-r2/work/glib-2.46.2/glib/gmain.c:3901
#28 0x003712dd18cf in QEventDispatcherGlib::processEvents () at
kernel/qeventdispatcher_glib.cpp:418
#29 0x003712dac33a in QEventLoop::exec () at kernel/qeventloop.cpp:204
#30 0x003712dac5fd in QCoreApplication::exec () at
kernel/qcoreapplication.cpp:1229
#31 0x7efcd882894b in kdemain () at
/tmp/portage/kde-plasma/ksysguard-5.5.5/work/ksysguard-5.5.5/gui/ksysguard.cpp:596
#32 0x003394c20730 in __libc_start_main (main=0x400790 , argc=1,
argv=0x7fff656b0538, init=, fini=,
rtld_fini=, stack_end=0x7fff656b0528) at libc-start.c:289
#33 0x004007c9 in _start ()

-- 
You are receiving this mail because:
You are watching all bug changes.

[ksysguard] [Bug 350140] KSysGuard crashed on close

2018-02-16 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=350140

Christoph Feck  changed:

   What|Removed |Added

 CC||abta...@comcast.net

--- Comment #11 from Christoph Feck  ---
*** Bug 361282 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[ksysguard] [Bug 350140] KSysGuard crashed on close

2018-02-16 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=350140

Christoph Feck  changed:

   What|Removed |Added

 CC||musta...@protonmail.com

--- Comment #12 from Christoph Feck  ---
*** Bug 373894 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[ksysguard] [Bug 350140] KSysGuard crashed on close

2018-02-16 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=350140

Christoph Feck  changed:

   What|Removed |Added

 CC||he...@stark-jena.de

--- Comment #13 from Christoph Feck  ---
*** Bug 390497 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[ksysguard] [Bug 350140] KSysGuard crashed on close

2018-02-16 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=350140

Christoph Feck  changed:

   What|Removed |Added

 CC||floww...@live.com

--- Comment #10 from Christoph Feck  ---
*** Bug 360724 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[ksysguard] [Bug 350140] KSysGuard crashed on close

2018-02-16 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=350140

Christoph Feck  changed:

   What|Removed |Added

 CC||smo...@civica.com.au

--- Comment #8 from Christoph Feck  ---
*** Bug 358970 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[ksysguard] [Bug 350140] KSysGuard crashed on close

2018-02-16 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=350140

Christoph Feck  changed:

   What|Removed |Added

 CC||noeero...@gmail.com

--- Comment #9 from Christoph Feck  ---
*** Bug 359240 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[ksysguard] [Bug 350140] KSysGuard crashed on close

2018-02-16 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=350140

--- Comment #6 from Christoph Feck  ---
*** Bug 358660 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[ksysguard] [Bug 350140] KSysGuard crashed on close

2018-02-16 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=350140

Christoph Feck  changed:

   What|Removed |Added

 CC||jessetalav...@aol.com

--- Comment #7 from Christoph Feck  ---
*** Bug 358706 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[ksysguard] [Bug 350140] KSysGuard crashed on close

2018-02-16 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=350140

Christoph Feck  changed:

   What|Removed |Added

 CC||d...@runbox.com

--- Comment #5 from Christoph Feck  ---
*** Bug 352077 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[ksysguard] [Bug 350140] KSysGuard crashed on close

2018-02-16 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=350140

Christoph Feck  changed:

   What|Removed |Added

 CC||spearhead...@gmail.com

--- Comment #3 from Christoph Feck  ---
*** Bug 347662 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[ksysguard] [Bug 350140] KSysGuard crashed on close

2018-02-16 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=350140

Christoph Feck  changed:

   What|Removed |Added

 CC||miabr...@gmail.com

--- Comment #4 from Christoph Feck  ---
*** Bug 348751 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[ksysguard] [Bug 350140] KSysGuard crashed on close

2018-02-16 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=350140

Christoph Feck  changed:

   What|Removed |Added

 CC||tonyfr...@gmail.com

--- Comment #2 from Christoph Feck  ---
*** Bug 341857 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.