Skip to content

SIGABRT with RX 7900 XTX

CoreCtrl version: 1.3.1

Distribution: Fedora 37 Workstation

Kernel version: 6.1.0-65.fc38.x86_64

GPU model: XFX RX 7900 XTX Gaming (AMD reference model)

GPU driver: amdgpu

GPU driver parameters: amdgpu.ppfeaturemask=0xffffffff, issue occurs without this as well

Description of the bug

Launching corectrl displays no GUI and aborts with the following output:

$ corectrl
[16-12-22 14:53:17.345][W] Detected out of range state index 0 on control MCLK
QSocketNotifier: Can only be used with threads started with QThread
/usr/include/c++/12/bits/stl_algo.h:3623: constexpr const _Tp& std::clamp(const _Tp&, const _Tp&, const _Tp&) [with _Tp = units::unit_t<units::unit<ratio<1, 1000000>, units::unit<ratio<1>, units::base_unit<ratio<2>, ratio<1>, ratio<-3> > >, ratio<0, 1>, ratio<0, 1> > >]: Assertion '!(__hi < __lo)' failed.
Aborted (core dumped)

Reproduction

Simplified, easy to follow steps to reproduce the bug:

  1. Install 7900 XTX
  2. Update linux-firmware for amdgpu from kernel.org (needed because firmware is not included in distro packages yet)
  3. Launch corectrl

Actual result: Application aborts.

Expected result: Application runs.

Additional information

Backtrace:

[New LWP 7629]
[New LWP 7741]
[New LWP 7737]
[New LWP 7740]
[New LWP 7744]
[New LWP 7739]
[New LWP 7742]
[New LWP 7743]
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib64/libthread_db.so.1".
Core was generated by `corectrl'.
Program terminated with signal SIGABRT, Aborted.
#0  __pthread_kill_implementation (threadid=<optimized out>, signo=signo@entry=6, no_tid=no_tid@entry=0) at pthread_kill.c:44
44	      return INTERNAL_SYSCALL_ERROR_P (ret) ? INTERNAL_SYSCALL_ERRNO (ret) : 0;
[Current thread is 1 (Thread 0x7fe95a912180 (LWP 7629))]
----------PYTHON-START--------
Undefined command: "py-bt".  Try "help".
Undefined command: "py-list".  Try "help".
Undefined command: "py-locals".  Try "help".
----------PYTHON--END---------

Thread 1 (Thread 0x7fe95a912180 (LWP 7629)):
#0  __pthread_kill_implementation (threadid=<optimized out>, signo=signo@entry=6, no_tid=no_tid@entry=0) at pthread_kill.c:44
        tid = <optimized out>
        ret = 0
        pd = <optimized out>
        old_mask = {__val = {94627838224240}}
        ret = <optimized out>
#1  0x00007fe95b2afee3 in __pthread_kill_internal (signo=6, threadid=<optimized out>) at pthread_kill.c:78
No locals.
#2  0x00007fe95b25faa6 in __GI_raise (sig=sig@entry=6) at ../sysdeps/posix/raise.c:26
        ret = <optimized out>
#3  0x00007fe95b2497fc in __GI_abort () at abort.c:79
        save_stage = 1
        act = {__sigaction_handler = {sa_handler = 0x20, sa_sigaction = 0x20}, sa_mask = {__val = {140640247880322, 140640248071328, 3623, 140640248077752, 140640248070672, 8192, 8191, 140640237332224, 140640236158008, 140729922764336, 94627838223688, 0, 10, 94627838223688, 94627838224192, 140640237332224}}, sa_flags = 1, sa_restorer = 0x561042aee548}
#4  0x00007fe95b4d7e80 in std::__glibcxx_assert_fail (file=file@entry=0x7fe95c0704a0 "/usr/include/c++/12/bits/stl_algo.h", line=line@entry=3623, function=function@entry=0x7fe95c071db8 "constexpr const _Tp& std::clamp(const _Tp&, const _Tp&, const _Tp&) [with _Tp = units::unit_t<units::unit<ratio<1, 1000000>, units::unit<ratio<1>, units::base_unit<ratio<2>, ratio<1>, ratio<-3> > >, r"..., condition=condition@entry=0x7fe95c070210 "!(__hi < __lo)") at ../../../../../libstdc++-v3/src/c++11/debug.cc:60
No locals.
#5  0x00007fe95bfdd6df in std::clamp<units::unit_t<units::unit<std::ratio<1l, 1000000l>, units::unit<std::ratio<1l, 1l>, units::base_unit<std::ratio<2l, 1l>, std::ratio<1l, 1l>, std::ratio<-3l, 1l>, std::ratio<0l, 1l>, std::ratio<0l, 1l>, std::ratio<0l, 1l>, std::ratio<0l, 1l>, std::ratio<0l, 1l>, std::ratio<0l, 1l> >, std::ratio<0l, 1l>, std::ratio<0l, 1l> >, std::ratio<0l, 1l>, std::ratio<0l, 1l> >, double, units::linear_scale> > (__val=..., __lo=..., __hi=...) at /usr/include/c++/12/bits/stl_algo.h:3621
        __PRETTY_FUNCTION__ = <optimized out>
#6  std::clamp<units::unit_t<units::unit<std::ratio<1l, 1000000l>, units::unit<std::ratio<1l, 1l>, units::base_unit<std::ratio<2l, 1l>, std::ratio<1l, 1l>, std::ratio<-3l, 1l>, std::ratio<0l, 1l>, std::ratio<0l, 1l>, std::ratio<0l, 1l>, std::ratio<0l, 1l>, std::ratio<0l, 1l>, std::ratio<0l, 1l> >, std::ratio<0l, 1l>, std::ratio<0l, 1l> >, std::ratio<0l, 1l>, std::ratio<0l, 1l> >, double, units::linear_scale> > (__hi=..., __lo=..., __val=...) at /usr/include/c++/12/bits/stl_algo.h:3621
        __PRETTY_FUNCTION__ = <optimized out>
#7  AMD::PMPowerCap::value (this=this@entry=0x561042aee770, value=...) at /usr/src/debug/corectrl-1.3.1-1.fc37.x86_64/src/core/components/controls/amd/pm/advanced/powercap/pmpowercap.cpp:99
No locals.
#8  0x00007fe95bfdd786 in AMD::PMPowerCap::init (this=0x561042aee770) at /usr/src/debug/corectrl-1.3.1-1.fc37.x86_64/src/3rdparty/units/units.h:2451
        powerCapValue = 0
#9  0x00007fe95bf9c788 in ControlGroup::init (this=<optimized out>) at /usr/src/debug/corectrl-1.3.1-1.fc37.x86_64/src/core/components/controls/controlgroup.cpp:47
        control = std::unique_ptr<IControl> = {get() = 0x561042aee770}
        __for_range = <optimized out>
        __for_begin = <optimized out>
        __for_end = <optimized out>
#10 0x00007fe95bf9e819 in ControlMode::init (this=0x561042ab1c60) at /usr/src/debug/corectrl-1.3.1-1.fc37.x86_64/src/core/components/controls/controlmode.cpp:51
        control = std::unique_ptr<IControl> = {get() = 0x561042aee2b0}
        __for_range = std::vector of length 4, capacity 4 = {std::unique_ptr<IControl> = {get() = 0x561042aee2b0}, std::unique_ptr<IControl> = {get() = 0x561042ab0e70}, std::unique_ptr<IControl> = {get() = 0x561042aafd40}, std::unique_ptr<IControl> = {get() = 0x561042aee260}}
        __for_begin = <optimized out>
        __for_end = <optimized out>
        activeFound = false
#11 0x00007fe95bf9292d in GPU::init (this=<optimized out>) at /usr/src/debug/corectrl-1.3.1-1.fc37.x86_64/src/core/components/gpu.cpp:72
        control = std::unique_ptr<IControl> = {get() = 0x561042ab1c60}
        __for_range = <optimized out>
        __for_begin = <optimized out>
        __for_end = <optimized out>
#12 0x00007fe95bf78f95 in SysModel::init (this=<optimized out>) at /usr/src/debug/corectrl-1.3.1-1.fc37.x86_64/src/core/sysmodel.cpp:36
        component = std::unique_ptr<ISysComponent> = {get() = 0x561042aae580}
        __for_range = <optimized out>
        __for_begin = <optimized out>
        __for_end = <optimized out>
#13 SysModelSyncer::init (this=0x561042b100e0) at /usr/src/debug/corectrl-1.3.1-1.fc37.x86_64/src/core/sysmodelsyncer.cpp:71
No locals.
#14 0x00007fe95c006706 in App::exec (this=0x561042bf9970, argc=<optimized out>, argc@entry=1, argv=argv@entry=0x7ffe3d0e4448) at /usr/src/debug/corectrl-1.3.1-1.fc37.x86_64/src/app/app.cpp:126
        timeoutValue = 180000
        qmlEngine = {<QQmlEngine> = {<QJSEngine> = {<QObject> = {_vptr.QObject = 0x7fe95bb78240 <QArrayData::shared_null>, static staticMetaObject = {d = {superdata = {direct = 0x0}, stringdata = 0x7fe95bc5fa40 <qt_meta_stringdata_QObject>, data = 0x7fe95bc5f920 <qt_meta_data_QObject>, static_metacall = 0x7fe95bad90c0 <QObject::qt_static_metacall(QObject*, QMetaObject::Call, int, void**)>, relatedMetaObjects = 0x0, extradata = 0x0}}, d_ptr = {d = 0x0}, static staticQtMetaObject = {d = {superdata = {direct = 0x0}, stringdata = 0x7fe95bc629e0 <qt_meta_stringdata_Qt>, data = 0x7fe95bc5fb60 <qt_meta_data_Qt>, static_metacall = 0x0, relatedMetaObjects = 0x0, extradata = 0x0}}}, static staticMetaObject = {d = {superdata = {direct = 0x7fe95bd643e0 <QObject::staticMetaObject>}, stringdata = 0x7fe9599be180 <qt_meta_stringdata_QJSEngine>, data = 0x7fe9599be100 <qt_meta_data_QJSEngine>, static_metacall = 0x7fe95972d540 <QJSEngine::qt_static_metacall(QObject*, QMetaObject::Call, int, void**)>, relatedMetaObjects = 0x0, extradata = 0x0}}, m_v4Engine = 0x80}, static staticMetaObject = {d = {superdata = {direct = 0x7fe959a957e0 <QJSEngine::staticMetaObject>}, stringdata = 0x7fe9599d1900 <qt_meta_stringdata_QQmlEngine>, data = 0x7fe9599d1840 <qt_meta_data_QQmlEngine>, static_metacall = 0x7fe959895de0 <QQmlEngine::qt_static_metacall(QObject*, QMetaObject::Call, int, void**)>, relatedMetaObjects = 0x0, extradata = 0x0}}}, static staticMetaObject = {d = {superdata = {direct = 0x7fe959a9ce60 <QQmlEngine::staticMetaObject>}, stringdata = 0x7fe9599d73c0 <qt_meta_stringdata_QQmlApplicationEngine>, data = 0x7fe9599d7280 <qt_meta_data_QQmlApplicationEngine>, static_metacall = 0x7fe959910d20 <QQmlApplicationEngine::qt_static_metacall(QObject*, QMetaObject::Call, int, void**)>, relatedMetaObjects = 0x0, extradata = 0x0}}}
        app = {<QGuiApplication> = {<QCoreApplication> = {<QObject> = {_vptr.QObject = 0x7fe95a8d4428 <vtable for QApplication+16>, static staticMetaObject = {d = {superdata = {direct = 0x0}, stringdata = 0x7fe95bc5fa40 <qt_meta_stringdata_QObject>, data = 0x7fe95bc5f920 <qt_meta_data_QObject>, static_metacall = 0x7fe95bad90c0 <QObject::qt_static_metacall(QObject*, QMetaObject::Call, int, void**)>, relatedMetaObjects = 0x0, extradata = 0x0}}, d_ptr = {d = 0x561042a7f420}, static staticQtMetaObject = {d = {superdata = {direct = 0x0}, stringdata = 0x7fe95bc629e0 <qt_meta_stringdata_Qt>, data = 0x7fe95bc5fb60 <qt_meta_data_Qt>, static_metacall = 0x0, relatedMetaObjects = 0x0, extradata = 0x0}}}, static staticMetaObject = {d = {superdata = {direct = 0x7fe95bd643e0 <QObject::staticMetaObject>}, stringdata = 0x7fe95bc59ec0 <qt_meta_stringdata_QCoreApplication>, data = 0x7fe95bc59da0 <qt_meta_data_QCoreApplication>, static_metacall = 0x7fe95baa9b20 <QCoreApplication::qt_static_metacall(QObject*, QMetaObject::Call, int, void**)>, relatedMetaObjects = 0x0, extradata = 0x0}}, static self = 0x7ffe3d0e4020}, static staticMetaObject = {d = {superdata = {direct = 0x7fe95bd6cd00 <QCoreApplication::staticMetaObject>}, stringdata = 0x7fe959318600 <qt_meta_stringdata_QGuiApplication>, data = 0x7fe959318380 <qt_meta_data_QGuiApplication>, static_metacall = 0x7fe958f60bf0 <QGuiApplication::qt_static_metacall(QObject*, QMetaObject::Call, int, void**)>, relatedMetaObjects = 0x0, extradata = 0x0}}}, static staticMetaObject = {d = {superdata = {direct = 0x7fe959418b40 <QGuiApplication::staticMetaObject>}, stringdata = 0x7fe95a76d8c0 <qt_meta_stringdata_QApplication>, data = 0x7fe95a76d740 <qt_meta_data_QApplication>, static_metacall = 0x7fe95a3b2890 <QApplication::qt_static_metacall(QObject*, QMetaObject::Call, int, void**)>, relatedMetaObjects = 0x0, extradata = 0x0}}}
        minHelperTimeout = <optimized out>
        helperTimeout = <optimized out>
        lang = {d = 0x561042cb1d90}
        translator = {<QObject> = {_vptr.QObject = 0x7fe95bd6d630 <vtable for QTranslator+16>, static staticMetaObject = {d = {superdata = {direct = 0x0}, stringdata = 0x7fe95bc5fa40 <qt_meta_stringdata_QObject>, data = 0x7fe95bc5f920 <qt_meta_data_QObject>, static_metacall = 0x7fe95bad90c0 <QObject::qt_static_metacall(QObject*, QMetaObject::Call, int, void**)>, relatedMetaObjects = 0x0, extradata = 0x0}}, d_ptr = {d = 0x561042c80d30}, static staticQtMetaObject = {d = {superdata = {direct = 0x0}, stringdata = 0x7fe95bc629e0 <qt_meta_stringdata_Qt>, data = 0x7fe95bc5fb60 <qt_meta_data_Qt>, static_metacall = 0x0, relatedMetaObjects = 0x0, extradata = 0x0}}}, static staticMetaObject = {d = {superdata = {direct = 0x7fe95bd643e0 <QObject::staticMetaObject>}, stringdata = 0x7fe95bc6f440 <qt_meta_stringdata_QTranslator>, data = 0x7fe95bc6f400 <qt_meta_data_QTranslator>, static_metacall = 0x7fe95badfcb0 <QTranslator::qt_static_metacall(QObject*, QMetaObject::Call, int, void**)>, relatedMetaObjects = 0x0, extradata = 0x0}}}
        __PRETTY_FUNCTION__ = <optimized out>
#15 0x0000561041e76bef in main (argc=1, argv=0x7ffe3d0e4448) at /usr/src/debug/corectrl-1.3.1-1.fc37.x86_64/src/main.cpp:64
        appFactory = {gpuVendors_ = std::vector of length 1, capacity 1 = {Vendor::AMD}}
        app = std::unique_ptr<App> = {get() = 0x561042bf9970}
        __PRETTY_FUNCTION__ = <optimized out>

Thread 2 (Thread 0x7fe94560d6c0 (LWP 7741)):
#0  0x00007fe95b32205f in __GI___poll (fds=0x561042a62c10, nfds=1, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:29
        sc_ret = -516
        sc_cancel_oldtype = 0
        sc_ret = <optimized out>
#1  0x00007fe95956c50d in g_main_context_poll (priority=<optimized out>, n_fds=1, fds=0x561042a62c10, timeout=<optimized out>, context=0x561042a665c0) at ../glib/gmain.c:4543
        ret = <optimized out>
        errsv = <optimized out>
        poll_func = 0x7fe95951c300 <g_poll>
        poll_func = <optimized out>
        ret = <optimized out>
        errsv = <optimized out>
#2  g_main_context_iterate.constprop.0 (context=0x561042a665c0, block=1, dispatch=1, self=<optimized out>) at ../glib/gmain.c:4233
        max_priority = 2147483647
        timeout = -1
        some_ready = <optimized out>
        nfds = 1
        allocated_nfds = <optimized out>
        fds = 0x561042a62c10
        begin_time_nsec = 997768326356
#3  0x00007fe959513f40 in g_main_context_iteration (context=0x561042a665c0, may_block=may_block@entry=1) at ../glib/gmain.c:4303
        retval = <optimized out>
#4  0x00007fe959515bd1 in glib_worker_main (data=<optimized out>) at ../glib/gmain.c:6414
No locals.
#5  0x00007fe9595409c2 in g_thread_proxy (data=0x561042a0bde0) at ../glib/gthread.c:831
        thread = 0x561042a0bde0
        __func__ = "g_thread_proxy"
#6  0x00007fe95b2ae14d in start_thread (arg=<optimized out>) at pthread_create.c:442
        ret = <optimized out>
        pd = <optimized out>
        out = <optimized out>
        unwind_buf = {cancel_jmp_buf = {{jmp_buf = {140639868081856, 5414867089959817151, -256, 2, 140729922762224, 140639859691520, -5406586555722494017, -5406625536262271041}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
#7  0x00007fe95b32fa00 in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:81
No locals.

Thread 3 (Thread 0x7fe94832a6c0 (LWP 7737)):
#0  0x00007fe95b32205f in __GI___poll (fds=0x7fe94001e630, nfds=4, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:29
        sc_ret = -516
        sc_cancel_oldtype = 0
        sc_ret = <optimized out>
#1  0x00007fe95956c50d in g_main_context_poll (priority=<optimized out>, n_fds=4, fds=0x7fe94001e630, timeout=<optimized out>, context=0x7fe940001cf0) at ../glib/gmain.c:4543
        ret = <optimized out>
        errsv = <optimized out>
        poll_func = 0x7fe95951c300 <g_poll>
        poll_func = <optimized out>
        ret = <optimized out>
        errsv = <optimized out>
#2  g_main_context_iterate.constprop.0 (context=0x7fe940001cf0, block=1, dispatch=1, self=<optimized out>) at ../glib/gmain.c:4233
        max_priority = 2147483647
        timeout = -1
        some_ready = <optimized out>
        nfds = 4
        allocated_nfds = <optimized out>
        fds = 0x7fe94001e630
        begin_time_nsec = 997876390999
#3  0x00007fe959513f40 in g_main_context_iteration (context=0x7fe940001cf0, may_block=1) at ../glib/gmain.c:4303
        retval = <optimized out>
#4  0x00007fe95baf938a in QEventDispatcherGlib::processEvents (this=0x7fe940000b70, flags=...) at kernel/qeventdispatcher_glib.cpp:423
        d = 0x7fe940000b90
        canWait = true
        savedFlags = {i = 0}
        result = <optimized out>
#5  0x00007fe95baa6cca in QEventLoop::exec (this=this@entry=0x7fe948329c20, flags=..., flags@entry=...) at ../../include/QtCore/../../src/corelib/global/qflags.h:69
        d = 0x7fe940001890
        threadData = <optimized out>
        locker = {val = 94627837528584}
        ref = {d = 0x7fe940001890, locker = @0x7fe948329b98, exceptionCaught = true}
        app = 0x7ffe3d0e4020
#6  0x00007fe95b8e71ca in QThread::exec (this=this@entry=0x7fe95c19f060 <(anonymous namespace)::Q_QGS__q_manager::innerFunction()::holder>) at ../../include/QtCore/../../src/corelib/global/qflags.h:121
        d = 0x561042a449b0
        locker = {val = 94627837528584}
        eventLoop = {<QObject> = {_vptr.QObject = 0x7fe95bd6cb68 <vtable for QEventLoop+16>, static staticMetaObject = {d = {superdata = {direct = 0x0}, stringdata = 0x7fe95bc5fa40 <qt_meta_stringdata_QObject>, data = 0x7fe95bc5f920 <qt_meta_data_QObject>, static_metacall = 0x7fe95bad90c0 <QObject::qt_static_metacall(QObject*, QMetaObject::Call, int, void**)>, relatedMetaObjects = 0x0, extradata = 0x0}}, d_ptr = {d = 0x7fe940001890}, static staticQtMetaObject = {d = {superdata = {direct = 0x0}, stringdata = 0x7fe95bc629e0 <qt_meta_stringdata_Qt>, data = 0x7fe95bc5fb60 <qt_meta_data_Qt>, static_metacall = 0x0, relatedMetaObjects = 0x0, extradata = 0x0}}}, static staticMetaObject = {d = {superdata = {direct = 0x7fe95bd643e0 <QObject::staticMetaObject>}, stringdata = 0x7fe95bc597e0 <qt_meta_stringdata_QEventLoop>, data = 0x7fe95bc59780 <qt_meta_data_QEventLoop>, static_metacall = 0x7fe95baa6900 <QEventLoop::qt_static_metacall(QObject*, QMetaObject::Call, int, void**)>, relatedMetaObjects = 0x0, extradata = 0x0}}}
        returnCode = <optimized out>
#7  0x00007fe95c125b1b in QDBusConnectionManager::run (this=0x7fe95c19f060 <(anonymous namespace)::Q_QGS__q_manager::innerFunction()::holder>) at qdbusconnection.cpp:179
        locker = <optimized out>
#8  0x00007fe95b8e84f7 in QThreadPrivate::start (arg=0x7fe95c19f060 <(anonymous namespace)::Q_QGS__q_manager::innerFunction()::holder>) at thread/qthread_unix.cpp:330
        thr = 0x7fe95c19f060 <(anonymous namespace)::Q_QGS__q_manager::innerFunction()::holder>
        data = 0x561042a25090
        __clframe = {__cancel_routine = 0x7fe95b8e7910 <QThreadPrivate::finish(void*)>, __cancel_arg = 0x7fe95c19f060 <(anonymous namespace)::Q_QGS__q_manager::innerFunction()::holder>, __do_it = 1, __cancel_type = <optimized out>}
#9  0x00007fe95b2ae14d in start_thread (arg=<optimized out>) at pthread_create.c:442
        ret = <optimized out>
        pd = <optimized out>
        out = <optimized out>
        unwind_buf = {cancel_jmp_buf = {{jmp_buf = {140639915386560, 5414867089959817151, -256, 2, 140729922762736, 140639906996224, -5406597153017425985, -5406625536262271041}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
#10 0x00007fe95b32fa00 in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:81
No locals.

Thread 4 (Thread 0x7fe945e0e6c0 (LWP 7740)):
#0  0x00007fe95b32205f in __GI___poll (fds=fds@entry=0x7fe945e0dc40, nfds=nfds@entry=2, timeout=timeout@entry=-1) at ../sysdeps/unix/sysv/linux/poll.c:29
        sc_ret = -516
        sc_cancel_oldtype = 0
        sc_ret = <optimized out>
#1  0x00007fe9485247b7 in poll (__timeout=-1, __nfds=2, __fds=0x7fe945e0dc40) at /usr/include/bits/poll2.h:39
No locals.
#2  QtWaylandClient::EventThread::run (this=0x561042a94820) at /usr/src/debug/qt5-qtwayland-5.15.7-1.fc37.x86_64/src/client/qwaylanddisplay.cpp:208
        fds = {{fd = 151, events = 1, revents = 0}, {fd = 159, events = 1, revents = 0}}
        pipe = <optimized out>
#3  0x00007fe95b8e84f7 in QThreadPrivate::start (arg=0x561042a94820) at thread/qthread_unix.cpp:330
        thr = 0x561042a94820
        data = 0x561042aa0940
        __clframe = {__cancel_routine = 0x7fe95b8e7910 <QThreadPrivate::finish(void*)>, __cancel_arg = 0x561042a94820, __do_it = 1, __cancel_type = <optimized out>}
#4  0x00007fe95b2ae14d in start_thread (arg=<optimized out>) at pthread_create.c:442
        ret = <optimized out>
        pd = <optimized out>
        out = <optimized out>
        unwind_buf = {cancel_jmp_buf = {{jmp_buf = {140639876474560, 5414867089959817151, -256, 2, 140729922763520, 140639868084224, -5406585455673995329, -5406625536262271041}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
#5  0x00007fe95b32fa00 in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:81
No locals.

Thread 5 (Thread 0x7fe92f7fe6c0 (LWP 7744)):
#0  0x00007fe95b32205f in __GI___poll (fds=0x561042a77d00, nfds=1, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:29
        sc_ret = -516
        sc_cancel_oldtype = 0
        sc_ret = <optimized out>
#1  0x00007fe95956c50d in g_main_context_poll (priority=<optimized out>, n_fds=1, fds=0x561042a77d00, timeout=<optimized out>, context=0x561042a77d90) at ../glib/gmain.c:4543
        ret = <optimized out>
        errsv = <optimized out>
        poll_func = 0x7fe95951c300 <g_poll>
        poll_func = <optimized out>
        ret = <optimized out>
        errsv = <optimized out>
#2  g_main_context_iterate.constprop.0 (context=0x561042a77d90, block=1, dispatch=1, self=<optimized out>) at ../glib/gmain.c:4233
        max_priority = 2147483647
        timeout = -1
        some_ready = <optimized out>
        nfds = 1
        allocated_nfds = <optimized out>
        fds = 0x561042a77d00
        begin_time_nsec = 997773192903
#3  0x00007fe959513f40 in g_main_context_iteration (context=context@entry=0x561042a77d90, may_block=may_block@entry=1) at ../glib/gmain.c:4303
        retval = <optimized out>
#4  0x00007fe959ab338d in dconf_gdbus_worker_thread (user_data=0x561042a77d90) at ../gdbus/dconf-gdbus-thread.c:82
        context = 0x561042a77d90
#5  0x00007fe9595409c2 in g_thread_proxy (data=0x561042bfa8c0) at ../glib/gthread.c:831
        thread = 0x561042bfa8c0
        __func__ = "g_thread_proxy"
#6  0x00007fe95b2ae14d in start_thread (arg=<optimized out>) at pthread_create.c:442
        ret = <optimized out>
        pd = <optimized out>
        out = <optimized out>
        unwind_buf = {cancel_jmp_buf = {{jmp_buf = {140639501018816, 5414867089959817151, -256, 17, 140729922761360, 140639492628480, -5406810967226839105, -5406625536262271041}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
#7  0x00007fe95b32fa00 in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:81
No locals.

Thread 6 (Thread 0x7fe94660f6c0 (LWP 7739)):
#0  __futex_abstimed_wait_common64 (private=0, cancel=true, abstime=0x0, op=393, expected=0, futex_word=0x561042a97e50) at futex-internal.c:57
        sc_cancel_oldtype = 0
        __arg6 = <optimized out>
        __arg3 = <optimized out>
        _a5 = <optimized out>
        _a2 = <optimized out>
        sc_ret = <optimized out>
        __arg4 = <optimized out>
        __arg1 = <optimized out>
        _a6 = <optimized out>
        _a3 = <optimized out>
        resultvar = <optimized out>
        __arg5 = <optimized out>
        __arg2 = <optimized out>
        _a4 = <optimized out>
        _a1 = <optimized out>
#1  __futex_abstimed_wait_common (futex_word=futex_word@entry=0x561042a97e50, expected=expected@entry=0, clockid=clockid@entry=0, abstime=abstime@entry=0x0, private=private@entry=0, cancel=cancel@entry=true) at futex-internal.c:87
        err = <optimized out>
        clockbit = 256
        op = 393
#2  0x00007fe95b2aad9f in __GI___futex_abstimed_wait_cancelable64 (futex_word=futex_word@entry=0x561042a97e50, expected=expected@entry=0, clockid=clockid@entry=0, abstime=abstime@entry=0x0, private=private@entry=0) at futex-internal.c:139
No locals.
#3  0x00007fe95b2ad530 in __pthread_cond_wait_common (abstime=0x0, clockid=0, mutex=0x561042a97e00, cond=0x561042a97e28) at pthread_cond_wait.c:503
        spin = 0
        buffer = {__routine = 0x7fe95b2ad2b0 <__condvar_cleanup_waiting>, __arg = 0x7fe94660eb30, __canceltype = 5, __prev = 0x0}
        cbuffer = {wseq = 0, cond = 0x561042a97e28, mutex = 0x561042a97e00, private = 0}
        err = <optimized out>
        g = 0
        flags = <optimized out>
        g1_start = <optimized out>
        maxspin = 0
        signals = <optimized out>
        result = 0
        wseq = 0
        seq = 0
        private = 0
        maxspin = <optimized out>
        err = <optimized out>
        result = <optimized out>
        wseq = <optimized out>
        g = <optimized out>
        seq = <optimized out>
        flags = <optimized out>
        private = <optimized out>
        signals = <optimized out>
        done = <optimized out>
        g1_start = <optimized out>
        spin = <optimized out>
        buffer = <optimized out>
        cbuffer = <optimized out>
        s = <optimized out>
#4  ___pthread_cond_wait (cond=0x561042a97e28, mutex=0x561042a97e00) at pthread_cond_wait.c:618
No locals.
#5  0x00007fe95b8edf54 in QWaitConditionPrivate::wait (deadline=..., this=0x561042a97e00) at thread/qwaitcondition_unix.cpp:146
        code = <optimized out>
        code = <optimized out>
#6  QWaitCondition::wait (this=this@entry=0x561042a8ae00, mutex=mutex@entry=0x561042a8adf8, deadline=...) at thread/qwaitcondition_unix.cpp:225
        returnValue = <optimized out>
#7  0x00007fe948524760 in QtWaylandClient::EventThread::waitForReading (this=0x561042a8adc0) at /usr/src/debug/qt5-qtwayland-5.15.7-1.fc37.x86_64/src/client/qwaylanddisplay.cpp:242
        lock = {val = 94627837816313}
#8  QtWaylandClient::EventThread::run (this=0x561042a8adc0) at /usr/src/debug/qt5-qtwayland-5.15.7-1.fc37.x86_64/src/client/qwaylanddisplay.cpp:206
        pipe = <optimized out>
#9  0x00007fe95b8e84f7 in QThreadPrivate::start (arg=0x561042a8adc0) at thread/qthread_unix.cpp:330
        thr = 0x561042a8adc0
        data = 0x561042a98150
        __clframe = {__cancel_routine = 0x7fe95b8e7910 <QThreadPrivate::finish(void*)>, __cancel_arg = 0x561042a8adc0, __do_it = 1, __cancel_type = <optimized out>}
#10 0x00007fe95b2ae14d in start_thread (arg=<optimized out>) at pthread_create.c:442
        ret = <optimized out>
        pd = <optimized out>
        out = <optimized out>
        unwind_buf = {cancel_jmp_buf = {{jmp_buf = {140639884867264, 5414867089959817151, -256, 2, 140729922763360, 140639876476928, -5406584357772980289, -5406625536262271041}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
#11 0x00007fe95b32fa00 in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:81
No locals.

Thread 7 (Thread 0x7fe944e0c6c0 (LWP 7742)):
#0  syscall () at ../sysdeps/unix/sysv/linux/x86_64/syscall.S:38
No locals.
#1  0x00007fe9595684c4 in g_cond_wait_until (cond=<optimized out>, mutex=0x561042a5a2c0, end_time=<optimized out>) at ../glib/gthread-posix.c:1669
        now = {tv_sec = 998, tv_nsec = 270488225}
        span = <optimized out>
        span_arg = {tv_sec = 14, tv_nsec = 999998775}
        sampled = 0
        res = <optimized out>
        success = <optimized out>
#2  0x00007fe9594e6451 in g_async_queue_pop_intern_unlocked (queue=0x561042a5a2c0, wait=1, end_time=1013270487) at ../glib/gasyncqueue.c:428
        retval = <optimized out>
        __func__ = "g_async_queue_pop_intern_unlocked"
#3  0x00007fe9594e65e5 in g_async_queue_timeout_pop (queue=0x561042a5a2c0, timeout=<optimized out>) at ../glib/gasyncqueue.c:551
        end_time = 1013270487
        retval = <optimized out>
        __func__ = "g_async_queue_timeout_pop"
#4  0x00007fe9595459a5 in g_thread_pool_wait_for_new_pool () at ../glib/gthreadpool.c:183
        pool = <optimized out>
        local_max_idle_time = 15000
        local_wakeup_thread_serial = <optimized out>
        local_max_unused_threads = <optimized out>
        last_wakeup_thread_serial = 0
        have_relayed_thread_marker = <optimized out>
        pool = <optimized out>
        local_wakeup_thread_serial = <optimized out>
        local_max_unused_threads = <optimized out>
        local_max_idle_time = <optimized out>
        last_wakeup_thread_serial = <optimized out>
        have_relayed_thread_marker = <optimized out>
        gaig_temp = <optimized out>
        gaig_temp = <optimized out>
        gaig_temp = <optimized out>
        gaig_temp = <optimized out>
        gaig_temp = <optimized out>
        gaig_temp = <optimized out>
        gaig_temp = <optimized out>
#5  g_thread_pool_thread_proxy (data=<optimized out>) at ../glib/gthreadpool.c:410
        free_pool = <optimized out>
        task = <optimized out>
        pool = <optimized out>
#6  0x00007fe9595409c2 in g_thread_proxy (data=0x561042a6db00) at ../glib/gthread.c:831
        thread = 0x561042a6db00
        __func__ = "g_thread_proxy"
#7  0x00007fe95b2ae14d in start_thread (arg=<optimized out>) at pthread_create.c:442
        ret = <optimized out>
        pd = <optimized out>
        out = <optimized out>
        unwind_buf = {cancel_jmp_buf = {{jmp_buf = {140639859689152, 5414867089959817151, -256, 0, 140729922762064, 140639851298816, -5406587653623509057, -5406625536262271041}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
#8  0x00007fe95b32fa00 in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:81
No locals.

Thread 8 (Thread 0x7fe92ffff6c0 (LWP 7743)):
#0  0x00007fe95b32205f in __GI___poll (fds=0x7fe93400f380, nfds=3, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:29
        sc_ret = -516
        sc_cancel_oldtype = 0
        sc_ret = <optimized out>
#1  0x00007fe95956c50d in g_main_context_poll (priority=<optimized out>, n_fds=3, fds=0x7fe93400f380, timeout=<optimized out>, context=0x7fe93400d400) at ../glib/gmain.c:4543
        ret = <optimized out>
        errsv = <optimized out>
        poll_func = 0x7fe95951c300 <g_poll>
        poll_func = <optimized out>
        ret = <optimized out>
        errsv = <optimized out>
#2  g_main_context_iterate.constprop.0 (context=0x7fe93400d400, block=1, dispatch=1, self=<optimized out>) at ../glib/gmain.c:4233
        max_priority = 2147483647
        timeout = -1
        some_ready = <optimized out>
        nfds = 3
        allocated_nfds = <optimized out>
        fds = 0x7fe93400f380
        begin_time_nsec = 997777904348
#3  0x00007fe95951628f in g_main_loop_run (loop=0x7fe93400d4f0) at ../glib/gmain.c:4438
        self = <optimized out>
        __func__ = "g_main_loop_run"
#4  0x00007fe946f7788a in gdbus_shared_thread_func (user_data=0x7fe93400d3d0) at ../gio/gdbusprivate.c:284
        data = 0x7fe93400d3d0
#5  0x00007fe9595409c2 in g_thread_proxy (data=0x7fe934001580) at ../glib/gthread.c:831
        thread = 0x7fe934001580
        __func__ = "g_thread_proxy"
#6  0x00007fe95b2ae14d in start_thread (arg=<optimized out>) at pthread_create.c:442
        ret = <optimized out>
        pd = <optimized out>
        out = <optimized out>
        unwind_buf = {cancel_jmp_buf = {{jmp_buf = {140639509411520, 5414867089959817151, -256, 11, 140639859685456, 140639501021184, -5406809869325824065, -5406625536262271041}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
#7  0x00007fe95b32fa00 in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:81
No locals.
From                To                  Syms Read   Shared Object Library
0x00007fe95bef8730  0x00007fe95c052c1f  Yes         /lib64/libcorectrl.so.0
0x00007fe95b8afcd0  0x00007fe95bb6f922  Yes         /lib64/libQt5Core.so.5
0x00007fe95b4a2430  0x00007fe95b5aa7a2  Yes         /lib64/libstdc++.so.6
0x00007fe95c1a5670  0x00007fe95c1bbc05  Yes         /lib64/libgcc_s.so.1
0x00007fe95b249700  0x00007fe95b39d15d  Yes         /lib64/libc.so.6
0x00007fe95ad57710  0x00007fe95b0550bb  Yes         /lib64/libQt5Quick.so.5
0x00007fe95aade910  0x00007fe95ab98dcd  Yes         /lib64/libQt5Charts.so.5
0x00007fe95a3a2890  0x00007fe95a76bd09  Yes         /lib64/libQt5Widgets.so.5
0x00007fe95c125090  0x00007fe95c183fe5  Yes         /lib64/libQt5DBus.so.5
0x00007fe95bdd97d0  0x00007fe95bdf3d98  Yes         /lib64/libquazip1-qt5.so.1.3.0
0x00007fe959cd3870  0x00007fe959fcfc04  Yes         /lib64/libbotan-2.so.19
0x00007fe9596bf070  0x00007fe9599b6508  Yes         /lib64/libQt5Qml.so.5
0x00007fe95b69a6f0  0x00007fe95b7a07fd  Yes         /lib64/libQt5Network.so.5
0x00007fe958f25ef0  0x00007fe9593133f6  Yes         /lib64/libQt5Gui.so.5
0x00007fe95a9523d0  0x00007fe95a9c5748  Yes         /lib64/libm.so.6
0x00007fe95a13c4d0  0x00007fe95a1bd6c0  Yes         /lib64/libsystemd.so.0
0x00007fe95bdb4650  0x00007fe95bdc1bab  Yes         /lib64/libz.so.1
0x00007fe958aece30  0x00007fe958c89cca  Yes         /lib64/libicui18n.so.71
0x00007fe9588698f0  0x00007fe95895d326  Yes         /lib64/libicuuc.so.71
0x00007fe959b74450  0x00007fe959bd2c27  Yes         /lib64/libpcre2-16.so.0
0x00007fe959ac4e80  0x00007fe959b5f132  Yes         /lib64/libzstd.so.1
0x00007fe9594dfeb0  0x00007fe95956f552  Yes         /lib64/libglib-2.0.so.0
0x00007fe95c1d50a0  0x00007fe95c1fb0e5  Yes         /lib64/ld-linux-x86-64.so.2
0x00007fe958d90730  0x00007fe958de08d6  Yes         /lib64/libQt5QmlModels.so.5
0x00007fe95b1dfc70  0x00007fe95b20ca3f  Yes         /lib64/libdbus-1.so.3
0x00007fe95bd9e550  0x00007fe95bdaaac3  Yes         /lib64/libbz2.so.1
0x00007fe95847c000  0x00007fe958628e50  Yes         /lib64/libcrypto.so.1.1
0x00007fe959477d50  0x00007fe9594af150  Yes         /lib64/libgssapi_krb5.so.2
0x00007fe958781eb0  0x00007fe9587d8549  Yes         /lib64/libssl.so.3
0x00007fe957eaf000  0x00007fe958101e22  Yes         /lib64/libcrypto.so.3
0x00007fe9583bc1b0  0x00007fe9583beea1  Yes         /lib64/libGL.so.1
0x00007fe958d3d250  0x00007fe958d634aa  Yes         /lib64/libpng16.so.16
0x00007fe9582990f0  0x00007fe958342b22  Yes         /lib64/libharfbuzz.so.0
0x00007fe95bd92770  0x00007fe95bd9599a  Yes         /lib64/libcap.so.2
0x00007fe95a91a9f0  0x00007fe95a9345ee  Yes         /lib64/liblzma.so.5
0x00007fe959448730  0x00007fe959463c5d  Yes         /lib64/liblz4.so.1
0x00007fe956001050  0x00007fe956001109  Yes (*)     /lib64/libicudata.so.71
0x00007fe957d664b0  0x00007fe957dd1298  Yes         /lib64/libpcre2-8.so.0
0x00007fe955f4b090  0x00007fe955fb009e  Yes         /lib64/libkrb5.so.3
0x00007fe95b1baf50  0x00007fe95b1c6612  Yes         /lib64/libk5crypto.so.3
0x00007fe95bd87490  0x00007fe95bd88039  Yes         /lib64/libcom_err.so.2
0x00007fe95b63bf10  0x00007fe95b642b12  Yes         /lib64/libkrb5support.so.0
0x00007fe95bd804b0  0x00007fe95bd815f9  Yes         /lib64/libkeyutils.so.1
0x00007fe95a1136d0  0x00007fe95a11b3d9  Yes         /lib64/libresolv.so.2
0x00007fe9587316b0  0x00007fe95874ac41  Yes         /lib64/libGLX.so.0
0x00007fe955dfd330  0x00007fe955e86a4e  Yes         /lib64/libX11.so.6
0x00007fe95871d790  0x00007fe95872776e  Yes         /lib64/libXext.so.6
0x00007fe955d64270  0x00007fe955d660f7  Yes         /lib64/libGLdispatch.so.0
0x00007fe955c64710  0x00007fe955cef32c  Yes         /lib64/libfreetype.so.6
0x00007fe9586fa2d0  0x00007fe9587112ea  Yes         /lib64/libgraphite2.so.3
0x00007fe958267050  0x00007fe95828023c  Yes         /lib64/libselinux.so.1
0x00007fe958241db0  0x00007fe958254c70  Yes         /lib64/libxcb.so.1
0x00007fe95a104190  0x00007fe95a10acea  Yes         /lib64/libbrotlidec.so.1
0x00007fe95b1b03d0  0x00007fe95b1b1072  Yes         /lib64/libXau.so.6
0x00007fe957d41090  0x00007fe957d415d4  Yes         /lib64/libbrotlicommon.so.1
0x00007fe95c1ce230  0x00007fe95c1ce569  Yes         /usr/lib64/qt5/plugins/platforms/libqwayland-generic.so
0x00007fe948517f70  0x00007fe9485b3863  Yes         /lib64/libQt5WaylandClient.so.5
0x00007fe95c1c44f0  0x00007fe95c1c5deb  Yes         /lib64/libwayland-cursor.so.0
0x00007fe957d34870  0x00007fe957d39954  Yes         /lib64/libwayland-client.so.0
0x00007fe955c0deb0  0x00007fe955c397be  Yes         /lib64/libfontconfig.so.1
0x00007fe955bc29d0  0x00007fe955be018c  Yes         /lib64/libxkbcommon.so.0
0x00007fe95822b590  0x00007fe958230c3a  Yes         /lib64/libffi.so.8
0x00007fe948368b30  0x00007fe94844dc10  Yes         /lib64/libxml2.so.2
0x00007fe957d140f0  0x00007fe957d24d23  Yes         /usr/lib64/qt5/plugins/platforminputcontexts/libibusplatforminputcontextplugin.so
0x00007fe947aed150  0x00007fe947b16f3b  Yes         /usr/lib64/qt5/plugins/platformthemes/libqgnomeplatformtheme.so
0x00007fe947aba2d0  0x00007fe947ac97cf  Yes         /lib64/libqgnomeplatform.so
0x00007fe9472990f0  0x00007fe947651a62  Yes         /lib64/libgtk-3.so.0
0x00007fe947127490  0x00007fe9471aaba8  Yes         /lib64/libgdk-3.so.0
0x00007fe947a58210  0x00007fe947a8c4e3  Yes         /lib64/libpango-1.0.so.0
0x00007fe9470d1110  0x00007fe9470e9260  Yes         /lib64/libgdk_pixbuf-2.0.so.0
0x00007fe947075030  0x00007fe9470a82d3  Yes         /lib64/libgobject-2.0.so.0
0x00007fe947048990  0x00007fe94705a8ba  Yes         /lib64/libadwaitaqt.so.1
0x00007fe946ea2790  0x00007fe946fad844  Yes         /lib64/libgio-2.0.so.0
0x00007fe9594404b0  0x00007fe9594414c3  Yes         /lib64/libgmodule-2.0.so.0
0x00007fe947a386b0  0x00007fe947a3e73c  Yes         /lib64/libpangocairo-1.0.so.0
0x00007fe946d51c50  0x00007fe946e24cce  Yes         /lib64/libcairo.so.2
0x00007fe946d2b330  0x00007fe946d3567a  Yes         /lib64/libpangoft2-1.0.so.0
0x00007fe946d042f0  0x00007fe946d0850e  Yes         /lib64/libfribidi.so.0
0x00007fe947a2a110  0x00007fe947a2b116  Yes         /lib64/libcairo-gobject.so.2
0x00007fe946ce3d70  0x00007fe946cf1864  Yes         /lib64/libatk-1.0.so.0
0x00007fe946c06250  0x00007fe946c6bb21  Yes         /lib64/libepoxy.so.0
0x00007fe946b954b0  0x00007fe946ba03bb  Yes         /lib64/libXi.so.6
0x00007fe946b68a30  0x00007fe946b7e232  Yes         /lib64/libatk-bridge-2.0.so.0
0x00007fe946b47ed0  0x00007fe946b507c5  Yes         /lib64/libcloudproviders.so.0
0x00007fe946a8c2d0  0x00007fe946af8d81  Yes         /lib64/libtracker-sparql-3.0.so.0
0x00007fe9586f0350  0x00007fe9586f290a  Yes         /lib64/libXfixes.so.3
0x00007fe958d33090  0x00007fe958d33229  Yes         /lib64/libwayland-egl.so.1
0x00007fe946a63bb0  0x00007fe946a687fc  Yes         /lib64/libXcursor.so.1
0x00007fe947a221d0  0x00007fe947a22b4b  Yes         /lib64/libXdamage.so.1
0x00007fe946a5c170  0x00007fe946a5cb95  Yes         /lib64/libXcomposite.so.1
0x00007fe946a50410  0x00007fe946a56e79  Yes         /lib64/libXrandr.so.2
0x00007fe946a4a1f0  0x00007fe946a4ab4e  Yes         /lib64/libXinerama.so.1
0x00007fe946a40510  0x00007fe946a43eb7  Yes         /lib64/libthai.so.0
0x00007fe9469bfa40  0x00007fe946a09de0  Yes         /lib64/libjpeg.so.62
0x00007fe94698a370  0x00007fe9469a8f6d  Yes         /lib64/libadwaitaqtpriv.so.1
0x00007fe946937c30  0x00007fe946961372  Yes         /lib64/libmount.so.1
0x00007fe9469204f0  0x00007fe946926661  Yes         /lib64/libXrender.so.1
0x00007fe946913430  0x00007fe94691827f  Yes         /lib64/libxcb-render.so.0
0x00007fe94690a0f0  0x00007fe94690ac67  Yes         /lib64/libxcb-shm.so.0
0x00007fe946867ab0  0x00007fe9468ede90  Yes         /lib64/libpixman-1.so.0
0x00007fe946831f10  0x00007fe94684894d  Yes         /lib64/libatspi.so.0
0x00007fe9467e4470  0x00007fe9467f890c  Yes         /lib64/libstemmer.so.0
0x00007fe9467a9090  0x00007fe9467bd49e  Yes         /lib64/libjson-glib-1.0.so.0
0x00007fe946663950  0x00007fe94676141f  Yes         /lib64/libsqlite3.so.0
0x00007fe94664b3f0  0x00007fe94664e5f1  Yes         /lib64/libdatrie.so.1
0x00007fe946619490  0x00007fe946637dc2  Yes         /lib64/libblkid.so.1
0x00007fe959ab14b0  0x00007fe959ab6839  Yes         /usr/lib64/gio/modules/libdconfsettings.so
0x00007fe9445acd90  0x00007fe9445c6b4d  Yes         /usr/lib64/gio/modules/libgvfsdbus.so
0x00007fe944570f90  0x00007fe944589ed5  Yes         /usr/lib64/gvfs/libgvfscommon.so
0x00007fe944520850  0x00007fe94453f02e  Yes         /usr/lib64/qt5/plugins/styles/adwaita.so
0x00007fe9444f72b0  0x00007fe9444f861b  Yes         /lib64/libQt5X11Extras.so.5
(*): Shared library is missing debugging information.
$1 = 0x0
$2 = 0x0
rax            0x0                 0
rbx            0x1dcd              7629
rcx            0x7fe95b2afe7c      140640233651836
rdx            0x6                 6
rsi            0x1dcd              7629
rdi            0x1dcd              7629
rbp            0x7fe95a912180      0x7fe95a912180
rsp            0x7ffe3d0e3d20      0x7ffe3d0e3d20
r8             0x0                 0
r9             0x73                115
r10            0x8                 8
r11            0x246               582
r12            0x6                 6
r13            0x7fe95b632700      140640237332224
r14            0x561042aee538      94627838223672
r15            0x7ffe3d0e4008      140729922764808
rip            0x7fe95b2afe7c      0x7fe95b2afe7c <__pthread_kill_implementation+268>
eflags         0x246               [ PF ZF IF ]
cs             0x33                51
ss             0x2b                43
ds             0x0                 0
es             0x0                 0
fs             0x0                 0
gs             0x0                 0
Dump of assembler code for function __pthread_kill_implementation:
   0x00007fe95b2afd70 <+0>:	push   %r14
   0x00007fe95b2afd72 <+2>:	push   %r13
   0x00007fe95b2afd74 <+4>:	push   %r12
   0x00007fe95b2afd76 <+6>:	mov    %esi,%r12d
   0x00007fe95b2afd79 <+9>:	push   %rbp
   0x00007fe95b2afd7a <+10>:	push   %rbx
   0x00007fe95b2afd7b <+11>:	sub    $0x10,%rsp
   0x00007fe95b2afd7f <+15>:	mov    %fs:0x28,%rax
   0x00007fe95b2afd88 <+24>:	mov    %rax,0x8(%rsp)
   0x00007fe95b2afd8d <+29>:	xor    %eax,%eax
   0x00007fe95b2afd8f <+31>:	cmp    %rdi,%fs:0x10
   0x00007fe95b2afd98 <+40>:	je     0x7fe95b2afe60 <__pthread_kill_implementation+240>
   0x00007fe95b2afd9e <+46>:	mov    %rsp,%r14
   0x00007fe95b2afda1 <+49>:	mov    %rdi,%rbx
   0x00007fe95b2afda4 <+52>:	mov    %edx,%ebp
   0x00007fe95b2afda6 <+54>:	mov    $0x8,%r10d
   0x00007fe95b2afdac <+60>:	mov    %r14,%rdx
   0x00007fe95b2afdaf <+63>:	lea    0x114232(%rip),%rsi        # 0x7fe95b3c3fe8 <sigall_set>
   0x00007fe95b2afdb6 <+70>:	xor    %edi,%edi
   0x00007fe95b2afdb8 <+72>:	mov    $0xe,%eax
   0x00007fe95b2afdbd <+77>:	syscall 
   0x00007fe95b2afdbf <+79>:	xor    %eax,%eax
   0x00007fe95b2afdc1 <+81>:	lea    0x8fc(%rbx),%r13
   0x00007fe95b2afdc8 <+88>:	mov    $0x1,%edx
   0x00007fe95b2afdcd <+93>:	lock cmpxchg %edx,0x0(%r13)
   0x00007fe95b2afdd3 <+99>:	jne    0x7fe95b2afea8 <__pthread_kill_implementation+312>
   0x00007fe95b2afdd9 <+105>:	cmpb   $0x0,0x8f9(%rbx)
   0x00007fe95b2afde0 <+112>:	je     0x7fe95b2afe30 <__pthread_kill_implementation+192>
   0x00007fe95b2afde2 <+114>:	xor    %eax,%eax
   0x00007fe95b2afde4 <+116>:	xchg   %eax,0x8fc(%rbx)
   0x00007fe95b2afdea <+122>:	cmp    $0x1,%eax
   0x00007fe95b2afded <+125>:	jg     0x7fe95b2afe98 <__pthread_kill_implementation+296>
   0x00007fe95b2afdf3 <+131>:	mov    $0x8,%r10d
   0x00007fe95b2afdf9 <+137>:	xor    %edx,%edx
   0x00007fe95b2afdfb <+139>:	mov    %r14,%rsi
   0x00007fe95b2afdfe <+142>:	mov    $0x2,%edi
   0x00007fe95b2afe03 <+147>:	mov    $0xe,%eax
   0x00007fe95b2afe08 <+152>:	syscall 
   0x00007fe95b2afe0a <+154>:	mov    %ebp,%eax
   0x00007fe95b2afe0c <+156>:	mov    0x8(%rsp),%rdx
   0x00007fe95b2afe11 <+161>:	sub    %fs:0x28,%rdx
   0x00007fe95b2afe1a <+170>:	jne    0x7fe95b2afeb5 <__pthread_kill_implementation+325>
   0x00007fe95b2afe20 <+176>:	add    $0x10,%rsp
   0x00007fe95b2afe24 <+180>:	pop    %rbx
   0x00007fe95b2afe25 <+181>:	pop    %rbp
   0x00007fe95b2afe26 <+182>:	pop    %r12
   0x00007fe95b2afe28 <+184>:	pop    %r13
   0x00007fe95b2afe2a <+186>:	pop    %r14
   0x00007fe95b2afe2c <+188>:	ret    
   0x00007fe95b2afe2d <+189>:	nopl   (%rax)
   0x00007fe95b2afe30 <+192>:	mov    0x2d0(%rbx),%ebp
   0x00007fe95b2afe36 <+198>:	call   0x7fe95b2fb030 <getpid>
   0x00007fe95b2afe3b <+203>:	mov    %r12d,%edx
   0x00007fe95b2afe3e <+206>:	mov    %eax,%edi
   0x00007fe95b2afe40 <+208>:	mov    %ebp,%esi
   0x00007fe95b2afe42 <+210>:	mov    $0xea,%eax
   0x00007fe95b2afe47 <+215>:	syscall 
   0x00007fe95b2afe49 <+217>:	mov    %eax,%ebp
   0x00007fe95b2afe4b <+219>:	xor    %edx,%edx
   0x00007fe95b2afe4d <+221>:	neg    %ebp
   0x00007fe95b2afe4f <+223>:	cmp    $0xfffff000,%eax
   0x00007fe95b2afe54 <+228>:	cmovbe %edx,%ebp
   0x00007fe95b2afe57 <+231>:	jmp    0x7fe95b2afde2 <__pthread_kill_implementation+114>
   0x00007fe95b2afe59 <+233>:	nopl   0x0(%rax)
   0x00007fe95b2afe60 <+240>:	mov    $0xba,%eax
   0x00007fe95b2afe65 <+245>:	syscall 
   0x00007fe95b2afe67 <+247>:	mov    %eax,%ebx
   0x00007fe95b2afe69 <+249>:	call   0x7fe95b2fb030 <getpid>
   0x00007fe95b2afe6e <+254>:	mov    %r12d,%edx
   0x00007fe95b2afe71 <+257>:	mov    %ebx,%esi
   0x00007fe95b2afe73 <+259>:	mov    %eax,%edi
   0x00007fe95b2afe75 <+261>:	mov    $0xea,%eax
   0x00007fe95b2afe7a <+266>:	syscall 
=> 0x00007fe95b2afe7c <+268>:	mov    %eax,%ebp
   0x00007fe95b2afe7e <+270>:	neg    %ebp
   0x00007fe95b2afe80 <+272>:	cmp    $0xfffff000,%eax
   0x00007fe95b2afe85 <+277>:	mov    $0x0,%eax
   0x00007fe95b2afe8a <+282>:	cmova  %ebp,%eax
   0x00007fe95b2afe8d <+285>:	jmp    0x7fe95b2afe0c <__pthread_kill_implementation+156>
   0x00007fe95b2afe92 <+290>:	nopw   0x0(%rax,%rax,1)
   0x00007fe95b2afe98 <+296>:	mov    %r13,%rdi
   0x00007fe95b2afe9b <+299>:	call   0x7fe95b2aafa0 <__GI___lll_lock_wake_private>
   0x00007fe95b2afea0 <+304>:	jmp    0x7fe95b2afdf3 <__pthread_kill_implementation+131>
   0x00007fe95b2afea5 <+309>:	nopl   (%rax)
   0x00007fe95b2afea8 <+312>:	mov    %r13,%rdi
   0x00007fe95b2afeab <+315>:	call   0x7fe95b2aaee0 <__GI___lll_lock_wait_private>
   0x00007fe95b2afeb0 <+320>:	jmp    0x7fe95b2afdd9 <__pthread_kill_implementation+105>
   0x00007fe95b2afeb5 <+325>:	call   0x7fe95b33e820 <__stack_chk_fail>
End of assembler dump.