https://bugs.kde.org/show_bug.cgi?id=461068

petrk <pepk...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |pepk...@gmail.com

--- Comment #11 from petrk <pepk...@gmail.com> ---
Not sure if it's interesting but here you go.


Program terminated with signal SIGSEGV, Segmentation fault.
#0  0x00007f50115425af in QWindow::setVisible (this=<optimized out>,
visible=false) at kernel/qwindow.cpp:630
Downloading source file
/usr/src/debug/qt5-base/qtbase/src/gui/kernel/qwindow.cpp
630         d->setVisible(visible);                                             
[Current thread is 1 (Thread 0x7f500f806680 (LWP 5442))]
(gdb) trace
Tracepoint 1 at 0x7f50115425af: file kernel/qwindow.cpp, line 630.
(gdb) bt
#0  0x00007f50115425af in QWindow::setVisible (this=<optimized out>,
visible=false) at kernel/qwindow.cpp:630
#1  0x00007f50110bea71 in QtPrivate::QSlotObjectBase::call (a=<optimized out>,
r=<optimized out>, 
    this=<optimized out>, this=<optimized out>, r=<optimized out>, a=<optimized
out>)
    at ../../include/QtCore/../../src/corelib/kernel/qobjectdefs_impl.h:398
#2  doActivate<false> (sender=0x557d05fe8900, signal_index=0,
argv=0x7ffe6cafc880) at kernel/qobject.cpp:3923
#3  0x00007f50110bee14 in QObject::destroyed (this=<optimized out>,
_t1=<optimized out>) at .moc/moc_qobject.cpp:219
#4  0x00007f50110b537c in QObject::~QObject (this=<optimized out>,
this=<optimized out>) at kernel/qobject.cpp:1010
#5  0x00007f50129c967a in KScreen::Output::~Output (this=<optimized out>,
this=<optimized out>)
    at /usr/src/debug/libkscreen/libkscreen-5.27.3/src/output.cpp:180
#6  QtSharedPointer::CustomDeleter<KScreen::Output,
QtSharedPointer::NormalDeleter>::execute (this=<optimized out>)
    at /usr/include/qt/QtCore/qsharedpointer_impl.h:187
#7  QtSharedPointer::ExternalRefCountWithCustomDeleter<KScreen::Output,
QtSharedPointer::NormalDeleter>::deleter (
    self=<optimized out>) at /usr/include/qt/QtCore/qsharedpointer_impl.h:205
#8  0x0000557d050a1956 in QtSharedPointer::ExternalRefCountData::destroy
(this=0x557d05fed2b0)
    at /usr/include/qt/QtCore/qsharedpointer_impl.h:149
#9  QSharedPointer<KScreen::Config>::deref (dd=0x557d05fed2b0) at
/usr/include/qt/QtCore/qsharedpointer_impl.h:458
#10 QSharedPointer<KScreen::Output>::deref (dd=<optimized out>, dd=<optimized
out>)
    at /usr/include/qt/QtCore/qsharedpointer_impl.h:454
#11 QSharedPointer<KScreen::Output>::deref (this=<optimized out>,
this=<optimized out>)
    at /usr/include/qt/QtCore/qsharedpointer_impl.h:453
#12 QSharedPointer<KScreen::Output>::~QSharedPointer (this=<optimized out>,
this=<optimized out>)
    at /usr/include/qt/QtCore/qsharedpointer_impl.h:310
#13 KScreen::Osd::~Osd (this=<optimized out>, this=<optimized out>)
    at /usr/src/debug/kscreen/kscreen-5.27.3/osd/osd.cpp:38
#14 0x0000557d050a19e5 in KScreen::Osd::~Osd (this=<optimized out>,
this=<optimized out>)
    at /usr/src/debug/kscreen/kscreen-5.27.3/osd/osd.cpp:36
#15 qDeleteAll<QMap<QString, KScreen::Osd*>::const_iterator> (end=...,
begin=...)
    at /usr/include/qt/QtCore/qalgorithms.h:320
#16 qDeleteAll<QMap<QString, KScreen::Osd*> > (c=...) at
/usr/include/qt/QtCore/qalgorithms.h:328
#17 KScreen::OsdManager::quit (this=0x7ffe6cafce70) at
/usr/src/debug/kscreen/kscreen-5.27.3/osd/osdmanager.cpp:49
#18 0x00007f50110b1bb0 in QObject::event (this=0x7ffe6cafce70,
e=0x7f5000002560) at kernel/qobject.cpp:1347
#19 0x00007f501108df48 in QCoreApplication::notifyInternal2
(receiver=0x7ffe6cafce70, event=0x7f5000002560)
    at kernel/qcoreapplication.cpp:1064
--Type <RET> for more, q to quit, c to continue without paging--c
#20 0x00007f501108dfb3 in QCoreApplication::sendEvent (receiver=<optimized
out>, event=<optimized out>)
    at kernel/qcoreapplication.cpp:1462
#21 0x00007f501108ea53 in QCoreApplicationPrivate::sendPostedEvents
(receiver=0x0, event_type=0, data=0x557d05b1f450)
    at kernel/qcoreapplication.cpp:1821
#22 0x00007f50110d4e88 in postEventSourceDispatch (s=0x557d05b999f0) at
kernel/qeventdispatcher_glib.cpp:277
#23 0x00007f500f90f53b in g_main_dispatch (context=0x7f5008000ee0) at
../glib/glib/gmain.c:3460
#24 g_main_context_dispatch (context=0x7f5008000ee0) at
../glib/glib/gmain.c:4200
#25 0x00007f500f96c219 in g_main_context_iterate.constprop.0
(context=0x7f5008000ee0, block=1, dispatch=1, 
    self=<optimized out>) at ../glib/glib/gmain.c:4276
#26 0x00007f500f90e1a2 in g_main_context_iteration (context=0x7f5008000ee0,
may_block=1) at ../glib/glib/gmain.c:4343
#27 0x00007f50110d8c6c in QEventDispatcherGlib::processEvents
(this=0x557d05b7f150, flags=...)
    at kernel/qeventdispatcher_glib.cpp:423
#28 0x00007f50110866ec in QEventLoop::exec (this=0x7ffe6cafcdd0, flags=...)
    at ../../include/QtCore/../../src/corelib/global/qflags.h:69
#29 0x00007f5011091219 in QCoreApplication::exec () at
../../include/QtCore/../../src/corelib/global/qflags.h:121
#30 0x00007f501153a052 in QGuiApplication::exec () at
kernel/qguiapplication.cpp:1870
#31 0x0000557d0509c4db in main (argc=<optimized out>, argv=<optimized out>)
    at /usr/src/debug/kscreen/kscreen-5.27.3/osd/main.cpp:17

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

Reply via email to