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

--- Comment #3 from [email protected] ---
vanzeller@fedora:~$ gdb --args krfb-virtualmonitor --name StreamFeed
--resolution 1920x1080 --password stream123 --port 5900
GNU gdb (Fedora Linux) 17.1-6.fc44
Copyright (C) 2025 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Type "show copying" and "show warranty" for details.
This GDB was configured as "x86_64-redhat-linux-gnu".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
<https://www.gnu.org/software/gdb/bugs/>.
Find the GDB manual and other documentation resources online at:
    <http://www.gnu.org/software/gdb/documentation/>.

For help, type "help".
Type "apropos word" to search for commands related to "word"...
Reading symbols from krfb-virtualmonitor...

This GDB supports auto-downloading debuginfo from the following URLs:
  <ima:enforcing>
  <https://debuginfod.fedoraproject.org/>
  <ima:ignore>
Enable debuginfod for this session? (y or [n]) y
Debuginfod has been enabled.
To make this setting permanent, add 'set debuginfod enabled on' to .gdbinit.
Reading symbols from
/home/vanzeller/.cache/debuginfod_client/d3b67704c52843aec947cf91f950990a56465f10/debuginfo...
(gdb) catch syscall exit_group
Catchpoint 1 (syscall 'exit_group' [231])
(gdb) run
Starting program: /usr/bin/krfb-virtualmonitor --name StreamFeed --resolution
1920x1080 --password stream123 --port 5900
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib64/libthread_db.so.1".
[New Thread 0x7fffe2cc96c0 (LWP 9337)]
⚠ warning: could not find supplementary DWARF file
(/home/vanzeller/.cache/debuginfod_client/2989a3d0f5111cc357fe0bd68d5749369ef9bc90/../../.dwz/libplist-2.7.0-1.fc44.x86_64)
for
/home/vanzeller/.cache/debuginfod_client/2989a3d0f5111cc357fe0bd68d5749369ef9bc90/debuginfo
[New Thread 0x7fffda5ff6c0 (LWP 9338)]
[New Thread 0x7fffd9dfe6c0 (LWP 9339)]
qt.qpa.services: Failed to register with host portal
QDBusError("org.freedesktop.portal.Error.Failed", "Could not register app ID:
App info not found for 'org.kde.krfb-virtualmonitor'")
interface 'zkde_screencast_stream_unstable_v1' has no event 3
[Thread 0x7fffd9dfe6c0 (LWP 9339) exited]
The Wayland connection experienced a fatal error: Resource temporarily
unavailable
Downloading source file
/usr/src/debug/glibc-2.43-6.fc44.x86_64/posix/../sysdeps/unix/sysv/linux/_exit.c

Thread 1 "krfb-virtualmon" hit Catchpoint 1 (call to syscall exit_group),
__GI__exit (status=-1) at ../sysdeps/unix/sysv/linux/_exit.c:30
30            INLINE_SYSCALL (exit_group, 1, status);
(gdb) backtrace
#0  __GI__exit (status=-1) at ../sysdeps/unix/sysv/linux/_exit.c:30
#1  0x00007fffe2ceb5f9 in QtWaylandClient::QWaylandDisplay::checkWaylandError
(this=0x5555555cd040)
    at
/usr/src/debug/qt6-qtbase-6.11.1-1.fc44.x86_64/src/plugins/platforms/wayland/qwaylanddisplay.cpp:563
#2  0x00007ffff5f807de in QObject::event (this=<optimized out>, e=<optimized
out>)
    at
/usr/src/debug/qt6-qtbase-6.11.1-1.fc44.x86_64/src/corelib/kernel/qobject.cpp:1479
#3  0x00007ffff723f92e in QApplicationPrivate::notify_helper (this=<optimized
out>, receiver=0x5555555cd040, e=0x7fffd4002fb0)
    at
/usr/src/debug/qt6-qtbase-6.11.1-1.fc44.x86_64/src/widgets/kernel/qapplication.cpp:3276
#4  0x00007ffff5f0f7b8 in QCoreApplication::notifyInternal2
(receiver=0x5555555cd040, event=0x7fffd4002fb0)
    at
/usr/src/debug/qt6-qtbase-6.11.1-1.fc44.x86_64/src/corelib/kernel/qcoreapplication.cpp:1114
#5  0x00007ffff5f0f7fd in QCoreApplication::sendEvent (receiver=<optimized
out>, event=<optimized out>)
    at
/usr/src/debug/qt6-qtbase-6.11.1-1.fc44.x86_64/src/corelib/kernel/qcoreapplication.cpp:1559
#6  0x00007ffff5f13c09 in QCoreApplicationPrivate::sendPostedEvents
(receiver=0x0, event_type=0, data=0x5555555b5b40)
    at
/usr/src/debug/qt6-qtbase-6.11.1-1.fc44.x86_64/src/corelib/kernel/qcoreapplication.cpp:1914
#7  0x00007ffff626a57f in postEventSourceDispatch (s=0x5555555c8cc0)
    at
/usr/src/debug/qt6-qtbase-6.11.1-1.fc44.x86_64/src/corelib/kernel/qeventdispatcher_glib.cpp:248
#8  0x00007ffff46e1f24 in g_main_dispatch (context=0x7fffdc000f00) at
../glib/gmain.c:3591
#9  g_main_context_dispatch_unlocked (context=0x7fffdc000f00) at
../glib/gmain.c:4451
#10 0x00007ffff46e6038 in g_main_context_iterate_unlocked
    (context=context@entry=0x7fffdc000f00, block=block@entry=1,
dispatch=dispatch@entry=1, self=<optimized out>) at ../glib/gmain.c:4516
#11 0x00007ffff46e61e3 in g_main_context_iteration (context=0x7fffdc000f00,
may_block=1) at ../glib/gmain.c:4582
#12 0x00007ffff6269a9d in QEventDispatcherGlib::processEvents
(this=0x5555555a3370, flags=...)
    at
/usr/src/debug/qt6-qtbase-6.11.1-1.fc44.x86_64/src/corelib/kernel/qeventdispatcher_glib.cpp:402
#13 0x00007ffff5f1d57b in QEventLoop::exec (this=this@entry=0x7fffffffd340,
flags=..., flags@entry=...)
    at
/usr/src/debug/qt6-qtbase-6.11.1-1.fc44.x86_64/src/corelib/global/qflags.h:78
#14 0x00007ffff5f18992 in QCoreApplication::exec () at
/usr/src/debug/qt6-qtbase-6.11.1-1.fc44.x86_64/src/corelib/kernel/qcoreapplication.cpp:1457
#15 0x00007ffff66eff1d in QGuiApplication::exec () at
/usr/src/debug/qt6-qtbase-6.11.1-1.fc44.x86_64/src/gui/kernel/qguiapplication.cpp:2005
#16 0x00007ffff723f899 in QApplication::exec () at
/usr/src/debug/qt6-qtbase-6.11.1-1.fc44.x86_64/src/widgets/kernel/qapplication.cpp:2546
#17 0x0000555555556e8b in main (argc=<optimized out>, argv=<optimized out>)
    at
/usr/src/debug/krfb-26.04.2-1.fc44.x86_64/krfb/main-virtualmonitor.cpp:174
(gdb)

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

Reply via email to