I'm trying to debug an annoying bug in ksmserver that happens sometimes
leads to it's crash and logout process break. Main trouble that it
happens randomly, i can repeat 10 logouts in a row without issues, and
next one will be broken. One thing what i've noticed that crash happens
when some application didn't respond in time and buttons "Skip
notification" and "Cancel logout" appears in the shutdown process
window. I've also tested the logout with some SIGSTOP'ped apps and have
no issues.
That gives me a naive idea, that there have place some race condition
and when ksmserver is processing some "client" record, and in the same
time corresponding application is finishing it's work that leads to
deleting that "client" record, but i'm too newbie in the X transport and
other things so i may be wrong.
Here are 3 valid backtraces, due to reproducing instability i can't
collect more for this time. Maybe someone will have some idea about this
bug or methods to more stable reproduce?
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
0x00007fb90011ad17 in __GI___nanosleep (requested_time=0x7ffc8af24fa0, remaining=0x7ffc8af24fa0) at ../sysdeps/unix/sysv/linux/nanosleep.c:28
==== (gdb) bt ====
#0 0x00007fb90011ad17 in __GI___nanosleep (requested_time=0x7ffc8af24fa0, remaining=0x7ffc8af24fa0) at ../sysdeps/unix/sysv/linux/nanosleep.c:28
#1 0x00007fb90011ac4e in __sleep (seconds=0, seconds@entry=1) at ../sysdeps/posix/sleep.c:55
#2 0x00007fb900eba107 in TDECrash::startDrKonqi(char const**, int) (argv=argv@entry=0x7ffc8af270f0, argc=argc@entry=18) at ./tdecore/kcrash.cpp:312
#3 0x00007fb900eba445 in TDECrash::defaultCrashHandler(int) (sig=<optimized out>) at ./tdecore/kcrash.cpp:229
#4 0x00007fb90007b470 in <signal handler called> () at /lib/x86_64-linux-gnu/libc.so.6
#5 0x00007fb9000d23ae in tcache_get (tc_idx=<optimized out>) at malloc.c:2937
#6 0x00007fb9000d23ae in __GI___libc_malloc (bytes=204) at malloc.c:3051
#7 0x00007fb9002d11d9 in operator new(unsigned long) () at /lib/x86_64-linux-gnu/libstdc++.so.6
#8 0x00007fb900a95da9 in internalLatin1ToUnicode(char const*, uint*, uint) (str=0x55e9b6149270 "/home/x73/.trinity/share/config/session/kwrite_10e9d7756e000158447852900000010640018_1584544624_839392", len=len@entry=0x7ffc8af27814, maxlen=<optimized out>) at tools/qstring.cpp:1279
#9 0x00007fb900a9ab97 in TQString::fromLatin1(char const*, int) (chars=<optimized out>, len=<optimized out>) at tools/qstring.cpp:6224
#10 0x00007fb8fd3f6a4a in KSMClient::discardCommand() const (this=0x55e9b60091c0) at /home/x73/Sources/tde/main/tdebase/ksmserver/client.cpp:170
#11 0x00007fb8fd3d62d1 in KSMServer::storeSession() (this=0x55e9b5e992c0) at /home/x73/Sources/tde/main/tdebase/ksmserver/server.cpp:908
#12 0x00007fb8fd3f42ee in KSMServer::completeShutdownOrCheckpoint() (this=0x55e9b5e992c0) at /home/x73/Sources/tde/main/tdebase/ksmserver/shutdown.cpp:838
#13 0x00007fb8fd3f25d9 in KSMServer::saveYourselfDone(KSMClient*, bool) (this=0x55e9b5e992c0, client=0x55e9b61028e0, success=true) at /home/x73/Sources/tde/main/tdebase/ksmserver/shutdown.cpp:448
#14 0x00007fb8fd3d1641 in KSMSaveYourselfDoneProc(_SmsConn*, void*, int) (managerData=0x55e9b61028e0, success=1) at /home/x73/Sources/tde/main/tdebase/ksmserver/server.cpp:224
#15 0x00007fb8ff11da9b in _SmsProcessMessage () at /lib/x86_64-linux-gnu/libSM.so.6
#16 0x00007fb8ff134cfb in IceProcessMessages () at /lib/x86_64-linux-gnu/libICE.so.6
#17 0x00007fb8fd3d5453 in KSMServer::processData(int) (this=0x55e9b5e992c0) at /home/x73/Sources/tde/main/tdebase/ksmserver/server.cpp:765
#18 0x00007fb8fd3d0c0b in KSMServer::tqt_invoke(int, TQUObject*) (this=0x55e9b5e992c0, _id=4, _o=0x7ffc8af27e50) at /home/x73/Sources/tde/main/build-tdebase-Desktop-Debug/ksmserver/server.moc:142
#19 0x00007fb90083f808 in TQObject::activate_signal(TQConnectionList*, TQUObject*) (this=this@entry=0x55e9b606c520, clist=clist@entry=0x55e9b5e985a0, o=o@entry=0x7ffc8af27e50) at kernel/ntqconnection.h:57
#20 0x00007fb90083fa32 in TQObject::activate_signal(int, int) (this=this@entry=0x55e9b606c520, signal=<optimized out>, param=<optimized out>) at kernel/qobject.cpp:2977
#21 0x00007fb900af406b in TQSocketNotifier::activated(int) (this=this@entry=0x55e9b606c520, t0=<optimized out>) at ../include/ntqmetaobject.h:264
#22 0x00007fb90085c673 in TQSocketNotifier::event(TQEvent*) (this=0x55e9b606c520, e=0x7ffc8af280b0) at kernel/qsocketnotifier.cpp:261
#23 0x00007fb9007ee746 in TQApplication::internalNotify(TQObject*, TQEvent*) (this=this@entry=0x7ffc8af283c0, receiver=receiver@entry=0x55e9b606c520, e=e@entry=0x7ffc8af280b0) at kernel/qapplication.cpp:2883
#24 0x00007fb9007eeb8e in TQApplication::notify(TQObject*, TQEvent*) (this=this@entry=0x7ffc8af283c0, receiver=receiver@entry=0x55e9b606c520, e=e@entry=0x7ffc8af280b0) at kernel/qapplication.cpp:2726
#25 0x00007fb900e387d5 in TDEApplication::notify(TQObject*, TQEvent*) (this=0x7ffc8af283c0, receiver=0x55e9b606c520, event=0x7ffc8af280b0) at ./tdecore/tdeapplication.cpp:660
#26 0x00007fb9007e5612 in TQEventLoop::activateSocketNotifiers() (this=this@entry=0x55e9b5e3d980) at kernel/qeventloop_unix_glib.cpp:739
#27 0x00007fb9007d22e1 in TQEventLoop::gsourceDispatch(_GSource*) (this=this@entry=0x55e9b5e3d980, gs=gs@entry=0x55e9b5e42620) at kernel/qeventloop_x11_glib.cpp:587
#28 0x00007fb9007d237b in qt_gsource_dispatch(GSource*, GSourceFunc, gpointer) (source=0x55e9b5e42620, callback=<optimized out>, user_data=<optimized out>) at kernel/qeventloop_x11_glib.cpp:123
#29 0x00007fb8ff9d084d in g_main_context_dispatch () at /lib/x86_64-linux-gnu/libglib-2.0.so.0
#30 0x00007fb8ff9d0ad0 in () at /lib/x86_64-linux-gnu/libglib-2.0.so.0
#31 0x00007fb8ff9d0b73 in g_main_context_iteration () at /lib/x86_64-linux-gnu/libglib-2.0.so.0
#32 0x00007fb9007d138f in TQEventLoop::processEvents(unsigned int) (this=0x55e9b5e3d980, flags=<optimized out>) at kernel/qeventloop_x11_glib.cpp:279
#33 0x00007fb900801b69 in TQEventLoop::enterLoop() (this=0x55e9b5e3d980) at kernel/qeventloop.cpp:227
#34 0x00007fb900801afd in TQEventLoop::exec() (this=0x55e9b5e3d980) at kernel/qeventloop.cpp:174
#35 0x00007fb8fd3d0269 in kdemain(int, char**) (argc=3, argv=0x55e9b5ded990) at /home/x73/Sources/tde/main/tdebase/ksmserver/main.cpp:243
#36 0x00007fb9015e813d in tdeinitmain(int, char**) (argc=3, argv=0x55e9b5ded990) at /build/tdebase-trinity-Yi6quQ/tdebase-trinity-14.1.0~s417/obj-x86_64-linux-gnu/ksmserver/ksmserver_tdeinit_module.cpp:3
#37 0x000055e9b5020d2e in launch(int, char const*, char const*, char const*, int, char const*, bool, char const*, bool, char const*) (argc=3, _name=<optimized out>, args=<optimized out>, cwd=<optimized out>, envc=<optimized out>, envs=<optimized out>, reset_env=true, tty=0x55e9b5ded212 "", avoid_loops=false, startup_id_str=0x55e9b5ded21b "") at ./tdeinit/tdeinit.cpp:674
#38 0x000055e9b5021f5e in handle_launcher_request(int) (sock=<optimized out>) at ./tdeinit/tdeinit.cpp:1234
#39 0x000055e9b5022840 in handle_requests(pid_t) (waitForPid=waitForPid@entry=0) at ./tdeinit/tdeinit.cpp:1430
#40 0x000055e9b501e9f9 in main(int, char**, char**) (argc=<optimized out>, argv=0x7ffc8af28e58, envp=<optimized out>) at ./tdeinit/tdeinit.cpp:1906
==== (gdb) bt full ====
#0 0x00007fb90011ad17 in __GI___nanosleep (requested_time=0x7ffc8af24fa0, remaining=0x7ffc8af24fa0) at ../sysdeps/unix/sysv/linux/nanosleep.c:28
resultvar = 18446744073709551100
#1 0x00007fb90011ac4e in __sleep (seconds=0, seconds@entry=1) at ../sysdeps/posix/sleep.c:55
save_errno = 9
ts = {tv_sec = 0, tv_nsec = 816185194}
#2 0x00007fb900eba107 in TDECrash::startDrKonqi(char const**, int) (argv=argv@entry=0x7ffc8af270f0, argc=argc@entry=18) at ./tdecore/kcrash.cpp:312
socket = <optimized out>
header = {cmd = 4, arg_length = 8}
BUFSIZE = 8192
buffer = "\323>\000\000\000\000\000\000drkonqi\000-display\000:0\000--appname\000ksmserver\000--tdeinit\000--signal\000\061\061\000--pid\000\061\065\070\064\065\000--appversion\000\060.4\000--programname\000The TDE Session Manager\000--bugaddress\000http://bugs.trinitydesktop.org\000--startupid\000ubuntu;"...
pos = <optimized out>
argcl = 18
env = 0
avoid_loops = 0
pid = 16083
#3 0x00007fb900eba445 in TDECrash::defaultCrashHandler(int) (sig=<optimized out>) at ./tdecore/kcrash.cpp:229
argv = {0x7fb90101a4d4 "drkonqi", 0x7fb901012566 "-display", 0x55e9b5ded7a0 ":0", 0x7fb90101a4fe "--appname", 0x55e9b5e3d610 "ksmserver", 0x7fb90101a508 "--tdeinit", 0x7fb90101a51c "--signal", 0x7ffc8af271b4 "11", 0x7fb90101a525 "--pid", 0x7ffc8af271be "15845", 0x7fb90101a52b "--appversion", 0x7fb8fd3fe07c "0.4", 0x7fb90101a538 "--programname", 0x55e9b5e9ab60 "The TDE Session Manager", 0x7fb90101a546 "--bugaddress", 0x7fb90101c688 "http://bugs.trinitydesktop.org", 0x7fb90101a553 "--startupid", 0x55e9b5e3f180 "ubuntu;1584544606;196092;15844_TIME0", 0x0, 0x5e723b74 <error: Cannot access memory at address 0x5e723b74>, 0x3603ea1c <error: Cannot access memory at address 0x3603ea1c>, 0x5e723b74 <error: Cannot access memory at address 0x5e723b74>, 0x3603ea1c <error: Cannot access memory at address 0x3603ea1c>, 0x7a5313057970cc00 <error: Cannot access memory at address 0x7a5313057970cc00>}
i = 18
about = <optimized out>
sigtxt = "11\000\000\000\000\000\000\000"
pidtxt = "15845\000\000\000\000"
instance = <optimized out>
crashRecursionCounter = 2
rlp = {rlim_cur = 1024, rlim_max = 1048576}
#4 0x00007fb90007b470 in <signal handler called> () at /lib/x86_64-linux-gnu/libc.so.6
#5 0x00007fb9000d23ae in tcache_get (tc_idx=<optimized out>) at malloc.c:2937
e = 0x3b5f76b88
ar_ptr = <optimized out>
victim = <optimized out>
hook = <optimized out>
tbytes = <optimized out>
__PRETTY_FUNCTION__ = "__libc_malloc"
#6 0x00007fb9000d23ae in __GI___libc_malloc (bytes=204) at malloc.c:3051
ar_ptr = <optimized out>
victim = <optimized out>
hook = <optimized out>
tbytes = <optimized out>
__PRETTY_FUNCTION__ = "__libc_malloc"
#7 0x00007fb9002d11d9 in operator new(unsigned long) () at /lib/x86_64-linux-gnu/libstdc++.so.6
#8 0x00007fb900a95da9 in internalLatin1ToUnicode(char const*, uint*, uint) (str=0x55e9b6149270 "/home/x73/.trinity/share/config/session/kwrite_10e9d7756e000158447852900000010640018_1584544624_839392", len=len@entry=0x7ffc8af27814, maxlen=<optimized out>) at tools/qstring.cpp:1279
uc = <optimized out>
i = <optimized out>
result = 0x0
l = 102
#9 0x00007fb900a9ab97 in TQString::fromLatin1(char const*, int) (chars=<optimized out>, len=<optimized out>) at tools/qstring.cpp:6224
l = 32764
uc = <optimized out>
ret = {static null = {static null = <same as static member of an already seen type>, d = 0x55e9b5d989f0, static shared_null = 0x55e9b5d989f0}, d = 0x55e9b60ca320, static shared_null = 0x55e9b5d989f0}
#10 0x00007fb8fd3f6a4a in KSMClient::discardCommand() const (this=0x55e9b60091c0) at /home/x73/Sources/tde/main/tdebase/ksmserver/client.cpp:170
i = 1
result = {<TQValueList<TQString>> = {sh = 0x55e9b61493b0}, <No data fields>}
p = 0x55e9b5fa7590
#11 0x00007fb8fd3d62d1 in KSMServer::storeSession() (this=0x55e9b5e992c0) at /home/x73/Sources/tde/main/tdebase/ksmserver/server.cpp:908
restartHint = 0
program = {static null = {static null = <same as static member of an already seen type>, d = 0x55e9b5d989f0, static shared_null = 0x55e9b5d989f0}, d = 0x55e9b5eaf780, static shared_null = 0x55e9b5d989f0}
restartCommand = {<TQValueList<TQString>> = {sh = 0x55e9b5ea0bc0}, <No data fields>}
n = {static null = {static null = <same as static member of an already seen type>, d = 0x55e9b5d989f0, static shared_null = 0x55e9b5d989f0}, d = 0x55e9b5eb7f80, static shared_null = 0x55e9b5d989f0}
c = 0x55e9b60091c0
config = 0x55e9b5df4570
count = 6
#12 0x00007fb8fd3f42ee in KSMServer::completeShutdownOrCheckpoint() (this=0x55e9b5e992c0) at /home/x73/Sources/tde/main/tdebase/ksmserver/shutdown.cpp:838
waitForPhase2 = false
showLogoutStatusDlg = true
krs = {<TQObject> = {<TQt> = {static color0 = @0x7fb900d20be0, static color1 = @0x7fb900d20be8, static black = @0x7fb900d20bf0, static white = @0x7fb900d20bf8, static darkGray = @0x7fb900d20c00, static gray = @0x7fb900d20c08, static lightGray = @0x7fb900d20c10, static red = @0x7fb900d20c18, static green = @0x7fb900d20c20, static blue = @0x7fb900d20c28, static cyan = @0x7fb900d20c30, static magenta = @0x7fb900d20c38, static yellow = @0x7fb900d20c40, static darkRed = @0x7fb900d20c48, static darkGreen = @0x7fb900d20c50, static darkBlue = @0x7fb900d20c58, static darkCyan = @0x7fb900d20c60, static darkMagenta = @0x7fb900d20c68, static darkYellow = @0x7fb900d20c70, static arrowCursor = @0x7fb900d1e920, static upArrowCursor = @0x7fb900d1e928, static crossCursor = @0x7fb900d1e930, static waitCursor = @0x7fb900d1e938, static ibeamCursor = @0x7fb900d1e940, static sizeVerCursor = @0x7fb900d1e948, static sizeHorCursor = @0x7fb900d1e950, static sizeBDiagCursor = @0x7fb900d1e958, static sizeFDiagCursor = @0x7fb900d1e960, static sizeAllCursor = @0x7fb900d1e968, static blankCursor = @0x7fb900d1e970, static splitVCursor = @0x7fb900d1e978, static splitHCursor = @0x7fb900d1e980, static pointingHandCursor = @0x7fb900d1e988, static forbiddenCursor = @0x7fb900d1e990, static whatsThisCursor = @0x7fb900d1e998, static busyCursor = @0x7fb900d1e9a0}, _vptr.TQObject = 0x7fb8fd396820 <vtable for KRsync+16>, static metaObj = 0x55e9b5d96cd0, isSignal = 0, isWidget = 0, pendTimer = 0, blockSig = 0, wasDeleted = 0, isTree = 0, objname = 0x55e9b5ef6780 "", parentObj = 0x55e9b5e992c0, childObjects = 0x0, connections = 0x0, senderObjects = 0x0, eventFilters = 0x0, postedEvents = 0x0, d = 0x55e9b6149350}, static metaObj = 0x0, connectionAuth = {url = {m_strProtocol = {static null = {static null = <same as static member of an already seen type>, d = 0x55e9b5d989f0, static shared_null = 0x55e9b5d989f0}, d = 0x55e9b5d989f0, static shared_null = 0x55e9b5d989f0}, m_strUser = {static null = {static null = <same as static member of an already seen type>, d = 0x55e9b5d989f0, static shared_null = 0x55e9b5d989f0}, d = 0x55e9b5d989f0, static shared_null = 0x55e9b5d989f0}, m_strPass = {static null = {static null = <same as static member of an already seen type>, d = 0x55e9b5d989f0, static shared_null = 0x55e9b5d989f0}, d = 0x55e9b5d989f0, static shared_null = 0x55e9b5d989f0}, m_strHost = {static null = {static null = <same as static member of an already seen type>, d = 0x55e9b5d989f0, static shared_null = 0x55e9b5d989f0}, d = 0x55e9b5d989f0, static shared_null = 0x55e9b5d989f0}, m_strPath = {static null = {static null = <same as static member of an already seen type>, d = 0x55e9b5d989f0, static shared_null = 0x55e9b5d989f0}, d = 0x55e9b5d989f0, static shared_null = 0x55e9b5d989f0}, m_strRef_encoded = {static null = {static null = <same as static member of an already seen type>, d = 0x55e9b5d989f0, static shared_null = 0x55e9b5d989f0}, d = 0x55e9b5d989f0, static shared_null = 0x55e9b5d989f0}, m_strQuery_encoded = {static null = {static null = <same as static member of an already seen type>, d = 0x55e9b5d989f0, static shared_null = 0x55e9b5d989f0}, d = 0x55e9b5d989f0, static shared_null = 0x55e9b5d989f0}, m_bIsMalformed = true, m_iUriMode = KURL::Auto, freeForUse = 7, m_iPort = 0, m_strPath_encoded = {static null = {static null = <same as static member of an already seen type>, d = 0x55e9b5d989f0, static shared_null = 0x55e9b5d989f0}, d = 0x55e9b5d989f0, static shared_null = 0x55e9b5d989f0}, d = 0x55e9b5fbca80}, username = {static null = {static null = <same as static member of an already seen type>, d = 0x55e9b5d989f0, static shared_null = 0x55e9b5d989f0}, d = 0x55e9b5d989f0, static shared_null = 0x55e9b5d989f0}, password = {static null = {static null = <same as static member of an already seen type>, d = 0x55e9b5d989f0, static shared_null = 0x55e9b5d989f0}, d = 0x55e9b5d989f0, static shared_null = 0x55e9b5d989f0}, prompt = {static null = {static null = <same as static member of an already seen type>, d = 0x55e9b5d989f0, static shared_null = 0x55e9b5d989f0}, d = 0x55e9b5d989f0, static shared_null = 0x55e9b5d989f0}, caption = {static null = {static null = <same as static member of an already seen type>, d = 0x55e9b5d989f0, static shared_null = 0x55e9b5d989f0}, d = 0x55e9b5d989f0, static shared_null = 0x55e9b5d989f0}, comment = {static null = {static null = <same as static member of an already seen type>, d = 0x55e9b5d989f0, static shared_null = 0x55e9b5d989f0}, d = 0x55e9b5d989f0, static shared_null = 0x55e9b5d989f0}, commentLabel = {static null = {static null = <same as static member of an already seen type>, d = 0x55e9b5d989f0, static shared_null = 0x55e9b5d989f0}, d = 0x55e9b5d989f0, static shared_null = 0x55e9b5d989f0}, realmValue = {static null = {static null = <same as static member of an already seen type>, d = 0x55e9b5d989f0, static shared_null = 0x55e9b5d989f0}, d = 0x55e9b5d989f0, static shared_null = 0x55e9b5d989f0}, digestInfo = {static null = {static null = <same as static member of an already seen type>, d = 0x55e9b5d989f0, static shared_null = 0x55e9b5d989f0}, d = 0x55e9b5d989f0, static shared_null = 0x55e9b5d989f0}, verifyPath = false, readOnly = false, keepPassword = true, modified = false, d = 0x7fb9002d11d9 <operator new(unsigned long)+25>}, m_pURL = {m_strProtocol = {static null = {static null = <same as static member of an already seen type>, d = 0x55e9b5d989f0, static shared_null = 0x55e9b5d989f0}, d = 0x55e9b5d989f0, static shared_null = 0x55e9b5d989f0}, m_strUser = {static null = {static null = <same as static member of an already seen type>, d = 0x55e9b5d989f0, static shared_null = 0x55e9b5d989f0}, d = 0x55e9b5d989f0, static shared_null = 0x55e9b5d989f0}, m_strPass = {static null = {static null = <same as static member of an already seen type>, d = 0x55e9b5d989f0, static shared_null = 0x55e9b5d989f0}, d = 0x55e9b5d989f0, static shared_null = 0x55e9b5d989f0}, m_strHost = {static null = {static null = <same as static member of an already seen type>, d = 0x55e9b5d989f0, static shared_null = 0x55e9b5d989f0}, d = 0x55e9b5d989f0, static shared_null = 0x55e9b5d989f0}, m_strPath = {static null = {static null = <same as static member of an already seen type>, d = 0x55e9b5d989f0, static shared_null = 0x55e9b5d989f0}, d = 0x55e9b5d989f0, static shared_null = 0x55e9b5d989f0}, m_strRef_encoded = {static null = {static null = <same as static member of an already seen type>, d = 0x55e9b5d989f0, static shared_null = 0x55e9b5d989f0}, d = 0x55e9b5d989f0, static shared_null = 0x55e9b5d989f0}, m_strQuery_encoded = {static null = {static null = <same as static member of an already seen type>, d = 0x55e9b5d989f0, static shared_null = 0x55e9b5d989f0}, d = 0x55e9b5d989f0, static shared_null = 0x55e9b5d989f0}, m_bIsMalformed = true, m_iUriMode = KURL::Auto, freeForUse = 1, m_iPort = 0, m_strPath_encoded = {static null = {static null = <same as static member of an already seen type>, d = 0x55e9b5d989f0, static shared_null = 0x55e9b5d989f0}, d = 0x55e9b5d989f0, static shared_null = 0x55e9b5d989f0}, d = 0x55e9b5eb4a70}, m_progressDialog = 0x0, m_configDialog = 0x7fb9007e48be <qStartTimer(int, TQObject*)+558>, cfgfolderlist = {<TQValueList<TQString>> = {sh = 0x55e9b5f15380}, <No data fields>}, cfgautosync_onlogout_list = {<TQValueList<TQString>> = {sh = 0x55e9b5f9e390}, <No data fields>}, m_progressDialogExists = false, m_bSettingsLoaded = true, m_bInSpecialSync = false, isLoggedIn = false, childPid = 0, childFd = 2037435392, outBuf = 0x0, outBufPos = -1, outBufLen = 0, isStat = false, redirectUser = {static null = {static null = <same as static member of an already seen type>, d = 0x55e9b5d989f0, static shared_null = 0x55e9b5d989f0}, d = 0x55e9b5f76a50, static shared_null = 0x55e9b5d989f0}, redirectPass = {static null = {static null = <same as static member of an already seen type>, d = 0x55e9b5d989f0, static shared_null = 0x55e9b5d989f0}, d = 0x55e9b5f21eb0, static shared_null = 0x55e9b5d989f0}, connectionUser = {static null = {static null = <same as static member of an already seen type>, d = 0x55e9b5d989f0, static shared_null = 0x55e9b5d989f0}, d = 0x55e9b5d989f0, static shared_null = 0x55e9b5d989f0}, connectionPassword = {static null = {static null = <same as static member of an already seen type>, d = 0x55e9b5d989f0, static shared_null = 0x55e9b5d989f0}, d = 0x55e9b5d989f0, static shared_null = 0x55e9b5d989f0}, firstLogin = true, thisFn = {static null = {static null = <same as static member of an already seen type>, d = 0x55e9b5d989f0, static shared_null = 0x55e9b5d989f0}, d = 0x55e9b5d989f0, static shared_null = 0x55e9b5d989f0}}
#13 0x00007fb8fd3f25d9 in KSMServer::saveYourselfDone(KSMClient*, bool) (this=0x55e9b5e992c0, client=0x55e9b61028e0, success=true) at /home/x73/Sources/tde/main/tdebase/ksmserver/shutdown.cpp:448
#14 0x00007fb8fd3d1641 in KSMSaveYourselfDoneProc(_SmsConn*, void*, int) (managerData=0x55e9b61028e0, success=1) at /home/x73/Sources/tde/main/tdebase/ksmserver/server.cpp:224
#15 0x00007fb8ff11da9b in _SmsProcessMessage () at /lib/x86_64-linux-gnu/libSM.so.6
#16 0x00007fb8ff134cfb in IceProcessMessages () at /lib/x86_64-linux-gnu/libICE.so.6
#17 0x00007fb8fd3d5453 in KSMServer::processData(int) (this=0x55e9b5e992c0) at /home/x73/Sources/tde/main/tdebase/ksmserver/server.cpp:765
iceConn = 0x55e9b641d9a0
status = IceProcessMessagesSuccess
#18 0x00007fb8fd3d0c0b in KSMServer::tqt_invoke(int, TQUObject*) (this=0x55e9b5e992c0, _id=4, _o=0x7ffc8af27e50) at /home/x73/Sources/tde/main/build-tdebase-Desktop-Debug/ksmserver/server.moc:142
#19 0x00007fb90083f808 in TQObject::activate_signal(TQConnectionList*, TQUObject*) (this=this@entry=0x55e9b606c520, clist=clist@entry=0x55e9b5e985a0, o=o@entry=0x7ffc8af27e50) at kernel/ntqconnection.h:57
currentThread = 0x7fb900d20b70 <tqt_main_thread>
object = 0x55e9b5e992c0
sol = 0x55e9b641d940
oldSender = 0x0
c = 0x55e9b6419fa0
#20 0x00007fb90083fa32 in TQObject::activate_signal(int, int) (this=this@entry=0x55e9b606c520, signal=<optimized out>, param=<optimized out>) at kernel/qobject.cpp:2977
clist = 0x55e9b5e985a0
o = {{type = 0x7fb900d1df90 <static_QUType_Null>, payload = {b = 192, c = -64 '\300', s = -32576, i = -1963818816, l = 140722639634624, uc = 192 '\300', us = 32960, ui = 2331148480, ul = 140722639634624, f = -2.33521827e-32, d = 6.9526221835565505e-310, byte = "\300\200\362\212\374\177\000\000\220~\362\212\374\177\000", bytearray = {data = 0x7ffc8af280c0 "`\361\344\265\351U", size = 140722639634064}, ptr = 0x7ffc8af280c0, voidstar = {ptr = 0x7ffc8af280c0, owner = 144}, charstar = {ptr = 0x7ffc8af280c0 "`\361\344\265\351U", owner = 144}, utf8 = {ptr = 0x7ffc8af280c0 "`\361\344\265\351U", owner = 144}, local8bit = {ptr = 0x7ffc8af280c0 "`\361\344\265\351U", owner = 144}, iface = 0x7ffc8af280c0, idisp = 0x7ffc8af280c0}, isLastObject = false}, {type = 0x7fb900d1df60 <static_QUType_int>, payload = {b = 17, c = 17 '\021', s = 17, i = 17, l = 140432545677329, uc = 17 '\021', us = 17, ui = 17, ul = 140432545677329, f = 2.38220739e-44, d = 6.9382896377199908e-310, byte = "\021\000\000\000\271\177\000\000\320lE\266\351U\000", bytearray = {data = 0x7fb900000011 "\bD\v4", size = 94462273744080}, ptr = 0x7fb900000011, voidstar = {ptr = 0x7fb900000011, owner = 208}, charstar = {ptr = 0x7fb900000011 "\bD\v4", owner = 208}, utf8 = {ptr = 0x7fb900000011 "\bD\v4", owner = 208}, local8bit = {ptr = 0x7fb900000011 "\bD\v4", owner = 208}, iface = 0x7fb900000011, idisp = 0x7fb900000011}, isLastObject = true}}
#21 0x00007fb900af406b in TQSocketNotifier::activated(int) (this=this@entry=0x55e9b606c520, t0=<optimized out>) at ../include/ntqmetaobject.h:264
#22 0x00007fb90085c673 in TQSocketNotifier::event(TQEvent*) (this=0x55e9b606c520, e=0x7ffc8af280b0) at kernel/qsocketnotifier.cpp:261
#23 0x00007fb9007ee746 in TQApplication::internalNotify(TQObject*, TQEvent*) (this=this@entry=0x7ffc8af283c0, receiver=receiver@entry=0x55e9b606c520, e=e@entry=0x7ffc8af280b0) at kernel/qapplication.cpp:2883
locklevel = 2
llcount = 2
consumed = <optimized out>
handled = <optimized out>
#24 0x00007fb9007eeb8e in TQApplication::notify(TQObject*, TQEvent*) (this=this@entry=0x7ffc8af283c0, receiver=receiver@entry=0x55e9b606c520, e=e@entry=0x7ffc8af280b0) at kernel/qapplication.cpp:2726
res = <optimized out>
#25 0x00007fb900e387d5 in TDEApplication::notify(TQObject*, TQEvent*) (this=0x7ffc8af283c0, receiver=0x55e9b606c520, event=0x7ffc8af280b0) at ./tdecore/tdeapplication.cpp:660
t = <optimized out>
#26 0x00007fb9007e5612 in TQEventLoop::activateSocketNotifiers() (this=this@entry=0x55e9b5e3d980) at kernel/qeventloop_unix_glib.cpp:739
n_act = 0
event = {<TQt> = {static color0 = @0x7fb900d20be0, static color1 = @0x7fb900d20be8, static black = @0x7fb900d20bf0, static white = @0x7fb900d20bf8, static darkGray = @0x7fb900d20c00, static gray = @0x7fb900d20c08, static lightGray = @0x7fb900d20c10, static red = @0x7fb900d20c18, static green = @0x7fb900d20c20, static blue = @0x7fb900d20c28, static cyan = @0x7fb900d20c30, static magenta = @0x7fb900d20c38, static yellow = @0x7fb900d20c40, static darkRed = @0x7fb900d20c48, static darkGreen = @0x7fb900d20c50, static darkBlue = @0x7fb900d20c58, static darkCyan = @0x7fb900d20c60, static darkMagenta = @0x7fb900d20c68, static darkYellow = @0x7fb900d20c70, static arrowCursor = @0x7fb900d1e920, static upArrowCursor = @0x7fb900d1e928, static crossCursor = @0x7fb900d1e930, static waitCursor = @0x7fb900d1e938, static ibeamCursor = @0x7fb900d1e940, static sizeVerCursor = @0x7fb900d1e948, static sizeHorCursor = @0x7fb900d1e950, static sizeBDiagCursor = @0x7fb900d1e958, static sizeFDiagCursor = @0x7fb900d1e960, static sizeAllCursor = @0x7fb900d1e968, static blankCursor = @0x7fb900d1e970, static splitVCursor = @0x7fb900d1e978, static splitHCursor = @0x7fb900d1e980, static pointingHandCursor = @0x7fb900d1e988, static forbiddenCursor = @0x7fb900d1e990, static whatsThisCursor = @0x7fb900d1e998, static busyCursor = @0x7fb900d1e9a0}, _vptr.TQEvent = 0x7fb900ccdc80 <vtable for TQEvent+16>, t = TQEvent::SockAct, posted = 0, spont = 0}
it = {<TQGListIterator> = {list = 0x55e9b5e4f160, curNode = 0x0}, <No data fields>}
sn = 0x55e9b60cc3d0
#27 0x00007fb9007d22e1 in TQEventLoop::gsourceDispatch(_GSource*) (this=this@entry=0x55e9b5e3d980, gs=gs@entry=0x55e9b5e42620) at kernel/qeventloop_x11_glib.cpp:587
list = 0x55e9b5e4f128
sn = <optimized out>
locker = {mtx = 0x55e9b5e3ced0}
nevents = 0
flags = 4
#28 0x00007fb9007d237b in qt_gsource_dispatch(GSource*, GSourceFunc, gpointer) (source=0x55e9b5e42620, callback=<optimized out>, user_data=<optimized out>) at kernel/qeventloop_x11_glib.cpp:123
qtGSource = 0x55e9b5e42620
candidateEventLoop = 0x55e9b5e3d980
activeThreadEventLoop = <optimized out>
#29 0x00007fb8ff9d084d in g_main_context_dispatch () at /lib/x86_64-linux-gnu/libglib-2.0.so.0
#30 0x00007fb8ff9d0ad0 in () at /lib/x86_64-linux-gnu/libglib-2.0.so.0
#31 0x00007fb8ff9d0b73 in g_main_context_iteration () at /lib/x86_64-linux-gnu/libglib-2.0.so.0
#32 0x00007fb9007d138f in TQEventLoop::processEvents(unsigned int) (this=0x55e9b5e3d980, flags=<optimized out>) at kernel/qeventloop_x11_glib.cpp:279
save_flags = 4
rval = <optimized out>
#33 0x00007fb900801b69 in TQEventLoop::enterLoop() (this=0x55e9b5e3d980) at kernel/qeventloop.cpp:227
old_exitloop = false
#34 0x00007fb900801afd in TQEventLoop::exec() (this=0x55e9b5e3d980) at kernel/qeventloop.cpp:174
#35 0x00007fb8fd3d0269 in kdemain(int, char**) (argc=3, argv=0x55e9b5ded990) at /home/x73/Sources/tde/main/tdebase/ksmserver/main.cpp:243
aboutData = {mAppName = 0x7fb8fd3fe506 "ksmserver", mProgramName = 0x7fb8fd3fe4ee "The TDE Session Manager", mVersion = 0x7fb8fd3fe07c "0.4", mShortDescription = 0x7fb8fd3fe080 "The reliable TDE session manager that talks the standard X11R6 \nsession management protocol (XSMP).", mLicenseKey = 3, mCopyrightStatement = 0x7fb8fd3fe510 "(C) 2000, The KDE Developers", mOtherText = 0x0, mHomepageAddress = 0x0, mBugEmailAddress = 0x7fb90101c688 "http://bugs.trinitydesktop.org", mAuthorList = {sh = 0x55e9b5dec7f0}, mCreditList = {sh = 0x55e9b5ded700}, mLicenseText = 0x0, static defaultBugTracker = 0x7fb90101c688 "http://bugs.trinitydesktop.org", d = 0x55e9b5de6fc0}
a = {<TQApplication> = {<TQObject> = {<TQt> = {static color0 = @0x7fb900d20be0, static color1 = @0x7fb900d20be8, static black = @0x7fb900d20bf0, static white = @0x7fb900d20bf8, static darkGray = @0x7fb900d20c00, static gray = @0x7fb900d20c08, static lightGray = @0x7fb900d20c10, static red = @0x7fb900d20c18, static green = @0x7fb900d20c20, static blue = @0x7fb900d20c28, static cyan = @0x7fb900d20c30, static magenta = @0x7fb900d20c38, static yellow = @0x7fb900d20c40, static darkRed = @0x7fb900d20c48, static darkGreen = @0x7fb900d20c50, static darkBlue = @0x7fb900d20c58, static darkCyan = @0x7fb900d20c60, static darkMagenta = @0x7fb900d20c68, static darkYellow = @0x7fb900d20c70, static arrowCursor = @0x7fb900d1e920, static upArrowCursor = @0x7fb900d1e928, static crossCursor = @0x7fb900d1e930, static waitCursor = @0x7fb900d1e938, static ibeamCursor = @0x7fb900d1e940, static sizeVerCursor = @0x7fb900d1e948, static sizeHorCursor = @0x7fb900d1e950, static sizeBDiagCursor = @0x7fb900d1e958, static sizeFDiagCursor = @0x7fb900d1e960, static sizeAllCursor = @0x7fb900d1e968, static blankCursor = @0x7fb900d1e970, static splitVCursor = @0x7fb900d1e978, static splitHCursor = @0x7fb900d1e980, static pointingHandCursor = @0x7fb900d1e988, static forbiddenCursor = @0x7fb900d1e990, static whatsThisCursor = @0x7fb900d1e998, static busyCursor = @0x7fb900d1e9a0}, _vptr.TQObject = 0x7fb9010d1628 <vtable for TDEApplication+16>, static metaObj = 0x55e9b5d96cd0, isSignal = 0, isWidget = 0, pendTimer = 0, blockSig = 0, wasDeleted = 0, isTree = 1, objname = 0x55e9b5e33250 "ksmserver", parentObj = 0x0, childObjects = 0x55e9b5e792d0, connections = 0x55e9b5e954d0, senderObjects = 0x55e9b5e81530, eventFilters = 0x55e9b5e97ed0, postedEvents = 0x0, d = 0x55e9b5ded520}, static metaObj = 0x55e9b5e822d0, static tqt_mutex = 0x55e9b5e3ced0, app_argc = 1, app_argv = 0x55e9b5e1b300, quit_now = false, quit_code = 0, static app_style = 0x55e9b60cfde0, static app_cspec = 0, static app_pal = 0x55e9b5e3ceb0, static app_font = 0x55e9b5e3cce0, static app_cursor = 0x0, static app_tracking = 1, static is_app_running = true, static is_app_closing = false, static app_exit_loop = <optimized out>, static loop_level = 0, static main_widget = 0x0, static focus_widget = 0x55e9b6140ce0, static active_window = 0x55e9b6140ce0, static obey_desktop_settings = false, static cursor_flash_time = 1000, static mouse_double_click_time = 400, static wheel_scroll_lines = 3, static composedUnicode = 0, static animate_ui = false, static animate_menu = false, static animate_tooltip = false, static animate_combo = false, static fade_menu = false, static fade_tooltip = false, static animate_toolbox = false, static widgetCount = false, static metaComposeUnicode = false, translators = 0x55e9b5e98500, session_manager = 0x55e9b5e3c480, session_id = {static null = {static null = <same as static member of an already seen type>, d = 0x55e9b5d989f0, static shared_null = 0x55e9b5d989f0}, d = 0x55e9b5d989f0, static shared_null = 0x55e9b5d989f0}, static session_key = 0x55e9b5e3c1a0, is_session_restored = false, static defaultIM = {static null = {static null = <same as static member of an already seen type>, d = 0x55e9b5d989f0, static shared_null = 0x55e9b5d989f0}, d = 0x55e9b5d82a00, static shared_null = 0x55e9b5d989f0}, static app_strut = {wd = 0, ht = 0}, static app_libpaths = 0x55e9b5da9030, static app_palettes = 0x55e9b608cd50, static app_fonts = 0x55e9b5e95f30, static popupWidgets = 0x0}, <TDEInstance> = {_vptr.TDEInstance = 0x7fb9010d1720 <vtable for TDEApplication+264>, _dirs = 0x55e9b5e606d0, _config = 0x55e9b5df4570, _iconLoader = 0x55e9b5f88010, _hardwaredevices = 0x55e9b5e60ca0, _networkmanager = 0x0, _placeholder = 0x7ffc8af28510, _name = {<TQMemArray<char>> = {<TQGArray> = {_vptr.TQGArray = 0x55e9b502b668 <vtable for TQCString+16>, shd = 0x55e9b5e3b040}, <No data fields>}, <No data fields>}, _aboutData = 0x7ffc8af28350, d = 0x55e9b5e3f1b0, m_configReadOnly = false}, static metaObj = 0x55e9b5e82260, display = 0x55e9b5e193a0, kipcCommAtom = 380, kipcEventMask = 511, static KApp = 0x7ffc8af283c0, pArgc = 21993, pSessionConfig = 0x0, static s_DCOPClient = 0x55e9b5e9b9d0, static s_dcopClientNeedsPostInit = false, aCaption = {static null = {static null = <same as static member of an already seen type>, d = 0x55e9b5d989f0, static shared_null = 0x55e9b5d989f0}, d = 0x55e9b5d989f0, static shared_null = 0x55e9b5d989f0}, bSessionManagement = true, aIconPixmap = {pm = {icon = 0x0, miniIcon = 0x0}, unused = '\000' <repeats 16 times>, "!D\002\265\351U\000\000,y\002\265\351U\000\000\305Y\002\265\351U", '\000' <repeats 18 times>, "tdeinitmain\000X_tdeinitmain\000\002\265\351U\000\000\000\000\000\000\000\000\000"}, aIconName = {static null = {static null = <same as static member of an already seen type>, d = 0x55e9b5d989f0, static shared_null = 0x55e9b5d989f0}, d = 0x55e9b5d989f0, static shared_null = 0x55e9b5d989f0}, aMiniIconName = {static null = {static null = <same as static member of an already seen type>, d = 0x55e9b5d989f0, static shared_null = 0x55e9b5d989f0}, d = 0x55e9b5d989f0, static shared_null = 0x55e9b5d989f0}, useStyles = false, smw = 0x55e9b5e98820, argb_visual = true, argb_x11_visual = 94462267206416, argb_x11_colormap = 20971522, static loadedByKdeinit = false, captionLayout = 0, d = 0x55e9b5e4c5c0}
args = 0x55e9b5e19100
wm = {<TQMemArray<char>> = {<TQGArray> = {_vptr.TQGArray = 0x55e9b502b668 <vtable for TQCString+16>, shd = 0x55e9b5e19320}, <No data fields>}, <No data fields>}
wmaddargs = {<TQMemArray<char>> = {<TQGArray> = {_vptr.TQGArray = 0x55e9b502b668 <vtable for TQCString+16>, shd = 0x55e9b5e991a0}, <No data fields>}, <No data fields>}
only_local = true
server = 0x55e9b5e992c0
config = 0x55e9b5df4570
realScreenCount = 1
screenCountChanged = false
loginMode = {static null = {static null = <same as static member of an already seen type>, d = 0x55e9b5d989f0, static shared_null = 0x55e9b5d989f0}, d = 0x55e9b5e8ae80, static shared_null = 0x55e9b5d989f0}
#36 0x00007fb9015e813d in tdeinitmain(int, char**) (argc=3, argv=0x55e9b5ded990) at /build/tdebase-trinity-Yi6quQ/tdebase-trinity-14.1.0~s417/obj-x86_64-linux-gnu/ksmserver/ksmserver_tdeinit_module.cpp:3
#37 0x000055e9b5020d2e in launch(int, char const*, char const*, char const*, int, char const*, bool, char const*, bool, char const*) (argc=3, _name=<optimized out>, args=<optimized out>, cwd=<optimized out>, envc=<optimized out>, envs=<optimized out>, reset_env=true, tty=0x55e9b5ded212 "", avoid_loops=false, startup_id_str=0x55e9b5ded21b "") at ./tdeinit/tdeinit.cpp:674
exec = <optimized out>
launcher = 0
lib = {<TQMemArray<char>> = {<TQGArray> = {_vptr.TQGArray = 0x55e9b502b668 <vtable for TQCString+16>, shd = 0x55e9b5de6b40}, <No data fields>}, <No data fields>}
name = {<TQMemArray<char>> = {<TQGArray> = {_vptr.TQGArray = 0x55e9b502b668 <vtable for TQCString+16>, shd = 0x55e9b5de7090}, <No data fields>}, <No data fields>}
exec = {<TQMemArray<char>> = {<TQGArray> = {_vptr.TQGArray = 0x55e9b502b668 <vtable for TQCString+16>, shd = 0x55e9b5de7090}, <No data fields>}, <No data fields>}
libpath = {<TQMemArray<char>> = {<TQGArray> = {_vptr.TQGArray = 0x55e9b502b668 <vtable for TQCString+16>, shd = 0x55e9b5dd7780}, <No data fields>}, <No data fields>}
execpath = {<TQMemArray<char>> = {<TQGArray> = {_vptr.TQGArray = 0x55e9b502b668 <vtable for TQCString+16>, shd = 0x55e9b5decaf0}, <No data fields>}, <No data fields>}
startup_id = {d = 0x55e9b5df4ce0}
#38 0x000055e9b5021f5e in handle_launcher_request(int) (sock=<optimized out>) at ./tdeinit/tdeinit.cpp:1234
tty = <optimized out>
avoid_loops = <optimized out>
arg_n = <optimized out>
argc = 3
args = 0x55e9b5decd72 "--windowmanager"
reset_display = <optimized out>
pid = <optimized out>
response_header = {cmd = 32088641273921583, arg_length = 27866499442802735}
envc = <optimized out>
envs = <optimized out>
kdedisplay = {<TQMemArray<char>> = {<TQGArray> = {_vptr.TQGArray = 0x55e9b502b668 <vtable for TQCString+16>, shd = 0x55e9b5df49c0}, <No data fields>}, <No data fields>}
response_data = 280375465082880
l = <optimized out>
name = 0x55e9b5decd68 "ksmserver"
cwd = 0x55e9b5decd87 "/home/x73"
startup_id_str = 0x55e9b5ded21b ""
olddisplay = {<TQMemArray<char>> = {<TQGArray> = {_vptr.TQGArray = 0x55e9b502b668 <vtable for TQCString+16>, shd = 0x55e9b5da75a0}, <No data fields>}, <No data fields>}
launcher = <optimized out>
request_header = {cmd = 11, arg_length = 1212}
request_data = 0x55e9b5decd60 "\003"
result = <optimized out>
#39 0x000055e9b5022840 in handle_requests(pid_t) (waitForPid=waitForPid@entry=0) at ./tdeinit/tdeinit.cpp:1430
client = {sun_family = 1, sun_path = "\316\000\271\177\000\000p\310\336\265\351U\000\000\350B\316\000\271\177\000\000\200wݵ\351U\000\000\350B\316\000\271\177\000\000\220\310\336\265\351U\000\000\000h\336\265\351U\000\000Ph\336\265\351U\000\000\320g\336\265\351U\000\000\000\314py\005\023Sz\200o\336\265\351U\000\000\000\000\000\000\000\000\000\000@uڵ\351U\000\000\001\000\000\000\000"}
sClient = 2
sock = <optimized out>
wr_set = {fds_bits = {0 <repeats 16 times>}}
exit_pid = <optimized out>
c = 0 '\000'
rd_set = {fds_bits = {128, 0 <repeats 15 times>}}
e_set = {fds_bits = {0 <repeats 16 times>}}
result = <optimized out>
max_sock = 11
#40 0x000055e9b501e9f9 in main(int, char**, char**) (argc=<optimized out>, argv=0x7ffc8af28e58, envp=<optimized out>) at ./tdeinit/tdeinit.cpp:1906
i = <optimized out>
pid = <optimized out>
launch_dcop = <optimized out>
launch_tdelauncher = <optimized out>
launch_kded = <optimized out>
keep_running = <optimized out>
new_startup = <optimized out>
safe_argv = 0x55e9b5da7520
c = 0 '\000'
==== (gdb) info thread ====
Id Target Id Frame
* 1 Thread 0x7fb8fd99db00 (LWP 15845) "ksmserver" 0x00007fb90011ad17 in __GI___nanosleep (requested_time=0x7ffc8af24fa0, remaining=0x7ffc8af24fa0) at ../sysdeps/unix/sysv/linux/nanosleep.c:28
==== (gdb) thread apply all bt ====
Thread 1 (Thread 0x7fb8fd99db00 (LWP 15845)):
#0 0x00007fb90011ad17 in __GI___nanosleep (requested_time=0x7ffc8af24fa0, remaining=0x7ffc8af24fa0) at ../sysdeps/unix/sysv/linux/nanosleep.c:28
#1 0x00007fb90011ac4e in __sleep (seconds=0, seconds@entry=1) at ../sysdeps/posix/sleep.c:55
#2 0x00007fb900eba107 in TDECrash::startDrKonqi(char const**, int) (argv=argv@entry=0x7ffc8af270f0, argc=argc@entry=18) at ./tdecore/kcrash.cpp:312
#3 0x00007fb900eba445 in TDECrash::defaultCrashHandler(int) (sig=<optimized out>) at ./tdecore/kcrash.cpp:229
#4 0x00007fb90007b470 in <signal handler called> () at /lib/x86_64-linux-gnu/libc.so.6
#5 0x00007fb9000d23ae in tcache_get (tc_idx=<optimized out>) at malloc.c:2937
#6 0x00007fb9000d23ae in __GI___libc_malloc (bytes=204) at malloc.c:3051
#7 0x00007fb9002d11d9 in operator new(unsigned long) () at /lib/x86_64-linux-gnu/libstdc++.so.6
#8 0x00007fb900a95da9 in internalLatin1ToUnicode(char const*, uint*, uint) (str=0x55e9b6149270 "/home/x73/.trinity/share/config/session/kwrite_10e9d7756e000158447852900000010640018_1584544624_839392", len=len@entry=0x7ffc8af27814, maxlen=<optimized out>) at tools/qstring.cpp:1279
#9 0x00007fb900a9ab97 in TQString::fromLatin1(char const*, int) (chars=<optimized out>, len=<optimized out>) at tools/qstring.cpp:6224
#10 0x00007fb8fd3f6a4a in KSMClient::discardCommand() const (this=0x55e9b60091c0) at /home/x73/Sources/tde/main/tdebase/ksmserver/client.cpp:170
#11 0x00007fb8fd3d62d1 in KSMServer::storeSession() (this=0x55e9b5e992c0) at /home/x73/Sources/tde/main/tdebase/ksmserver/server.cpp:908
#12 0x00007fb8fd3f42ee in KSMServer::completeShutdownOrCheckpoint() (this=0x55e9b5e992c0) at /home/x73/Sources/tde/main/tdebase/ksmserver/shutdown.cpp:838
#13 0x00007fb8fd3f25d9 in KSMServer::saveYourselfDone(KSMClient*, bool) (this=0x55e9b5e992c0, client=0x55e9b61028e0, success=true) at /home/x73/Sources/tde/main/tdebase/ksmserver/shutdown.cpp:448
#14 0x00007fb8fd3d1641 in KSMSaveYourselfDoneProc(_SmsConn*, void*, int) (managerData=0x55e9b61028e0, success=1) at /home/x73/Sources/tde/main/tdebase/ksmserver/server.cpp:224
#15 0x00007fb8ff11da9b in _SmsProcessMessage () at /lib/x86_64-linux-gnu/libSM.so.6
#16 0x00007fb8ff134cfb in IceProcessMessages () at /lib/x86_64-linux-gnu/libICE.so.6
#17 0x00007fb8fd3d5453 in KSMServer::processData(int) (this=0x55e9b5e992c0) at /home/x73/Sources/tde/main/tdebase/ksmserver/server.cpp:765
#18 0x00007fb8fd3d0c0b in KSMServer::tqt_invoke(int, TQUObject*) (this=0x55e9b5e992c0, _id=4, _o=0x7ffc8af27e50) at /home/x73/Sources/tde/main/build-tdebase-Desktop-Debug/ksmserver/server.moc:142
#19 0x00007fb90083f808 in TQObject::activate_signal(TQConnectionList*, TQUObject*) (this=this@entry=0x55e9b606c520, clist=clist@entry=0x55e9b5e985a0, o=o@entry=0x7ffc8af27e50) at kernel/ntqconnection.h:57
#20 0x00007fb90083fa32 in TQObject::activate_signal(int, int) (this=this@entry=0x55e9b606c520, signal=<optimized out>, param=<optimized out>) at kernel/qobject.cpp:2977
#21 0x00007fb900af406b in TQSocketNotifier::activated(int) (this=this@entry=0x55e9b606c520, t0=<optimized out>) at ../include/ntqmetaobject.h:264
#22 0x00007fb90085c673 in TQSocketNotifier::event(TQEvent*) (this=0x55e9b606c520, e=0x7ffc8af280b0) at kernel/qsocketnotifier.cpp:261
#23 0x00007fb9007ee746 in TQApplication::internalNotify(TQObject*, TQEvent*) (this=this@entry=0x7ffc8af283c0, receiver=receiver@entry=0x55e9b606c520, e=e@entry=0x7ffc8af280b0) at kernel/qapplication.cpp:2883
#24 0x00007fb9007eeb8e in TQApplication::notify(TQObject*, TQEvent*) (this=this@entry=0x7ffc8af283c0, receiver=receiver@entry=0x55e9b606c520, e=e@entry=0x7ffc8af280b0) at kernel/qapplication.cpp:2726
#25 0x00007fb900e387d5 in TDEApplication::notify(TQObject*, TQEvent*) (this=0x7ffc8af283c0, receiver=0x55e9b606c520, event=0x7ffc8af280b0) at ./tdecore/tdeapplication.cpp:660
#26 0x00007fb9007e5612 in TQEventLoop::activateSocketNotifiers() (this=this@entry=0x55e9b5e3d980) at kernel/qeventloop_unix_glib.cpp:739
#27 0x00007fb9007d22e1 in TQEventLoop::gsourceDispatch(_GSource*) (this=this@entry=0x55e9b5e3d980, gs=gs@entry=0x55e9b5e42620) at kernel/qeventloop_x11_glib.cpp:587
#28 0x00007fb9007d237b in qt_gsource_dispatch(GSource*, GSourceFunc, gpointer) (source=0x55e9b5e42620, callback=<optimized out>, user_data=<optimized out>) at kernel/qeventloop_x11_glib.cpp:123
#29 0x00007fb8ff9d084d in g_main_context_dispatch () at /lib/x86_64-linux-gnu/libglib-2.0.so.0
#30 0x00007fb8ff9d0ad0 in () at /lib/x86_64-linux-gnu/libglib-2.0.so.0
#31 0x00007fb8ff9d0b73 in g_main_context_iteration () at /lib/x86_64-linux-gnu/libglib-2.0.so.0
#32 0x00007fb9007d138f in TQEventLoop::processEvents(unsigned int) (this=0x55e9b5e3d980, flags=<optimized out>) at kernel/qeventloop_x11_glib.cpp:279
#33 0x00007fb900801b69 in TQEventLoop::enterLoop() (this=0x55e9b5e3d980) at kernel/qeventloop.cpp:227
#34 0x00007fb900801afd in TQEventLoop::exec() (this=0x55e9b5e3d980) at kernel/qeventloop.cpp:174
#35 0x00007fb8fd3d0269 in kdemain(int, char**) (argc=3, argv=0x55e9b5ded990) at /home/x73/Sources/tde/main/tdebase/ksmserver/main.cpp:243
#36 0x00007fb9015e813d in tdeinitmain(int, char**) (argc=3, argv=0x55e9b5ded990) at /build/tdebase-trinity-Yi6quQ/tdebase-trinity-14.1.0~s417/obj-x86_64-linux-gnu/ksmserver/ksmserver_tdeinit_module.cpp:3
#37 0x000055e9b5020d2e in launch(int, char const*, char const*, char const*, int, char const*, bool, char const*, bool, char const*) (argc=3, _name=<optimized out>, args=<optimized out>, cwd=<optimized out>, envc=<optimized out>, envs=<optimized out>, reset_env=true, tty=0x55e9b5ded212 "", avoid_loops=false, startup_id_str=0x55e9b5ded21b "") at ./tdeinit/tdeinit.cpp:674
#38 0x000055e9b5021f5e in handle_launcher_request(int) (sock=<optimized out>) at ./tdeinit/tdeinit.cpp:1234
#39 0x000055e9b5022840 in handle_requests(pid_t) (waitForPid=waitForPid@entry=0) at ./tdeinit/tdeinit.cpp:1430
#40 0x000055e9b501e9f9 in main(int, char**, char**) (argc=<optimized out>, argv=0x7ffc8af28e58, envp=<optimized out>) at ./tdeinit/tdeinit.cpp:1906
==== (gdb) info sharedlibrary ====
From To Syms Read Shared Object Library
0x00007fb9015eff10 0x00007fb9015f4a42 Yes (*) /opt/trinity/lib/kgtk/libkgtk2.so
0x00007fb9015a2c60 0x00007fb9015bf7b7 Yes /opt/trinity/lib/libtdeparts.so.2
0x00007fb901566fa0 0x00007fb901574b68 Yes (*) /lib/x86_64-linux-gnu/libXft.so.2
0x00007fb90155d220 0x00007fb90155e189 Yes /lib/x86_64-linux-gnu/libdl.so.2
0x00007fb901252b00 0x00007fb90145d26c Yes /opt/trinity/lib/libtdeio.so.14
0x00007fb9010f4800 0x00007fb9011173da Yes (*) /lib/x86_64-linux-gnu/libfontconfig.so.1
0x00007fb900df55a0 0x00007fb90101128a Yes /opt/trinity/lib/libtdecore.so.14
0x00007fb9007875f0 0x00007fb900b22b29 Yes /lib/x86_64-linux-gnu/libtqt-mt.so.3
0x00007fb90042e0c0 0x00007fb9004b7706 Yes (*) /lib/x86_64-linux-gnu/libX11.so.6
0x00007fb9002c3e90 0x00007fb9003b8a62 Yes (*) /lib/x86_64-linux-gnu/libstdc++.so.6
0x00007fb90005a670 0x00007fb9001cf74f Yes /lib/x86_64-linux-gnu/libc.so.6
0x00007fb90001e5e0 0x00007fb90002e9c5 Yes (*) /lib/x86_64-linux-gnu/libgcc_s.so.1
0x00007fb8ffc2fed0 0x00007fb8ffe925c4 Yes (*) /lib/x86_64-linux-gnu/libgtk-x11-2.0.so.0
0x00007fb8ffb24c70 0x00007fb8ffb7d684 Yes (*) /lib/x86_64-linux-gnu/libgdk-x11-2.0.so.0
0x00007fb8ffab5e50 0x00007fb8ffae7b4e Yes (*) /lib/x86_64-linux-gnu/libgobject-2.0.so.0
0x00007fb8ff99cb00 0x00007fb8ffa1d4e2 Yes (*) /lib/x86_64-linux-gnu/libglib-2.0.so.0
0x00007fb8ff97b080 0x00007fb8ff97b1c2 Yes (*) /lib/x86_64-linux-gnu/libgthread-2.0.so.0
0x00007fb8ff72f3f0 0x00007fb8ff88bd91 Yes /opt/trinity/lib/libtdeui.so.14
0x00007fb8ff572c00 0x00007fb8ff592033 Yes /opt/trinity/lib/libDCOP.so.14
0x00007fb8ff4b7790 0x00007fb8ff533ee3 Yes (*) /lib/x86_64-linux-gnu/libfreetype.so.6
0x00007fb8ff2a2a60 0x00007fb8ff2a8ab5 Yes (*) /lib/x86_64-linux-gnu/libXrender.so.1
0x00007fb9015fc100 0x00007fb90161d3f4 Yes (*) /lib64/ld-linux-x86-64.so.2
0x00007fb8ff287fa0 0x00007fb8ff299fbd Yes /opt/trinity/lib/libtdesu.so.14
0x00007fb8ff26f9e0 0x00007fb8ff27abee Yes /opt/trinity/lib/libtdewalletclient.so.1
0x00007fb8ff260ce0 0x00007fb8ff265d85 Yes (*) /lib/libr.so.0
0x00007fb8ff252290 0x00007fb8ff2562c0 Yes (*) /lib/x86_64-linux-gnu/libacl.so.1
0x00007fb8ff22ce20 0x00007fb8ff2448f7 Yes (*) /lib/x86_64-linux-gnu/libmagic.so.1
0x00007fb8ff20e260 0x00007fb8ff21edab Yes (*) /lib/x86_64-linux-gnu/libz.so.1
0x00007fb8ff1e2230 0x00007fb8ff1fd467 Yes (*) /lib/x86_64-linux-gnu/libexpat.so.1
0x00007fb8ff1d7580 0x00007fb8ff1daf71 Yes (*) /lib/x86_64-linux-gnu/libuuid.so.1
0x00007fb8ff1b9b40 0x00007fb8ff1c95f5 Yes /lib/x86_64-linux-gnu/libpthread.so.0
0x00007fb8ff189e00 0x00007fb8ff1a5859 Yes /opt/trinity/lib/libtdefx.so.14
0x00007fb8ff149190 0x00007fb8ff14dadc Yes (*) /lib/x86_64-linux-gnu/libidn.so.11
0x00007fb8ff142140 0x00007fb8ff142b85 Yes (*) /lib/x86_64-linux-gnu/libXcomposite.so.1
0x00007fb8ff128a40 0x00007fb8ff13655a Yes (*) /lib/x86_64-linux-gnu/libICE.so.6
0x00007fb8ff11a270 0x00007fb8ff11e15b Yes (*) /lib/x86_64-linux-gnu/libSM.so.6
0x00007fb8ff0f27d0 0x00007fb8ff10bbaa Yes (*) /lib/x86_64-linux-gnu/libudev.so.1
0x00007fb8ff0e0620 0x00007fb8ff0e5f9a Yes (*) /lib/x86_64-linux-gnu/libpcsclite.so.1
0x00007fb8ff076b20 0x00007fb8ff0c0740 Yes (*) /lib/x86_64-linux-gnu/libcryptsetup.so.12
0x00007fb8ff0382c0 0x00007fb8ff05d3df Yes (*) /lib/libdbus-1-tqt.so.0
0x00007fb8ff0122e0 0x00007fb8ff025015 Yes (*) /lib/libart_lgpl_2.so.2
0x00007fb8ff00b040 0x00007fb8ff00b14f Yes /lib/x86_64-linux-gnu/libtqt.so.4
0x00007fb8feeca3c0 0x00007fb8fef70e78 Yes /lib/x86_64-linux-gnu/libm.so.6
0x00007fb8feea37e0 0x00007fb8feeb15fc Yes (*) /lib/x86_64-linux-gnu/libaudio.so.2
0x00007fb8fee1d540 0x00007fb8fee60469 Yes (*) /lib/x86_64-linux-gnu/libjpeg.so.8
0x00007fb8fede62a0 0x00007fb8fee0a0dd Yes (*) /lib/x86_64-linux-gnu/libpng16.so.16
0x00007fb8fedd1460 0x00007fb8feddbd1b Yes (*) /lib/x86_64-linux-gnu/libXi.so.6
0x00007fb8fedc4360 0x00007fb8fedca6b9 Yes (*) /lib/x86_64-linux-gnu/libXrandr.so.2
0x00007fb8fedb8660 0x00007fb8fedbd288 Yes (*) /lib/x86_64-linux-gnu/libXcursor.so.1
0x00007fb8fedaf0f0 0x00007fb8fedafa31 Yes (*) /lib/x86_64-linux-gnu/libXinerama.so.1
0x00007fb8fed9d5e0 0x00007fb8feda784e Yes (*) /lib/x86_64-linux-gnu/libXext.so.6
0x00007fb8fed7b330 0x00007fb8fed8d735 Yes (*) /lib/x86_64-linux-gnu/libxcb.so.1
0x00007fb8fed6b440 0x00007fb8fed6c323 Yes (*) /lib/x86_64-linux-gnu/libgmodule-2.0.so.0
0x00007fb8fed5f600 0x00007fb8fed64ac6 Yes (*) /lib/x86_64-linux-gnu/libpangocairo-1.0.so.0
0x00007fb8feb52540 0x00007fb8feb54876 Yes (*) /lib/x86_64-linux-gnu/libXfixes.so.3
0x00007fb8feb32d40 0x00007fb8feb4086f Yes (*) /lib/x86_64-linux-gnu/libatk-1.0.so.0
0x00007fb8fea1a680 0x00007fb8feae4b2e Yes (*) /lib/x86_64-linux-gnu/libcairo.so.2
0x00007fb8fe9e6660 0x00007fb8fe9fb223 Yes (*) /lib/x86_64-linux-gnu/libgdk_pixbuf-2.0.so.0
0x00007fb8fe8421c0 0x00007fb8fe94a1b6 Yes (*) /lib/x86_64-linux-gnu/libgio-2.0.so.0
0x00007fb8fe7f3000 0x00007fb8fe7fc5c1 Yes (*) /lib/x86_64-linux-gnu/libpangoft2-1.0.so.0
0x00007fb8fe7aa400 0x00007fb8fe7cc1c4 Yes (*) /lib/x86_64-linux-gnu/libpango-1.0.so.0
0x00007fb8fe7981a0 0x00007fb8fe798b1b Yes (*) /lib/x86_64-linux-gnu/libXdamage.so.1
0x00007fb8fe78f200 0x00007fb8fe793a7a Yes (*) /lib/x86_64-linux-gnu/libffi.so.6
0x00007fb8fe71b170 0x00007fb8fe76c5c6 Yes (*) /lib/x86_64-linux-gnu/libpcre.so.3
0x00007fb8fe618db0 0x00007fb8fe6c43af Yes (*) /lib/x86_64-linux-gnu/libbfd-2.33-system.so
0x00007fb8fe5ae200 0x00007fb8fe5c4e02 Yes (*) /lib/x86_64-linux-gnu/liblzma.so.5
0x00007fb8fe59a240 0x00007fb8fe5a6ec6 Yes (*) /lib/x86_64-linux-gnu/libbz2.so.1.0
0x00007fb8fe582e40 0x00007fb8fe590e69 Yes (*) /lib/x86_64-linux-gnu/libbsd.so.0
0x00007fb8fe51d2a0 0x00007fb8fe563393 Yes (*) /lib/x86_64-linux-gnu/libdevmapper.so.1.02.1
0x00007fb8fe2b4000 0x00007fb8fe4507a0 Yes (*) /lib/x86_64-linux-gnu/libcrypto.so.1.1
0x00007fb8fe230110 0x00007fb8fe234997 Yes (*) /lib/x86_64-linux-gnu/libargon2.so.1
0x00007fb8fe227720 0x00007fb8fe22adc0 Yes /lib/x86_64-linux-gnu/librt.so.1
0x00007fb8fe216600 0x00007fb8fe21dc30 Yes (*) /lib/x86_64-linux-gnu/libjson-c.so.4
0x00007fb8fe1c6680 0x00007fb8fe1fa232 Yes (*) /lib/x86_64-linux-gnu/libblkid.so.1
0x00007fb8fe177770 0x00007fb8fe1a33f1 Yes (*) /lib/x86_64-linux-gnu/libdbus-1.so.3
0x00007fb8fdf16110 0x00007fb8fdf52079 Yes (*) /lib/x86_64-linux-gnu/libXt.so.6
0x00007fb8fdefc360 0x00007fb8fdefd052 Yes (*) /lib/x86_64-linux-gnu/libXau.so.6
0x00007fb8fdef51a0 0x00007fb8fdef6a03 Yes (*) /lib/x86_64-linux-gnu/libXdmcp.so.6
0x00007fb8fde56300 0x00007fb8fded9384 Yes (*) /lib/x86_64-linux-gnu/libpixman-1.so.0
0x00007fb8fde48090 0x00007fb8fde48b63 Yes (*) /lib/x86_64-linux-gnu/libxcb-shm.so.0
0x00007fb8fde3d0b0 0x00007fb8fde41a78 Yes (*) /lib/x86_64-linux-gnu/libxcb-render.so.0
0x00007fb8fdde2b80 0x00007fb8fde1eb52 Yes (*) /lib/x86_64-linux-gnu/libmount.so.1
0x00007fb8fddb20c0 0x00007fb8fddc9cc0 Yes (*) /lib/x86_64-linux-gnu/libselinux.so.1
0x00007fb8fdd94740 0x00007fb8fdda2f6c Yes /lib/x86_64-linux-gnu/libresolv.so.2
0x00007fb8fdca2cb0 0x00007fb8fdd5b4c2 Yes (*) /lib/x86_64-linux-gnu/libharfbuzz.so.0
0x00007fb8fdc90320 0x00007fb8fdc93e87 Yes (*) /lib/x86_64-linux-gnu/libthai.so.0
0x00007fb8fdc73120 0x00007fb8fdc760ef Yes (*) /lib/x86_64-linux-gnu/libfribidi.so.0
0x00007fb8fdbd7dc0 0x00007fb8fdc452f6 Yes (*) /lib/x86_64-linux-gnu/libsystemd.so.0
0x00007fb8fdb44180 0x00007fb8fdb9fd83 Yes (*) /lib/x86_64-linux-gnu/libpcre2-8.so.0
0x00007fb8fdb18280 0x00007fb8fdb39182 Yes (*) /lib/x86_64-linux-gnu/libgraphite2.so.3
0x00007fb8fdb0d220 0x00007fb8fdb10730 Yes (*) /lib/x86_64-linux-gnu/libdatrie.so.1
0x00007fb8fdaeb0b0 0x00007fb8fdb03dab Yes (*) /lib/x86_64-linux-gnu/liblz4.so.1
0x00007fb8fd9d7580 0x00007fb8fdaa4a3c Yes (*) /lib/x86_64-linux-gnu/libgcrypt.so.20
0x00007fb8fd9acc80 0x00007fb8fd9bed12 Yes (*) /lib/x86_64-linux-gnu/libgpg-error.so.0
0x00007fb9015e8060 0x00007fb9015e813f Yes /opt/trinity/lib/trinity/ksmserver.so
0x00007fb8fd3ced30 0x00007fb8fd3fdc15 Yes /opt/trinity/lib/libtdeinit_ksmserver.so
0x00007fb8fd387140 0x00007fb8fd391999 Yes /opt/trinity/lib/libtdersync.so.0
0x00007fb8fd2c25c0 0x00007fb8fd2c8a1c Yes /lib/x86_64-linux-gnu/libnss_files.so.2
0x00007fb8fd3548c0 0x00007fb8fd3688f9 Yes /opt/trinity/lib/trinity/plugins/styles/plastik.so
0x00007fb8fd41b5c0 0x00007fb8fd41c1a6 Yes /usr/lib/x86_64-linux-gnu/tqt3/plugins/imageformats/libqmng.so
0x00007fb8fd178260 0x00007fb8fd1cb4da Yes (*) /lib/x86_64-linux-gnu/libmng.so.2
0x00007fb8fd1136c0 0x00007fb8fd149a51 Yes (*) /lib/x86_64-linux-gnu/liblcms2.so.2
(*): Shared library is missing debugging information.
[Inferior 1 (process 15845) detached]
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
0x00007f947a39ad17 in __GI___nanosleep (requested_time=0x7ffeb7557660, remaining=0x7ffeb7557660) at ../sysdeps/unix/sysv/linux/nanosleep.c:28
==== (gdb) bt ====
#0 0x00007f947a39ad17 in __GI___nanosleep (requested_time=0x7ffeb7557660, remaining=0x7ffeb7557660) at ../sysdeps/unix/sysv/linux/nanosleep.c:28
#1 0x00007f947a39ac4e in __sleep (seconds=0, seconds@entry=1) at ../sysdeps/posix/sleep.c:55
#2 0x00007f947b13a107 in TDECrash::startDrKonqi(char const**, int) (argv=argv@entry=0x7ffeb75597b0, argc=argc@entry=18) at ./tdecore/kcrash.cpp:312
#3 0x00007f947b13a445 in TDECrash::defaultCrashHandler(int) (sig=<optimized out>) at ./tdecore/kcrash.cpp:229
#4 0x00007f947a2fb470 in <signal handler called> () at /lib/x86_64-linux-gnu/libc.so.6
#5 0x00007f947a3523ae in tcache_get (tc_idx=<optimized out>) at malloc.c:2937
#6 0x00007f947a3523ae in __GI___libc_malloc (bytes=204) at malloc.c:3051
#7 0x00007f947a5511d9 in operator new(unsigned long) () at /lib/x86_64-linux-gnu/libstdc++.so.6
#8 0x00007f947ad15da9 in internalLatin1ToUnicode(char const*, uint*, uint) (str=0x564fb6cca250 "/home/x73/.trinity/share/config/session/kwrite_10e9d7756e000158447852900000010640018_1584543531_164637", len=len@entry=0x7ffeb7559ed4, maxlen=<optimized out>) at tools/qstring.cpp:1279
#9 0x00007f947ad1ab97 in TQString::fromLatin1(char const*, int) (chars=<optimized out>, len=<optimized out>) at tools/qstring.cpp:6224
#10 0x00007f9477676a4a in KSMClient::discardCommand() const (this=0x564fb68adad0) at /home/x73/Sources/tde/main/tdebase/ksmserver/client.cpp:170
#11 0x00007f94776562d1 in KSMServer::storeSession() (this=0x564fb6729f60) at /home/x73/Sources/tde/main/tdebase/ksmserver/server.cpp:908
#12 0x00007f94776742ee in KSMServer::completeShutdownOrCheckpoint() (this=0x564fb6729f60) at /home/x73/Sources/tde/main/tdebase/ksmserver/shutdown.cpp:838
#13 0x00007f94776725d9 in KSMServer::saveYourselfDone(KSMClient*, bool) (this=0x564fb6729f60, client=0x564fb6cc1d20, success=true) at /home/x73/Sources/tde/main/tdebase/ksmserver/shutdown.cpp:448
#14 0x00007f9477651641 in KSMSaveYourselfDoneProc(_SmsConn*, void*, int) (managerData=0x564fb6cc1d20, success=1) at /home/x73/Sources/tde/main/tdebase/ksmserver/server.cpp:224
#15 0x00007f947939da9b in _SmsProcessMessage () at /lib/x86_64-linux-gnu/libSM.so.6
#16 0x00007f94793b4cfb in IceProcessMessages () at /lib/x86_64-linux-gnu/libICE.so.6
#17 0x00007f9477655453 in KSMServer::processData(int) (this=0x564fb6729f60) at /home/x73/Sources/tde/main/tdebase/ksmserver/server.cpp:765
#18 0x00007f9477650c0b in KSMServer::tqt_invoke(int, TQUObject*) (this=0x564fb6729f60, _id=4, _o=0x7ffeb755a510) at /home/x73/Sources/tde/main/build-tdebase-Desktop-Debug/ksmserver/server.moc:142
#19 0x00007f947aabf808 in TQObject::activate_signal(TQConnectionList*, TQUObject*) (this=this@entry=0x564fb6bef300, clist=clist@entry=0x564fb67292d0, o=o@entry=0x7ffeb755a510) at kernel/ntqconnection.h:57
#20 0x00007f947aabfa32 in TQObject::activate_signal(int, int) (this=this@entry=0x564fb6bef300, signal=<optimized out>, param=<optimized out>) at kernel/qobject.cpp:2977
#21 0x00007f947ad7406b in TQSocketNotifier::activated(int) (this=this@entry=0x564fb6bef300, t0=<optimized out>) at ../include/ntqmetaobject.h:264
#22 0x00007f947aadc673 in TQSocketNotifier::event(TQEvent*) (this=0x564fb6bef300, e=0x7ffeb755a770) at kernel/qsocketnotifier.cpp:261
#23 0x00007f947aa6e746 in TQApplication::internalNotify(TQObject*, TQEvent*) (this=this@entry=0x7ffeb755aa80, receiver=receiver@entry=0x564fb6bef300, e=e@entry=0x7ffeb755a770) at kernel/qapplication.cpp:2883
#24 0x00007f947aa6eb8e in TQApplication::notify(TQObject*, TQEvent*) (this=this@entry=0x7ffeb755aa80, receiver=receiver@entry=0x564fb6bef300, e=e@entry=0x7ffeb755a770) at kernel/qapplication.cpp:2726
#25 0x00007f947b0b87d5 in TDEApplication::notify(TQObject*, TQEvent*) (this=0x7ffeb755aa80, receiver=0x564fb6bef300, event=0x7ffeb755a770) at ./tdecore/tdeapplication.cpp:660
#26 0x00007f947aa65612 in TQEventLoop::activateSocketNotifiers() (this=this@entry=0x564fb66e5250) at kernel/qeventloop_unix_glib.cpp:739
#27 0x00007f947aa522e1 in TQEventLoop::gsourceDispatch(_GSource*) (this=this@entry=0x564fb66e5250, gs=gs@entry=0x564fb66e48b0) at kernel/qeventloop_x11_glib.cpp:587
#28 0x00007f947aa5237b in qt_gsource_dispatch(GSource*, GSourceFunc, gpointer) (source=0x564fb66e48b0, callback=<optimized out>, user_data=<optimized out>) at kernel/qeventloop_x11_glib.cpp:123
#29 0x00007f9479c5084d in g_main_context_dispatch () at /lib/x86_64-linux-gnu/libglib-2.0.so.0
#30 0x00007f9479c50ad0 in () at /lib/x86_64-linux-gnu/libglib-2.0.so.0
#31 0x00007f9479c50b73 in g_main_context_iteration () at /lib/x86_64-linux-gnu/libglib-2.0.so.0
#32 0x00007f947aa5138f in TQEventLoop::processEvents(unsigned int) (this=0x564fb66e5250, flags=<optimized out>) at kernel/qeventloop_x11_glib.cpp:279
#33 0x00007f947aa81b69 in TQEventLoop::enterLoop() (this=0x564fb66e5250) at kernel/qeventloop.cpp:227
#34 0x00007f947aa81afd in TQEventLoop::exec() (this=0x564fb66e5250) at kernel/qeventloop.cpp:174
#35 0x00007f9477650269 in kdemain(int, char**) (argc=3, argv=0x564fb6691990) at /home/x73/Sources/tde/main/tdebase/ksmserver/main.cpp:243
#36 0x00007f947b86813d in tdeinitmain(int, char**) (argc=3, argv=0x564fb6691990) at /build/tdebase-trinity-Yi6quQ/tdebase-trinity-14.1.0~s417/obj-x86_64-linux-gnu/ksmserver/ksmserver_tdeinit_module.cpp:3
#37 0x0000564fb56b8d2e in launch(int, char const*, char const*, char const*, int, char const*, bool, char const*, bool, char const*) (argc=3, _name=<optimized out>, args=<optimized out>, cwd=<optimized out>, envc=<optimized out>, envs=<optimized out>, reset_env=true, tty=0x564fb6691211 "", avoid_loops=false, startup_id_str=0x564fb669121a "") at ./tdeinit/tdeinit.cpp:674
#38 0x0000564fb56b9f5e in handle_launcher_request(int) (sock=<optimized out>) at ./tdeinit/tdeinit.cpp:1234
#39 0x0000564fb56ba840 in handle_requests(pid_t) (waitForPid=waitForPid@entry=0) at ./tdeinit/tdeinit.cpp:1430
#40 0x0000564fb56b69f9 in main(int, char**, char**) (argc=<optimized out>, argv=0x7ffeb755b518, envp=<optimized out>) at ./tdeinit/tdeinit.cpp:1906
==== (gdb) bt full ====
#0 0x00007f947a39ad17 in __GI___nanosleep (requested_time=0x7ffeb7557660, remaining=0x7ffeb7557660) at ../sysdeps/unix/sysv/linux/nanosleep.c:28
resultvar = 18446744073709551100
#1 0x00007f947a39ac4e in __sleep (seconds=0, seconds@entry=1) at ../sysdeps/posix/sleep.c:55
save_errno = 9
ts = {tv_sec = 0, tv_nsec = 852191484}
#2 0x00007f947b13a107 in TDECrash::startDrKonqi(char const**, int) (argv=argv@entry=0x7ffeb75597b0, argc=argc@entry=18) at ./tdecore/kcrash.cpp:312
socket = <optimized out>
header = {cmd = 4, arg_length = 8}
BUFSIZE = 8192
buffer = "\224\066\000\000\000\000\000\000drkonqi\000-display\000:0\000--appname\000ksmserver\000--tdeinit\000--signal\000\061\061\000--pid\000\061\063\067\064\060\000--appversion\000\060.4\000--programname\000The TDE Session Manager\000--bugaddress\000http://bugs.trinitydesktop.org\000--startupid\000ubuntu;"...
pos = <optimized out>
argcl = 18
env = 0
avoid_loops = 0
pid = 13972
#3 0x00007f947b13a445 in TDECrash::defaultCrashHandler(int) (sig=<optimized out>) at ./tdecore/kcrash.cpp:229
argv = {0x7f947b29a4d4 "drkonqi", 0x7f947b292566 "-display", 0x564fb66917a0 ":0", 0x7f947b29a4fe "--appname", 0x564fb66dae60 "ksmserver", 0x7f947b29a508 "--tdeinit", 0x7f947b29a51c "--signal", 0x7ffeb7559874 "11", 0x7f947b29a525 "--pid", 0x7ffeb755987e "13740", 0x7f947b29a52b "--appversion", 0x7f947767e07c "0.4", 0x7f947b29a538 "--programname", 0x564fb673fa50 "The TDE Session Manager", 0x7f947b29a546 "--bugaddress", 0x7f947b29c688 "http://bugs.trinitydesktop.org", 0x7f947b29a553 "--startupid", 0x564fb66e6ef0 "ubuntu;1584543494;528558;13739_TIME0", 0x0, 0x5e72372e <error: Cannot access memory at address 0x5e72372e>, 0x372284d2 <error: Cannot access memory at address 0x372284d2>, 0x5e72372e <error: Cannot access memory at address 0x5e72372e>, 0x372284d2 <error: Cannot access memory at address 0x372284d2>, 0x3e56daebd39d3600 <error: Cannot access memory at address 0x3e56daebd39d3600>}
i = 18
about = <optimized out>
sigtxt = "11\000\000\000\000\000\000\000"
pidtxt = "13740\000\000\000\000"
instance = <optimized out>
crashRecursionCounter = 2
rlp = {rlim_cur = 1024, rlim_max = 1048576}
#4 0x00007f947a2fb470 in <signal handler called> () at /lib/x86_64-linux-gnu/libc.so.6
#5 0x00007f947a3523ae in tcache_get (tc_idx=<optimized out>) at malloc.c:2937
e = 0x3b68e1098
ar_ptr = <optimized out>
victim = <optimized out>
hook = <optimized out>
tbytes = <optimized out>
__PRETTY_FUNCTION__ = "__libc_malloc"
#6 0x00007f947a3523ae in __GI___libc_malloc (bytes=204) at malloc.c:3051
ar_ptr = <optimized out>
victim = <optimized out>
hook = <optimized out>
tbytes = <optimized out>
__PRETTY_FUNCTION__ = "__libc_malloc"
#7 0x00007f947a5511d9 in operator new(unsigned long) () at /lib/x86_64-linux-gnu/libstdc++.so.6
#8 0x00007f947ad15da9 in internalLatin1ToUnicode(char const*, uint*, uint) (str=0x564fb6cca250 "/home/x73/.trinity/share/config/session/kwrite_10e9d7756e000158447852900000010640018_1584543531_164637", len=len@entry=0x7ffeb7559ed4, maxlen=<optimized out>) at tools/qstring.cpp:1279
uc = <optimized out>
i = <optimized out>
result = 0x0
l = 102
#9 0x00007f947ad1ab97 in TQString::fromLatin1(char const*, int) (chars=<optimized out>, len=<optimized out>) at tools/qstring.cpp:6224
l = 32766
uc = <optimized out>
ret = {static null = {static null = <same as static member of an already seen type>, d = 0x564fb663c9f0, static shared_null = 0x564fb663c9f0}, d = 0x564fb677b670, static shared_null = 0x564fb663c9f0}
#10 0x00007f9477676a4a in KSMClient::discardCommand() const (this=0x564fb68adad0) at /home/x73/Sources/tde/main/tdebase/ksmserver/client.cpp:170
i = 1
result = {<TQValueList<TQString>> = {sh = 0x564fb692cf40}, <No data fields>}
p = 0x564fb682a180
#11 0x00007f94776562d1 in KSMServer::storeSession() (this=0x564fb6729f60) at /home/x73/Sources/tde/main/tdebase/ksmserver/server.cpp:908
restartHint = 0
program = {static null = {static null = <same as static member of an already seen type>, d = 0x564fb663c9f0, static shared_null = 0x564fb663c9f0}, d = 0x564fb68446e0, static shared_null = 0x564fb663c9f0}
restartCommand = {<TQValueList<TQString>> = {sh = 0x564fb6754810}, <No data fields>}
n = {static null = {static null = <same as static member of an already seen type>, d = 0x564fb663c9f0, static shared_null = 0x564fb663c9f0}, d = 0x564fb69a9470, static shared_null = 0x564fb663c9f0}
c = 0x564fb68adad0
config = 0x564fb66e9820
count = 6
#12 0x00007f94776742ee in KSMServer::completeShutdownOrCheckpoint() (this=0x564fb6729f60) at /home/x73/Sources/tde/main/tdebase/ksmserver/shutdown.cpp:838
waitForPhase2 = false
showLogoutStatusDlg = true
krs = {<TQObject> = {<TQt> = {static color0 = @0x7f947afa0be0, static color1 = @0x7f947afa0be8, static black = @0x7f947afa0bf0, static white = @0x7f947afa0bf8, static darkGray = @0x7f947afa0c00, static gray = @0x7f947afa0c08, static lightGray = @0x7f947afa0c10, static red = @0x7f947afa0c18, static green = @0x7f947afa0c20, static blue = @0x7f947afa0c28, static cyan = @0x7f947afa0c30, static magenta = @0x7f947afa0c38, static yellow = @0x7f947afa0c40, static darkRed = @0x7f947afa0c48, static darkGreen = @0x7f947afa0c50, static darkBlue = @0x7f947afa0c58, static darkCyan = @0x7f947afa0c60, static darkMagenta = @0x7f947afa0c68, static darkYellow = @0x7f947afa0c70, static arrowCursor = @0x7f947af9e920, static upArrowCursor = @0x7f947af9e928, static crossCursor = @0x7f947af9e930, static waitCursor = @0x7f947af9e938, static ibeamCursor = @0x7f947af9e940, static sizeVerCursor = @0x7f947af9e948, static sizeHorCursor = @0x7f947af9e950, static sizeBDiagCursor = @0x7f947af9e958, static sizeFDiagCursor = @0x7f947af9e960, static sizeAllCursor = @0x7f947af9e968, static blankCursor = @0x7f947af9e970, static splitVCursor = @0x7f947af9e978, static splitHCursor = @0x7f947af9e980, static pointingHandCursor = @0x7f947af9e988, static forbiddenCursor = @0x7f947af9e990, static whatsThisCursor = @0x7f947af9e998, static busyCursor = @0x7f947af9e9a0}, _vptr.TQObject = 0x7f9477616820 <vtable for KRsync+16>, static metaObj = 0x564fb663acd0, isSignal = 0, isWidget = 0, pendTimer = 0, blockSig = 0, wasDeleted = 0, isTree = 0, objname = 0x564fb6ccf750 "", parentObj = 0x564fb6729f60, childObjects = 0x0, connections = 0x0, senderObjects = 0x0, eventFilters = 0x0, postedEvents = 0x0, d = 0x564fb675f0c0}, static metaObj = 0x0, connectionAuth = {url = {m_strProtocol = {static null = {static null = <same as static member of an already seen type>, d = 0x564fb663c9f0, static shared_null = 0x564fb663c9f0}, d = 0x564fb663c9f0, static shared_null = 0x564fb663c9f0}, m_strUser = {static null = {static null = <same as static member of an already seen type>, d = 0x564fb663c9f0, static shared_null = 0x564fb663c9f0}, d = 0x564fb663c9f0, static shared_null = 0x564fb663c9f0}, m_strPass = {static null = {static null = <same as static member of an already seen type>, d = 0x564fb663c9f0, static shared_null = 0x564fb663c9f0}, d = 0x564fb663c9f0, static shared_null = 0x564fb663c9f0}, m_strHost = {static null = {static null = <same as static member of an already seen type>, d = 0x564fb663c9f0, static shared_null = 0x564fb663c9f0}, d = 0x564fb663c9f0, static shared_null = 0x564fb663c9f0}, m_strPath = {static null = {static null = <same as static member of an already seen type>, d = 0x564fb663c9f0, static shared_null = 0x564fb663c9f0}, d = 0x564fb663c9f0, static shared_null = 0x564fb663c9f0}, m_strRef_encoded = {static null = {static null = <same as static member of an already seen type>, d = 0x564fb663c9f0, static shared_null = 0x564fb663c9f0}, d = 0x564fb663c9f0, static shared_null = 0x564fb663c9f0}, m_strQuery_encoded = {static null = {static null = <same as static member of an already seen type>, d = 0x564fb663c9f0, static shared_null = 0x564fb663c9f0}, d = 0x564fb663c9f0, static shared_null = 0x564fb663c9f0}, m_bIsMalformed = true, m_iUriMode = KURL::Auto, freeForUse = 2, m_iPort = 0, m_strPath_encoded = {static null = {static null = <same as static member of an already seen type>, d = 0x564fb663c9f0, static shared_null = 0x564fb663c9f0}, d = 0x564fb663c9f0, static shared_null = 0x564fb663c9f0}, d = 0x564fb682f540}, username = {static null = {static null = <same as static member of an already seen type>, d = 0x564fb663c9f0, static shared_null = 0x564fb663c9f0}, d = 0x564fb663c9f0, static shared_null = 0x564fb663c9f0}, password = {static null = {static null = <same as static member of an already seen type>, d = 0x564fb663c9f0, static shared_null = 0x564fb663c9f0}, d = 0x564fb663c9f0, static shared_null = 0x564fb663c9f0}, prompt = {static null = {static null = <same as static member of an already seen type>, d = 0x564fb663c9f0, static shared_null = 0x564fb663c9f0}, d = 0x564fb663c9f0, static shared_null = 0x564fb663c9f0}, caption = {static null = {static null = <same as static member of an already seen type>, d = 0x564fb663c9f0, static shared_null = 0x564fb663c9f0}, d = 0x564fb663c9f0, static shared_null = 0x564fb663c9f0}, comment = {static null = {static null = <same as static member of an already seen type>, d = 0x564fb663c9f0, static shared_null = 0x564fb663c9f0}, d = 0x564fb663c9f0, static shared_null = 0x564fb663c9f0}, commentLabel = {static null = {static null = <same as static member of an already seen type>, d = 0x564fb663c9f0, static shared_null = 0x564fb663c9f0}, d = 0x564fb663c9f0, static shared_null = 0x564fb663c9f0}, realmValue = {static null = {static null = <same as static member of an already seen type>, d = 0x564fb663c9f0, static shared_null = 0x564fb663c9f0}, d = 0x564fb663c9f0, static shared_null = 0x564fb663c9f0}, digestInfo = {static null = {static null = <same as static member of an already seen type>, d = 0x564fb663c9f0, static shared_null = 0x564fb663c9f0}, d = 0x564fb663c9f0, static shared_null = 0x564fb663c9f0}, verifyPath = false, readOnly = false, keepPassword = true, modified = false, d = 0x7f947a5511d9 <operator new(unsigned long)+25>}, m_pURL = {m_strProtocol = {static null = {static null = <same as static member of an already seen type>, d = 0x564fb663c9f0, static shared_null = 0x564fb663c9f0}, d = 0x564fb663c9f0, static shared_null = 0x564fb663c9f0}, m_strUser = {static null = {static null = <same as static member of an already seen type>, d = 0x564fb663c9f0, static shared_null = 0x564fb663c9f0}, d = 0x564fb663c9f0, static shared_null = 0x564fb663c9f0}, m_strPass = {static null = {static null = <same as static member of an already seen type>, d = 0x564fb663c9f0, static shared_null = 0x564fb663c9f0}, d = 0x564fb663c9f0, static shared_null = 0x564fb663c9f0}, m_strHost = {static null = {static null = <same as static member of an already seen type>, d = 0x564fb663c9f0, static shared_null = 0x564fb663c9f0}, d = 0x564fb663c9f0, static shared_null = 0x564fb663c9f0}, m_strPath = {static null = {static null = <same as static member of an already seen type>, d = 0x564fb663c9f0, static shared_null = 0x564fb663c9f0}, d = 0x564fb663c9f0, static shared_null = 0x564fb663c9f0}, m_strRef_encoded = {static null = {static null = <same as static member of an already seen type>, d = 0x564fb663c9f0, static shared_null = 0x564fb663c9f0}, d = 0x564fb663c9f0, static shared_null = 0x564fb663c9f0}, m_strQuery_encoded = {static null = {static null = <same as static member of an already seen type>, d = 0x564fb663c9f0, static shared_null = 0x564fb663c9f0}, d = 0x564fb663c9f0, static shared_null = 0x564fb663c9f0}, m_bIsMalformed = true, m_iUriMode = KURL::Auto, freeForUse = 12, m_iPort = 0, m_strPath_encoded = {static null = {static null = <same as static member of an already seen type>, d = 0x564fb663c9f0, static shared_null = 0x564fb663c9f0}, d = 0x564fb663c9f0, static shared_null = 0x564fb663c9f0}, d = 0x564fb6755520}, m_progressDialog = 0x0, m_configDialog = 0x7f947aa648be <qStartTimer(int, TQObject*)+558>, cfgfolderlist = {<TQValueList<TQString>> = {sh = 0x564fb699f730}, <No data fields>}, cfgautosync_onlogout_list = {<TQValueList<TQString>> = {sh = 0x564fb6846e60}, <No data fields>}, m_progressDialogExists = false, m_bSettingsLoaded = true, m_bInSpecialSync = false, isLoggedIn = false, childPid = 0, childFd = -744671744, outBuf = 0x0, outBufPos = -1, outBufLen = 0, isStat = false, redirectUser = {static null = {static null = <same as static member of an already seen type>, d = 0x564fb663c9f0, static shared_null = 0x564fb663c9f0}, d = 0x564fb6924ef0, static shared_null = 0x564fb663c9f0}, redirectPass = {static null = {static null = <same as static member of an already seen type>, d = 0x564fb663c9f0, static shared_null = 0x564fb663c9f0}, d = 0x564fb6cdf6e0, static shared_null = 0x564fb663c9f0}, connectionUser = {static null = {static null = <same as static member of an already seen type>, d = 0x564fb663c9f0, static shared_null = 0x564fb663c9f0}, d = 0x564fb663c9f0, static shared_null = 0x564fb663c9f0}, connectionPassword = {static null = {static null = <same as static member of an already seen type>, d = 0x564fb663c9f0, static shared_null = 0x564fb663c9f0}, d = 0x564fb663c9f0, static shared_null = 0x564fb663c9f0}, firstLogin = true, thisFn = {static null = {static null = <same as static member of an already seen type>, d = 0x564fb663c9f0, static shared_null = 0x564fb663c9f0}, d = 0x564fb663c9f0, static shared_null = 0x564fb663c9f0}}
#13 0x00007f94776725d9 in KSMServer::saveYourselfDone(KSMClient*, bool) (this=0x564fb6729f60, client=0x564fb6cc1d20, success=true) at /home/x73/Sources/tde/main/tdebase/ksmserver/shutdown.cpp:448
#14 0x00007f9477651641 in KSMSaveYourselfDoneProc(_SmsConn*, void*, int) (managerData=0x564fb6cc1d20, success=1) at /home/x73/Sources/tde/main/tdebase/ksmserver/server.cpp:224
#15 0x00007f947939da9b in _SmsProcessMessage () at /lib/x86_64-linux-gnu/libSM.so.6
#16 0x00007f94793b4cfb in IceProcessMessages () at /lib/x86_64-linux-gnu/libICE.so.6
#17 0x00007f9477655453 in KSMServer::processData(int) (this=0x564fb6729f60) at /home/x73/Sources/tde/main/tdebase/ksmserver/server.cpp:765
iceConn = 0x564fb69a59e0
status = IceProcessMessagesSuccess
#18 0x00007f9477650c0b in KSMServer::tqt_invoke(int, TQUObject*) (this=0x564fb6729f60, _id=4, _o=0x7ffeb755a510) at /home/x73/Sources/tde/main/build-tdebase-Desktop-Debug/ksmserver/server.moc:142
#19 0x00007f947aabf808 in TQObject::activate_signal(TQConnectionList*, TQUObject*) (this=this@entry=0x564fb6bef300, clist=clist@entry=0x564fb67292d0, o=o@entry=0x7ffeb755a510) at kernel/ntqconnection.h:57
currentThread = 0x7f947afa0b70 <tqt_main_thread>
object = 0x564fb6729f60
sol = 0x564fb6cc1e40
oldSender = 0x0
c = 0x564fb6844990
#20 0x00007f947aabfa32 in TQObject::activate_signal(int, int) (this=this@entry=0x564fb6bef300, signal=<optimized out>, param=<optimized out>) at kernel/qobject.cpp:2977
clist = 0x564fb67292d0
o = {{type = 0x7f947af9df90 <static_QUType_Null>, payload = {b = 128, c = -128 '\200', s = -22656, i = -1219123328, l = 140731974264704, uc = 128 '\200', us = 42880, ui = 3075843968, ul = 140731974264704, f = -1.27347885e-05, d = 6.9530833755604669e-310, byte = "\200\247U\267\376\177\000\000P\245U\267\376\177\000", bytearray = {data = 0x7ffeb755a780 "`lm\266OV", size = 140731974264144}, ptr = 0x7ffeb755a780, voidstar = {ptr = 0x7ffeb755a780, owner = 80}, charstar = {ptr = 0x7ffeb755a780 "`lm\266OV", owner = 80}, utf8 = {ptr = 0x7ffeb755a780 "`lm\266OV", owner = 80}, local8bit = {ptr = 0x7ffeb755a780 "`lm\266OV", owner = 80}, iface = 0x7ffeb755a780, idisp = 0x7ffeb755a780}, isLastObject = false}, {type = 0x7f947af9df60 <static_QUType_int>, payload = {b = 17, c = 17 '\021', s = 17, i = 17, l = 140273631887377, uc = 17 '\021', us = 17, ui = 17, ul = 140273631887377, f = 2.38220739e-44, d = 6.9304382532934193e-310, byte = "\021\000\000\000\224\177\000\000\200\306w\266OV\000", bytearray = {data = 0x7f9400000011 <error: Cannot access memory at address 0x7f9400000011>, size = 94900363708032}, ptr = 0x7f9400000011, voidstar = {ptr = 0x7f9400000011, owner = 128}, charstar = {ptr = 0x7f9400000011 <error: Cannot access memory at address 0x7f9400000011>, owner = 128}, utf8 = {ptr = 0x7f9400000011 <error: Cannot access memory at address 0x7f9400000011>, owner = 128}, local8bit = {ptr = 0x7f9400000011 <error: Cannot access memory at address 0x7f9400000011>, owner = 128}, iface = 0x7f9400000011, idisp = 0x7f9400000011}, isLastObject = true}}
#21 0x00007f947ad7406b in TQSocketNotifier::activated(int) (this=this@entry=0x564fb6bef300, t0=<optimized out>) at ../include/ntqmetaobject.h:264
#22 0x00007f947aadc673 in TQSocketNotifier::event(TQEvent*) (this=0x564fb6bef300, e=0x7ffeb755a770) at kernel/qsocketnotifier.cpp:261
#23 0x00007f947aa6e746 in TQApplication::internalNotify(TQObject*, TQEvent*) (this=this@entry=0x7ffeb755aa80, receiver=receiver@entry=0x564fb6bef300, e=e@entry=0x7ffeb755a770) at kernel/qapplication.cpp:2883
locklevel = 2
llcount = 2
consumed = <optimized out>
handled = <optimized out>
#24 0x00007f947aa6eb8e in TQApplication::notify(TQObject*, TQEvent*) (this=this@entry=0x7ffeb755aa80, receiver=receiver@entry=0x564fb6bef300, e=e@entry=0x7ffeb755a770) at kernel/qapplication.cpp:2726
res = <optimized out>
#25 0x00007f947b0b87d5 in TDEApplication::notify(TQObject*, TQEvent*) (this=0x7ffeb755aa80, receiver=0x564fb6bef300, event=0x7ffeb755a770) at ./tdecore/tdeapplication.cpp:660
t = <optimized out>
#26 0x00007f947aa65612 in TQEventLoop::activateSocketNotifiers() (this=this@entry=0x564fb66e5250) at kernel/qeventloop_unix_glib.cpp:739
n_act = 0
event = {<TQt> = {static color0 = @0x7f947afa0be0, static color1 = @0x7f947afa0be8, static black = @0x7f947afa0bf0, static white = @0x7f947afa0bf8, static darkGray = @0x7f947afa0c00, static gray = @0x7f947afa0c08, static lightGray = @0x7f947afa0c10, static red = @0x7f947afa0c18, static green = @0x7f947afa0c20, static blue = @0x7f947afa0c28, static cyan = @0x7f947afa0c30, static magenta = @0x7f947afa0c38, static yellow = @0x7f947afa0c40, static darkRed = @0x7f947afa0c48, static darkGreen = @0x7f947afa0c50, static darkBlue = @0x7f947afa0c58, static darkCyan = @0x7f947afa0c60, static darkMagenta = @0x7f947afa0c68, static darkYellow = @0x7f947afa0c70, static arrowCursor = @0x7f947af9e920, static upArrowCursor = @0x7f947af9e928, static crossCursor = @0x7f947af9e930, static waitCursor = @0x7f947af9e938, static ibeamCursor = @0x7f947af9e940, static sizeVerCursor = @0x7f947af9e948, static sizeHorCursor = @0x7f947af9e950, static sizeBDiagCursor = @0x7f947af9e958, static sizeFDiagCursor = @0x7f947af9e960, static sizeAllCursor = @0x7f947af9e968, static blankCursor = @0x7f947af9e970, static splitVCursor = @0x7f947af9e978, static splitHCursor = @0x7f947af9e980, static pointingHandCursor = @0x7f947af9e988, static forbiddenCursor = @0x7f947af9e990, static whatsThisCursor = @0x7f947af9e998, static busyCursor = @0x7f947af9e9a0}, _vptr.TQEvent = 0x7f947af4dc80 <vtable for TQEvent+16>, t = TQEvent::SockAct, posted = 0, spont = 0}
it = {<TQGListIterator> = {list = 0x564fb66d6c60, curNode = 0x0}, <No data fields>}
sn = 0x564fb696ffa0
#27 0x00007f947aa522e1 in TQEventLoop::gsourceDispatch(_GSource*) (this=this@entry=0x564fb66e5250, gs=gs@entry=0x564fb66e48b0) at kernel/qeventloop_x11_glib.cpp:587
list = 0x564fb66d6c28
sn = <optimized out>
locker = {mtx = 0x564fb66e0330}
nevents = 0
flags = 4
#28 0x00007f947aa5237b in qt_gsource_dispatch(GSource*, GSourceFunc, gpointer) (source=0x564fb66e48b0, callback=<optimized out>, user_data=<optimized out>) at kernel/qeventloop_x11_glib.cpp:123
qtGSource = 0x564fb66e48b0
candidateEventLoop = 0x564fb66e5250
activeThreadEventLoop = <optimized out>
#29 0x00007f9479c5084d in g_main_context_dispatch () at /lib/x86_64-linux-gnu/libglib-2.0.so.0
#30 0x00007f9479c50ad0 in () at /lib/x86_64-linux-gnu/libglib-2.0.so.0
#31 0x00007f9479c50b73 in g_main_context_iteration () at /lib/x86_64-linux-gnu/libglib-2.0.so.0
#32 0x00007f947aa5138f in TQEventLoop::processEvents(unsigned int) (this=0x564fb66e5250, flags=<optimized out>) at kernel/qeventloop_x11_glib.cpp:279
save_flags = 4
rval = <optimized out>
#33 0x00007f947aa81b69 in TQEventLoop::enterLoop() (this=0x564fb66e5250) at kernel/qeventloop.cpp:227
old_exitloop = false
#34 0x00007f947aa81afd in TQEventLoop::exec() (this=0x564fb66e5250) at kernel/qeventloop.cpp:174
#35 0x00007f9477650269 in kdemain(int, char**) (argc=3, argv=0x564fb6691990) at /home/x73/Sources/tde/main/tdebase/ksmserver/main.cpp:243
aboutData = {mAppName = 0x7f947767e506 "ksmserver", mProgramName = 0x7f947767e4ee "The TDE Session Manager", mVersion = 0x7f947767e07c "0.4", mShortDescription = 0x7f947767e080 "The reliable TDE session manager that talks the standard X11R6 \nsession management protocol (XSMP).", mLicenseKey = 3, mCopyrightStatement = 0x7f947767e510 "(C) 2000, The KDE Developers", mOtherText = 0x0, mHomepageAddress = 0x0, mBugEmailAddress = 0x7f947b29c688 "http://bugs.trinitydesktop.org", mAuthorList = {sh = 0x564fb66907f0}, mCreditList = {sh = 0x564fb6691700}, mLicenseText = 0x0, static defaultBugTracker = 0x7f947b29c688 "http://bugs.trinitydesktop.org", d = 0x564fb668afc0}
a = {<TQApplication> = {<TQObject> = {<TQt> = {static color0 = @0x7f947afa0be0, static color1 = @0x7f947afa0be8, static black = @0x7f947afa0bf0, static white = @0x7f947afa0bf8, static darkGray = @0x7f947afa0c00, static gray = @0x7f947afa0c08, static lightGray = @0x7f947afa0c10, static red = @0x7f947afa0c18, static green = @0x7f947afa0c20, static blue = @0x7f947afa0c28, static cyan = @0x7f947afa0c30, static magenta = @0x7f947afa0c38, static yellow = @0x7f947afa0c40, static darkRed = @0x7f947afa0c48, static darkGreen = @0x7f947afa0c50, static darkBlue = @0x7f947afa0c58, static darkCyan = @0x7f947afa0c60, static darkMagenta = @0x7f947afa0c68, static darkYellow = @0x7f947afa0c70, static arrowCursor = @0x7f947af9e920, static upArrowCursor = @0x7f947af9e928, static crossCursor = @0x7f947af9e930, static waitCursor = @0x7f947af9e938, static ibeamCursor = @0x7f947af9e940, static sizeVerCursor = @0x7f947af9e948, static sizeHorCursor = @0x7f947af9e950, static sizeBDiagCursor = @0x7f947af9e958, static sizeFDiagCursor = @0x7f947af9e960, static sizeAllCursor = @0x7f947af9e968, static blankCursor = @0x7f947af9e970, static splitVCursor = @0x7f947af9e978, static splitHCursor = @0x7f947af9e980, static pointingHandCursor = @0x7f947af9e988, static forbiddenCursor = @0x7f947af9e990, static whatsThisCursor = @0x7f947af9e998, static busyCursor = @0x7f947af9e9a0}, _vptr.TQObject = 0x7f947b351628 <vtable for TDEApplication+16>, static metaObj = 0x564fb663acd0, isSignal = 0, isWidget = 0, pendTimer = 0, blockSig = 0, wasDeleted = 0, isTree = 1, objname = 0x564fb66d7100 "ksmserver", parentObj = 0x0, childObjects = 0x564fb66d18d0, connections = 0x564fb673a450, senderObjects = 0x564fb66e6a00, eventFilters = 0x564fb6728c00, postedEvents = 0x0, d = 0x564fb6691520}, static metaObj = 0x564fb6727220, static tqt_mutex = 0x564fb66e0330, app_argc = 1, app_argv = 0x564fb66bf300, quit_now = false, quit_code = 0, static app_style = 0x564fb6925d40, static app_cspec = 0, static app_pal = 0x564fb66e0310, static app_font = 0x564fb66e0220, static app_cursor = 0x0, static app_tracking = 1, static is_app_running = true, static is_app_closing = false, static app_exit_loop = <optimized out>, static loop_level = 0, static main_widget = 0x0, static focus_widget = 0x564fb69af5f0, static active_window = 0x564fb69af5f0, static obey_desktop_settings = false, static cursor_flash_time = 1000, static mouse_double_click_time = 400, static wheel_scroll_lines = 3, static composedUnicode = 0, static animate_ui = false, static animate_menu = false, static animate_tooltip = false, static animate_combo = false, static fade_menu = false, static fade_tooltip = false, static animate_toolbox = false, static widgetCount = false, static metaComposeUnicode = false, translators = 0x564fb6729230, session_manager = 0x564fb66e4180, session_id = {static null = {static null = <same as static member of an already seen type>, d = 0x564fb663c9f0, static shared_null = 0x564fb663c9f0}, d = 0x564fb663c9f0, static shared_null = 0x564fb663c9f0}, static session_key = 0x564fb66dfad0, is_session_restored = false, static defaultIM = {static null = {static null = <same as static member of an already seen type>, d = 0x564fb663c9f0, static shared_null = 0x564fb663c9f0}, d = 0x564fb6626a00, static shared_null = 0x564fb663c9f0}, static app_strut = {wd = 0, ht = 0}, static app_libpaths = 0x564fb664d030, static app_palettes = 0x564fb69ab460, static app_fonts = 0x564fb673ad60, static popupWidgets = 0x0}, <TDEInstance> = {_vptr.TDEInstance = 0x7f947b351720 <vtable for TDEApplication+264>, _dirs = 0x564fb67077f0, _config = 0x564fb66e9820, _iconLoader = 0x564fb67d7f40, _hardwaredevices = 0x564fb670f890, _networkmanager = 0x0, _placeholder = 0x7ffeb755abd0, _name = {<TQMemArray<char>> = {<TQGArray> = {_vptr.TQGArray = 0x564fb56c3668 <vtable for TQCString+16>, shd = 0x564fb66e3290}, <No data fields>}, <No data fields>}, _aboutData = 0x7ffeb755aa10, d = 0x564fb66e3560, m_configReadOnly = false}, static metaObj = 0x564fb67271b0, display = 0x564fb66bd3a0, kipcCommAtom = 381, kipcEventMask = 511, static KApp = 0x7ffeb755aa80, pArgc = 22095, pSessionConfig = 0x0, static s_DCOPClient = 0x564fb67405e0, static s_dcopClientNeedsPostInit = false, aCaption = {static null = {static null = <same as static member of an already seen type>, d = 0x564fb663c9f0, static shared_null = 0x564fb663c9f0}, d = 0x564fb663c9f0, static shared_null = 0x564fb663c9f0}, bSessionManagement = true, aIconPixmap = {pm = {icon = 0x0, miniIcon = 0x0}, unused = '\000' <repeats 16 times>, "!\304k\265OV\000\000,\371k\265OV\000\000\305\331k\265OV", '\000' <repeats 18 times>, "tdeinitmain\000X_tdeinitmain\000k\265OV\000\000\000\000\000\000\000\000\000"}, aIconName = {static null = {static null = <same as static member of an already seen type>, d = 0x564fb663c9f0, static shared_null = 0x564fb663c9f0}, d = 0x564fb663c9f0, static shared_null = 0x564fb663c9f0}, aMiniIconName = {static null = {static null = <same as static member of an already seen type>, d = 0x564fb663c9f0, static shared_null = 0x564fb663c9f0}, d = 0x564fb663c9f0, static shared_null = 0x564fb663c9f0}, useStyles = false, smw = 0x564fb6729550, argb_visual = true, argb_x11_visual = 94900362930960, argb_x11_colormap = 20971522, static loadedByKdeinit = false, captionLayout = 0, d = 0x564fb67114a0}
args = 0x564fb66bd100
wm = {<TQMemArray<char>> = {<TQGArray> = {_vptr.TQGArray = 0x564fb56c3668 <vtable for TQCString+16>, shd = 0x564fb66bd320}, <No data fields>}, <No data fields>}
wmaddargs = {<TQMemArray<char>> = {<TQGArray> = {_vptr.TQGArray = 0x564fb56c3668 <vtable for TQCString+16>, shd = 0x564fb6729db0}, <No data fields>}, <No data fields>}
only_local = true
server = 0x564fb6729f60
config = 0x564fb66e9820
realScreenCount = 1
screenCountChanged = false
loginMode = {static null = {static null = <same as static member of an already seen type>, d = 0x564fb663c9f0, static shared_null = 0x564fb663c9f0}, d = 0x564fb67347c0, static shared_null = 0x564fb663c9f0}
#36 0x00007f947b86813d in tdeinitmain(int, char**) (argc=3, argv=0x564fb6691990) at /build/tdebase-trinity-Yi6quQ/tdebase-trinity-14.1.0~s417/obj-x86_64-linux-gnu/ksmserver/ksmserver_tdeinit_module.cpp:3
#37 0x0000564fb56b8d2e in launch(int, char const*, char const*, char const*, int, char const*, bool, char const*, bool, char const*) (argc=3, _name=<optimized out>, args=<optimized out>, cwd=<optimized out>, envc=<optimized out>, envs=<optimized out>, reset_env=true, tty=0x564fb6691211 "", avoid_loops=false, startup_id_str=0x564fb669121a "") at ./tdeinit/tdeinit.cpp:674
exec = <optimized out>
launcher = 0
lib = {<TQMemArray<char>> = {<TQGArray> = {_vptr.TQGArray = 0x564fb56c3668 <vtable for TQCString+16>, shd = 0x564fb668ab40}, <No data fields>}, <No data fields>}
name = {<TQMemArray<char>> = {<TQGArray> = {_vptr.TQGArray = 0x564fb56c3668 <vtable for TQCString+16>, shd = 0x564fb668b090}, <No data fields>}, <No data fields>}
exec = {<TQMemArray<char>> = {<TQGArray> = {_vptr.TQGArray = 0x564fb56c3668 <vtable for TQCString+16>, shd = 0x564fb668b090}, <No data fields>}, <No data fields>}
libpath = {<TQMemArray<char>> = {<TQGArray> = {_vptr.TQGArray = 0x564fb56c3668 <vtable for TQCString+16>, shd = 0x564fb667b780}, <No data fields>}, <No data fields>}
execpath = {<TQMemArray<char>> = {<TQGArray> = {_vptr.TQGArray = 0x564fb56c3668 <vtable for TQCString+16>, shd = 0x564fb6690af0}, <No data fields>}, <No data fields>}
startup_id = {d = 0x564fb6698ce0}
#38 0x0000564fb56b9f5e in handle_launcher_request(int) (sock=<optimized out>) at ./tdeinit/tdeinit.cpp:1234
tty = <optimized out>
avoid_loops = <optimized out>
arg_n = <optimized out>
argc = 3
args = 0x564fb6690d72 "--windowmanager"
reset_display = <optimized out>
pid = <optimized out>
response_header = {cmd = 94900362459600, arg_length = 94900362459648}
envc = <optimized out>
envs = <optimized out>
kdedisplay = {<TQMemArray<char>> = {<TQGArray> = {_vptr.TQGArray = 0x564fb56c3668 <vtable for TQCString+16>, shd = 0x564fb66989c0}, <No data fields>}, <No data fields>}
response_data = 94900362459504
l = <optimized out>
name = 0x564fb6690d68 "ksmserver"
cwd = 0x564fb6690d87 "/home/x73"
startup_id_str = 0x564fb669121a ""
olddisplay = {<TQMemArray<char>> = {<TQGArray> = {_vptr.TQGArray = 0x564fb56c3668 <vtable for TQCString+16>, shd = 0x564fb664b5a0}, <No data fields>}, <No data fields>}
launcher = <optimized out>
request_header = {cmd = 11, arg_length = 1211}
request_data = 0x564fb6690d60 "\003"
result = <optimized out>
#39 0x0000564fb56ba840 in handle_requests(pid_t) (waitForPid=waitForPid@entry=0) at ./tdeinit/tdeinit.cpp:1430
client = {sun_family = 1, sun_path = "\366z\224\177\000\000p\bi\266OV\000\000\350B\366z\224\177\000\000\200\267g\266OV\000\000\350B\366z\224\177\000\000\220\bi\266OV\000\000\000\250h\266OV\000\000P\250h\266OV\000\000Чh\266OV\000\000\000\066\235\323\353\332V>\200\257h\266OV\000\000\000\000\000\000\000\000\000\000@\265d\266OV\000\000\001\000\000\000\000"}
sClient = 2
sock = <optimized out>
wr_set = {fds_bits = {0 <repeats 16 times>}}
exit_pid = <optimized out>
c = 0 '\000'
rd_set = {fds_bits = {128, 0 <repeats 15 times>}}
e_set = {fds_bits = {0 <repeats 16 times>}}
result = <optimized out>
max_sock = 11
#40 0x0000564fb56b69f9 in main(int, char**, char**) (argc=<optimized out>, argv=0x7ffeb755b518, envp=<optimized out>) at ./tdeinit/tdeinit.cpp:1906
i = <optimized out>
pid = <optimized out>
launch_dcop = <optimized out>
launch_tdelauncher = <optimized out>
launch_kded = <optimized out>
keep_running = <optimized out>
new_startup = <optimized out>
safe_argv = 0x564fb664b520
c = 0 '\000'
==== (gdb) info thread ====
Id Target Id Frame
* 1 Thread 0x7f9477c1db00 (LWP 13740) "ksmserver" 0x00007f947a39ad17 in __GI___nanosleep (requested_time=0x7ffeb7557660, remaining=0x7ffeb7557660) at ../sysdeps/unix/sysv/linux/nanosleep.c:28
==== (gdb) thread apply all bt ====
Thread 1 (Thread 0x7f9477c1db00 (LWP 13740)):
#0 0x00007f947a39ad17 in __GI___nanosleep (requested_time=0x7ffeb7557660, remaining=0x7ffeb7557660) at ../sysdeps/unix/sysv/linux/nanosleep.c:28
#1 0x00007f947a39ac4e in __sleep (seconds=0, seconds@entry=1) at ../sysdeps/posix/sleep.c:55
#2 0x00007f947b13a107 in TDECrash::startDrKonqi(char const**, int) (argv=argv@entry=0x7ffeb75597b0, argc=argc@entry=18) at ./tdecore/kcrash.cpp:312
#3 0x00007f947b13a445 in TDECrash::defaultCrashHandler(int) (sig=<optimized out>) at ./tdecore/kcrash.cpp:229
#4 0x00007f947a2fb470 in <signal handler called> () at /lib/x86_64-linux-gnu/libc.so.6
#5 0x00007f947a3523ae in tcache_get (tc_idx=<optimized out>) at malloc.c:2937
#6 0x00007f947a3523ae in __GI___libc_malloc (bytes=204) at malloc.c:3051
#7 0x00007f947a5511d9 in operator new(unsigned long) () at /lib/x86_64-linux-gnu/libstdc++.so.6
#8 0x00007f947ad15da9 in internalLatin1ToUnicode(char const*, uint*, uint) (str=0x564fb6cca250 "/home/x73/.trinity/share/config/session/kwrite_10e9d7756e000158447852900000010640018_1584543531_164637", len=len@entry=0x7ffeb7559ed4, maxlen=<optimized out>) at tools/qstring.cpp:1279
#9 0x00007f947ad1ab97 in TQString::fromLatin1(char const*, int) (chars=<optimized out>, len=<optimized out>) at tools/qstring.cpp:6224
#10 0x00007f9477676a4a in KSMClient::discardCommand() const (this=0x564fb68adad0) at /home/x73/Sources/tde/main/tdebase/ksmserver/client.cpp:170
#11 0x00007f94776562d1 in KSMServer::storeSession() (this=0x564fb6729f60) at /home/x73/Sources/tde/main/tdebase/ksmserver/server.cpp:908
#12 0x00007f94776742ee in KSMServer::completeShutdownOrCheckpoint() (this=0x564fb6729f60) at /home/x73/Sources/tde/main/tdebase/ksmserver/shutdown.cpp:838
#13 0x00007f94776725d9 in KSMServer::saveYourselfDone(KSMClient*, bool) (this=0x564fb6729f60, client=0x564fb6cc1d20, success=true) at /home/x73/Sources/tde/main/tdebase/ksmserver/shutdown.cpp:448
#14 0x00007f9477651641 in KSMSaveYourselfDoneProc(_SmsConn*, void*, int) (managerData=0x564fb6cc1d20, success=1) at /home/x73/Sources/tde/main/tdebase/ksmserver/server.cpp:224
#15 0x00007f947939da9b in _SmsProcessMessage () at /lib/x86_64-linux-gnu/libSM.so.6
#16 0x00007f94793b4cfb in IceProcessMessages () at /lib/x86_64-linux-gnu/libICE.so.6
#17 0x00007f9477655453 in KSMServer::processData(int) (this=0x564fb6729f60) at /home/x73/Sources/tde/main/tdebase/ksmserver/server.cpp:765
#18 0x00007f9477650c0b in KSMServer::tqt_invoke(int, TQUObject*) (this=0x564fb6729f60, _id=4, _o=0x7ffeb755a510) at /home/x73/Sources/tde/main/build-tdebase-Desktop-Debug/ksmserver/server.moc:142
#19 0x00007f947aabf808 in TQObject::activate_signal(TQConnectionList*, TQUObject*) (this=this@entry=0x564fb6bef300, clist=clist@entry=0x564fb67292d0, o=o@entry=0x7ffeb755a510) at kernel/ntqconnection.h:57
#20 0x00007f947aabfa32 in TQObject::activate_signal(int, int) (this=this@entry=0x564fb6bef300, signal=<optimized out>, param=<optimized out>) at kernel/qobject.cpp:2977
#21 0x00007f947ad7406b in TQSocketNotifier::activated(int) (this=this@entry=0x564fb6bef300, t0=<optimized out>) at ../include/ntqmetaobject.h:264
#22 0x00007f947aadc673 in TQSocketNotifier::event(TQEvent*) (this=0x564fb6bef300, e=0x7ffeb755a770) at kernel/qsocketnotifier.cpp:261
#23 0x00007f947aa6e746 in TQApplication::internalNotify(TQObject*, TQEvent*) (this=this@entry=0x7ffeb755aa80, receiver=receiver@entry=0x564fb6bef300, e=e@entry=0x7ffeb755a770) at kernel/qapplication.cpp:2883
#24 0x00007f947aa6eb8e in TQApplication::notify(TQObject*, TQEvent*) (this=this@entry=0x7ffeb755aa80, receiver=receiver@entry=0x564fb6bef300, e=e@entry=0x7ffeb755a770) at kernel/qapplication.cpp:2726
#25 0x00007f947b0b87d5 in TDEApplication::notify(TQObject*, TQEvent*) (this=0x7ffeb755aa80, receiver=0x564fb6bef300, event=0x7ffeb755a770) at ./tdecore/tdeapplication.cpp:660
#26 0x00007f947aa65612 in TQEventLoop::activateSocketNotifiers() (this=this@entry=0x564fb66e5250) at kernel/qeventloop_unix_glib.cpp:739
#27 0x00007f947aa522e1 in TQEventLoop::gsourceDispatch(_GSource*) (this=this@entry=0x564fb66e5250, gs=gs@entry=0x564fb66e48b0) at kernel/qeventloop_x11_glib.cpp:587
#28 0x00007f947aa5237b in qt_gsource_dispatch(GSource*, GSourceFunc, gpointer) (source=0x564fb66e48b0, callback=<optimized out>, user_data=<optimized out>) at kernel/qeventloop_x11_glib.cpp:123
#29 0x00007f9479c5084d in g_main_context_dispatch () at /lib/x86_64-linux-gnu/libglib-2.0.so.0
#30 0x00007f9479c50ad0 in () at /lib/x86_64-linux-gnu/libglib-2.0.so.0
#31 0x00007f9479c50b73 in g_main_context_iteration () at /lib/x86_64-linux-gnu/libglib-2.0.so.0
#32 0x00007f947aa5138f in TQEventLoop::processEvents(unsigned int) (this=0x564fb66e5250, flags=<optimized out>) at kernel/qeventloop_x11_glib.cpp:279
#33 0x00007f947aa81b69 in TQEventLoop::enterLoop() (this=0x564fb66e5250) at kernel/qeventloop.cpp:227
#34 0x00007f947aa81afd in TQEventLoop::exec() (this=0x564fb66e5250) at kernel/qeventloop.cpp:174
#35 0x00007f9477650269 in kdemain(int, char**) (argc=3, argv=0x564fb6691990) at /home/x73/Sources/tde/main/tdebase/ksmserver/main.cpp:243
#36 0x00007f947b86813d in tdeinitmain(int, char**) (argc=3, argv=0x564fb6691990) at /build/tdebase-trinity-Yi6quQ/tdebase-trinity-14.1.0~s417/obj-x86_64-linux-gnu/ksmserver/ksmserver_tdeinit_module.cpp:3
#37 0x0000564fb56b8d2e in launch(int, char const*, char const*, char const*, int, char const*, bool, char const*, bool, char const*) (argc=3, _name=<optimized out>, args=<optimized out>, cwd=<optimized out>, envc=<optimized out>, envs=<optimized out>, reset_env=true, tty=0x564fb6691211 "", avoid_loops=false, startup_id_str=0x564fb669121a "") at ./tdeinit/tdeinit.cpp:674
#38 0x0000564fb56b9f5e in handle_launcher_request(int) (sock=<optimized out>) at ./tdeinit/tdeinit.cpp:1234
#39 0x0000564fb56ba840 in handle_requests(pid_t) (waitForPid=waitForPid@entry=0) at ./tdeinit/tdeinit.cpp:1430
#40 0x0000564fb56b69f9 in main(int, char**, char**) (argc=<optimized out>, argv=0x7ffeb755b518, envp=<optimized out>) at ./tdeinit/tdeinit.cpp:1906
==== (gdb) info sharedlibrary ====
From To Syms Read Shared Object Library
0x00007f947b86ff10 0x00007f947b874a42 Yes (*) /opt/trinity/lib/kgtk/libkgtk2.so
0x00007f947b822c60 0x00007f947b83f7b7 Yes /opt/trinity/lib/libtdeparts.so.2
0x00007f947b7e6fa0 0x00007f947b7f4b68 Yes (*) /lib/x86_64-linux-gnu/libXft.so.2
0x00007f947b7dd220 0x00007f947b7de189 Yes /lib/x86_64-linux-gnu/libdl.so.2
0x00007f947b4d2b00 0x00007f947b6dd26c Yes /opt/trinity/lib/libtdeio.so.14
0x00007f947b374800 0x00007f947b3973da Yes (*) /lib/x86_64-linux-gnu/libfontconfig.so.1
0x00007f947b0755a0 0x00007f947b29128a Yes /opt/trinity/lib/libtdecore.so.14
0x00007f947aa075f0 0x00007f947ada2b29 Yes /lib/x86_64-linux-gnu/libtqt-mt.so.3
0x00007f947a6ae0c0 0x00007f947a737706 Yes (*) /lib/x86_64-linux-gnu/libX11.so.6
0x00007f947a543e90 0x00007f947a638a62 Yes (*) /lib/x86_64-linux-gnu/libstdc++.so.6
0x00007f947a2da670 0x00007f947a44f74f Yes /lib/x86_64-linux-gnu/libc.so.6
0x00007f947a29e5e0 0x00007f947a2ae9c5 Yes (*) /lib/x86_64-linux-gnu/libgcc_s.so.1
0x00007f9479eafed0 0x00007f947a1125c4 Yes (*) /lib/x86_64-linux-gnu/libgtk-x11-2.0.so.0
0x00007f9479da4c70 0x00007f9479dfd684 Yes (*) /lib/x86_64-linux-gnu/libgdk-x11-2.0.so.0
0x00007f9479d35e50 0x00007f9479d67b4e Yes (*) /lib/x86_64-linux-gnu/libgobject-2.0.so.0
0x00007f9479c1cb00 0x00007f9479c9d4e2 Yes (*) /lib/x86_64-linux-gnu/libglib-2.0.so.0
0x00007f9479bfb080 0x00007f9479bfb1c2 Yes (*) /lib/x86_64-linux-gnu/libgthread-2.0.so.0
0x00007f94799af3f0 0x00007f9479b0bd91 Yes /opt/trinity/lib/libtdeui.so.14
0x00007f94797f2c00 0x00007f9479812033 Yes /opt/trinity/lib/libDCOP.so.14
0x00007f9479737790 0x00007f94797b3ee3 Yes (*) /lib/x86_64-linux-gnu/libfreetype.so.6
0x00007f9479522a60 0x00007f9479528ab5 Yes (*) /lib/x86_64-linux-gnu/libXrender.so.1
0x00007f947b87c100 0x00007f947b89d3f4 Yes (*) /lib64/ld-linux-x86-64.so.2
0x00007f9479507fa0 0x00007f9479519fbd Yes /opt/trinity/lib/libtdesu.so.14
0x00007f94794ef9e0 0x00007f94794fabee Yes /opt/trinity/lib/libtdewalletclient.so.1
0x00007f94794e0ce0 0x00007f94794e5d85 Yes (*) /lib/libr.so.0
0x00007f94794d2290 0x00007f94794d62c0 Yes (*) /lib/x86_64-linux-gnu/libacl.so.1
0x00007f94794ace20 0x00007f94794c48f7 Yes (*) /lib/x86_64-linux-gnu/libmagic.so.1
0x00007f947948e260 0x00007f947949edab Yes (*) /lib/x86_64-linux-gnu/libz.so.1
0x00007f9479462230 0x00007f947947d467 Yes (*) /lib/x86_64-linux-gnu/libexpat.so.1
0x00007f9479457580 0x00007f947945af71 Yes (*) /lib/x86_64-linux-gnu/libuuid.so.1
0x00007f9479439b40 0x00007f94794495f5 Yes /lib/x86_64-linux-gnu/libpthread.so.0
0x00007f9479409e00 0x00007f9479425859 Yes /opt/trinity/lib/libtdefx.so.14
0x00007f94793c9190 0x00007f94793cdadc Yes (*) /lib/x86_64-linux-gnu/libidn.so.11
0x00007f94793c2140 0x00007f94793c2b85 Yes (*) /lib/x86_64-linux-gnu/libXcomposite.so.1
0x00007f94793a8a40 0x00007f94793b655a Yes (*) /lib/x86_64-linux-gnu/libICE.so.6
0x00007f947939a270 0x00007f947939e15b Yes (*) /lib/x86_64-linux-gnu/libSM.so.6
0x00007f94793727d0 0x00007f947938bbaa Yes (*) /lib/x86_64-linux-gnu/libudev.so.1
0x00007f9479360620 0x00007f9479365f9a Yes (*) /lib/x86_64-linux-gnu/libpcsclite.so.1
0x00007f94792f6b20 0x00007f9479340740 Yes (*) /lib/x86_64-linux-gnu/libcryptsetup.so.12
0x00007f94792b82c0 0x00007f94792dd3df Yes (*) /lib/libdbus-1-tqt.so.0
0x00007f94792922e0 0x00007f94792a5015 Yes (*) /lib/libart_lgpl_2.so.2
0x00007f947928b040 0x00007f947928b14f Yes /lib/x86_64-linux-gnu/libtqt.so.4
0x00007f947914a3c0 0x00007f94791f0e78 Yes /lib/x86_64-linux-gnu/libm.so.6
0x00007f94791237e0 0x00007f94791315fc Yes (*) /lib/x86_64-linux-gnu/libaudio.so.2
0x00007f947909d540 0x00007f94790e0469 Yes (*) /lib/x86_64-linux-gnu/libjpeg.so.8
0x00007f94790662a0 0x00007f947908a0dd Yes (*) /lib/x86_64-linux-gnu/libpng16.so.16
0x00007f9479051460 0x00007f947905bd1b Yes (*) /lib/x86_64-linux-gnu/libXi.so.6
0x00007f9479044360 0x00007f947904a6b9 Yes (*) /lib/x86_64-linux-gnu/libXrandr.so.2
0x00007f9479038660 0x00007f947903d288 Yes (*) /lib/x86_64-linux-gnu/libXcursor.so.1
0x00007f947902f0f0 0x00007f947902fa31 Yes (*) /lib/x86_64-linux-gnu/libXinerama.so.1
0x00007f947901d5e0 0x00007f947902784e Yes (*) /lib/x86_64-linux-gnu/libXext.so.6
0x00007f9478ffb330 0x00007f947900d735 Yes (*) /lib/x86_64-linux-gnu/libxcb.so.1
0x00007f9478feb440 0x00007f9478fec323 Yes (*) /lib/x86_64-linux-gnu/libgmodule-2.0.so.0
0x00007f9478fdf600 0x00007f9478fe4ac6 Yes (*) /lib/x86_64-linux-gnu/libpangocairo-1.0.so.0
0x00007f9478dd2540 0x00007f9478dd4876 Yes (*) /lib/x86_64-linux-gnu/libXfixes.so.3
0x00007f9478db2d40 0x00007f9478dc086f Yes (*) /lib/x86_64-linux-gnu/libatk-1.0.so.0
0x00007f9478c9a680 0x00007f9478d64b2e Yes (*) /lib/x86_64-linux-gnu/libcairo.so.2
0x00007f9478c66660 0x00007f9478c7b223 Yes (*) /lib/x86_64-linux-gnu/libgdk_pixbuf-2.0.so.0
0x00007f9478ac21c0 0x00007f9478bca1b6 Yes (*) /lib/x86_64-linux-gnu/libgio-2.0.so.0
0x00007f9478a73000 0x00007f9478a7c5c1 Yes (*) /lib/x86_64-linux-gnu/libpangoft2-1.0.so.0
0x00007f9478a2a400 0x00007f9478a4c1c4 Yes (*) /lib/x86_64-linux-gnu/libpango-1.0.so.0
0x00007f9478a181a0 0x00007f9478a18b1b Yes (*) /lib/x86_64-linux-gnu/libXdamage.so.1
0x00007f9478a0f200 0x00007f9478a13a7a Yes (*) /lib/x86_64-linux-gnu/libffi.so.6
0x00007f947899b170 0x00007f94789ec5c6 Yes (*) /lib/x86_64-linux-gnu/libpcre.so.3
0x00007f9478898db0 0x00007f94789443af Yes (*) /lib/x86_64-linux-gnu/libbfd-2.33-system.so
0x00007f947882e200 0x00007f9478844e02 Yes (*) /lib/x86_64-linux-gnu/liblzma.so.5
0x00007f947881a240 0x00007f9478826ec6 Yes (*) /lib/x86_64-linux-gnu/libbz2.so.1.0
0x00007f9478802e40 0x00007f9478810e69 Yes (*) /lib/x86_64-linux-gnu/libbsd.so.0
0x00007f947879d2a0 0x00007f94787e3393 Yes (*) /lib/x86_64-linux-gnu/libdevmapper.so.1.02.1
0x00007f9478534000 0x00007f94786d07a0 Yes (*) /lib/x86_64-linux-gnu/libcrypto.so.1.1
0x00007f94784b0110 0x00007f94784b4997 Yes (*) /lib/x86_64-linux-gnu/libargon2.so.1
0x00007f94784a7720 0x00007f94784aadc0 Yes /lib/x86_64-linux-gnu/librt.so.1
0x00007f9478496600 0x00007f947849dc30 Yes (*) /lib/x86_64-linux-gnu/libjson-c.so.4
0x00007f9478446680 0x00007f947847a232 Yes (*) /lib/x86_64-linux-gnu/libblkid.so.1
0x00007f94783f7770 0x00007f94784233f1 Yes (*) /lib/x86_64-linux-gnu/libdbus-1.so.3
0x00007f9478196110 0x00007f94781d2079 Yes (*) /lib/x86_64-linux-gnu/libXt.so.6
0x00007f947817c360 0x00007f947817d052 Yes (*) /lib/x86_64-linux-gnu/libXau.so.6
0x00007f94781751a0 0x00007f9478176a03 Yes (*) /lib/x86_64-linux-gnu/libXdmcp.so.6
0x00007f94780d6300 0x00007f9478159384 Yes (*) /lib/x86_64-linux-gnu/libpixman-1.so.0
0x00007f94780c8090 0x00007f94780c8b63 Yes (*) /lib/x86_64-linux-gnu/libxcb-shm.so.0
0x00007f94780bd0b0 0x00007f94780c1a78 Yes (*) /lib/x86_64-linux-gnu/libxcb-render.so.0
0x00007f9478062b80 0x00007f947809eb52 Yes (*) /lib/x86_64-linux-gnu/libmount.so.1
0x00007f94780320c0 0x00007f9478049cc0 Yes (*) /lib/x86_64-linux-gnu/libselinux.so.1
0x00007f9478014740 0x00007f9478022f6c Yes /lib/x86_64-linux-gnu/libresolv.so.2
0x00007f9477f22cb0 0x00007f9477fdb4c2 Yes (*) /lib/x86_64-linux-gnu/libharfbuzz.so.0
0x00007f9477f10320 0x00007f9477f13e87 Yes (*) /lib/x86_64-linux-gnu/libthai.so.0
0x00007f9477ef3120 0x00007f9477ef60ef Yes (*) /lib/x86_64-linux-gnu/libfribidi.so.0
0x00007f9477e57dc0 0x00007f9477ec52f6 Yes (*) /lib/x86_64-linux-gnu/libsystemd.so.0
0x00007f9477dc4180 0x00007f9477e1fd83 Yes (*) /lib/x86_64-linux-gnu/libpcre2-8.so.0
0x00007f9477d98280 0x00007f9477db9182 Yes (*) /lib/x86_64-linux-gnu/libgraphite2.so.3
0x00007f9477d8d220 0x00007f9477d90730 Yes (*) /lib/x86_64-linux-gnu/libdatrie.so.1
0x00007f9477d6b0b0 0x00007f9477d83dab Yes (*) /lib/x86_64-linux-gnu/liblz4.so.1
0x00007f9477c57580 0x00007f9477d24a3c Yes (*) /lib/x86_64-linux-gnu/libgcrypt.so.20
0x00007f9477c2cc80 0x00007f9477c3ed12 Yes (*) /lib/x86_64-linux-gnu/libgpg-error.so.0
0x00007f947b868060 0x00007f947b86813f Yes /opt/trinity/lib/trinity/ksmserver.so
0x00007f947764ed30 0x00007f947767dc15 Yes /opt/trinity/lib/libtdeinit_ksmserver.so
0x00007f9477607140 0x00007f9477611999 Yes /opt/trinity/lib/libtdersync.so.0
0x00007f94775425c0 0x00007f9477548a1c Yes /lib/x86_64-linux-gnu/libnss_files.so.2
0x00007f94775d48c0 0x00007f94775e88f9 Yes /opt/trinity/lib/trinity/plugins/styles/plastik.so
0x00007f947769b5c0 0x00007f947769c1a6 Yes /usr/lib/x86_64-linux-gnu/tqt3/plugins/imageformats/libqmng.so
0x00007f94773f8260 0x00007f947744b4da Yes (*) /lib/x86_64-linux-gnu/libmng.so.2
0x00007f94773936c0 0x00007f94773c9a51 Yes (*) /lib/x86_64-linux-gnu/liblcms2.so.2
(*): Shared library is missing debugging information.
[Inferior 1 (process 13740) detached]
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
0x00007f3aeb8b4d17 in __GI___nanosleep (requested_time=0x7ffd403e4620, remaining=0x7ffd403e4620) at ../sysdeps/unix/sysv/linux/nanosleep.c:28
==== (gdb) bt ====
#0 0x00007f3aeb8b4d17 in __GI___nanosleep (requested_time=0x7ffd403e4620, remaining=0x7ffd403e4620) at ../sysdeps/unix/sysv/linux/nanosleep.c:28
#1 0x00007f3aeb8b4c4e in __sleep (seconds=0, seconds@entry=1) at ../sysdeps/posix/sleep.c:55
#2 0x00007f3aec654107 in TDECrash::startDrKonqi(char const**, int) (argv=argv@entry=0x7ffd403e6770, argc=argc@entry=18) at ./tdecore/kcrash.cpp:312
#3 0x00007f3aec654445 in TDECrash::defaultCrashHandler(int) (sig=<optimized out>) at ./tdecore/kcrash.cpp:229
#4 0x00007f3aeb815470 in <signal handler called> () at /lib/x86_64-linux-gnu/libc.so.6
#5 0x0000000000000000 in ()
#6 0x00007f3aea8c7f51 in _IceTransClose () at /lib/x86_64-linux-gnu/libICE.so.6
#7 0x00007f3aea8cffc4 in _IceFreeConnection () at /lib/x86_64-linux-gnu/libICE.so.6
#8 0x00007f3aea8cee18 in IceProcessMessages () at /lib/x86_64-linux-gnu/libICE.so.6
#9 0x00007f3ae8b6f453 in KSMServer::processData(int) (this=0x55ed74a15800) at /home/x73/Sources/tde/main/tdebase/ksmserver/server.cpp:765
#10 0x00007f3ae8b6ac0b in KSMServer::tqt_invoke(int, TQUObject*) (this=0x55ed74a15800, _id=4, _o=0x7ffd403e6fc0) at /home/x73/Sources/tde/main/build-tdebase-Desktop-Debug/ksmserver/server.moc:142
#11 0x00007f3aebfd9808 in TQObject::activate_signal(TQConnectionList*, TQUObject*) (this=this@entry=0x55ed74b92ba0, clist=clist@entry=0x55ed74aebfa0, o=o@entry=0x7ffd403e6fc0) at kernel/ntqconnection.h:57
#12 0x00007f3aebfd9a32 in TQObject::activate_signal(int, int) (this=this@entry=0x55ed74b92ba0, signal=<optimized out>, param=<optimized out>) at kernel/qobject.cpp:2977
#13 0x00007f3aec28e06b in TQSocketNotifier::activated(int) (this=this@entry=0x55ed74b92ba0, t0=<optimized out>) at ../include/ntqmetaobject.h:264
#14 0x00007f3aebff6673 in TQSocketNotifier::event(TQEvent*) (this=0x55ed74b92ba0, e=0x7ffd403e7220) at kernel/qsocketnotifier.cpp:261
#15 0x00007f3aebf88746 in TQApplication::internalNotify(TQObject*, TQEvent*) (this=this@entry=0x7ffd403e7ed0, receiver=receiver@entry=0x55ed74b92ba0, e=e@entry=0x7ffd403e7220) at kernel/qapplication.cpp:2883
#16 0x00007f3aebf88b8e in TQApplication::notify(TQObject*, TQEvent*) (this=this@entry=0x7ffd403e7ed0, receiver=receiver@entry=0x55ed74b92ba0, e=e@entry=0x7ffd403e7220) at kernel/qapplication.cpp:2726
#17 0x00007f3aec5d27d5 in TDEApplication::notify(TQObject*, TQEvent*) (this=0x7ffd403e7ed0, receiver=0x55ed74b92ba0, event=0x7ffd403e7220) at ./tdecore/tdeapplication.cpp:660
#18 0x00007f3aebf7f612 in TQEventLoop::activateSocketNotifiers() (this=this@entry=0x55ed749ccb20) at kernel/qeventloop_unix_glib.cpp:739
#19 0x00007f3aebf6c2e1 in TQEventLoop::gsourceDispatch(_GSource*) (this=this@entry=0x55ed749ccb20, gs=gs@entry=0x55ed749d0750) at kernel/qeventloop_x11_glib.cpp:587
#20 0x00007f3aebf6c37b in qt_gsource_dispatch(GSource*, GSourceFunc, gpointer) (source=0x55ed749d0750, callback=<optimized out>, user_data=<optimized out>) at kernel/qeventloop_x11_glib.cpp:123
#21 0x00007f3aeb16a84d in g_main_context_dispatch () at /lib/x86_64-linux-gnu/libglib-2.0.so.0
#22 0x00007f3aeb16aad0 in () at /lib/x86_64-linux-gnu/libglib-2.0.so.0
#23 0x00007f3aeb16ab73 in g_main_context_iteration () at /lib/x86_64-linux-gnu/libglib-2.0.so.0
#24 0x00007f3aebf6b38f in TQEventLoop::processEvents(unsigned int) (this=0x55ed749ccb20, flags=<optimized out>) at kernel/qeventloop_x11_glib.cpp:279
#25 0x00007f3aebf9bc4e in TQEventLoop::processEvents(unsigned int, int) (this=0x55ed749ccb20, flags=<optimized out>, maxTime=3000) at ../include/ntqdatetime.h:130
#26 0x00007f3ae8b8e0ea in KSMServer::completeShutdownOrCheckpoint() (this=0x55ed74a15800) at /home/x73/Sources/tde/main/tdebase/ksmserver/shutdown.cpp:813
#27 0x00007f3ae8b8c5d9 in KSMServer::saveYourselfDone(KSMClient*, bool) (this=0x55ed74a15800, client=0x55ed74fb2f30, success=true) at /home/x73/Sources/tde/main/tdebase/ksmserver/shutdown.cpp:448
#28 0x00007f3ae8b6b641 in KSMSaveYourselfDoneProc(_SmsConn*, void*, int) (managerData=0x55ed74fb2f30, success=1) at /home/x73/Sources/tde/main/tdebase/ksmserver/server.cpp:224
#29 0x00007f3aea8b7a9b in _SmsProcessMessage () at /lib/x86_64-linux-gnu/libSM.so.6
#30 0x00007f3aea8cecfb in IceProcessMessages () at /lib/x86_64-linux-gnu/libICE.so.6
#31 0x00007f3ae8b6f453 in KSMServer::processData(int) (this=0x55ed74a15800) at /home/x73/Sources/tde/main/tdebase/ksmserver/server.cpp:765
#32 0x00007f3ae8b6ac0b in KSMServer::tqt_invoke(int, TQUObject*) (this=0x55ed74a15800, _id=4, _o=0x7ffd403e7960) at /home/x73/Sources/tde/main/build-tdebase-Desktop-Debug/ksmserver/server.moc:142
#33 0x00007f3aebfd9808 in TQObject::activate_signal(TQConnectionList*, TQUObject*) (this=this@entry=0x55ed74efe7c0, clist=clist@entry=0x55ed74a14a80, o=o@entry=0x7ffd403e7960) at kernel/ntqconnection.h:57
#34 0x00007f3aebfd9a32 in TQObject::activate_signal(int, int) (this=this@entry=0x55ed74efe7c0, signal=<optimized out>, param=<optimized out>) at kernel/qobject.cpp:2977
#35 0x00007f3aec28e06b in TQSocketNotifier::activated(int) (this=this@entry=0x55ed74efe7c0, t0=<optimized out>) at ../include/ntqmetaobject.h:264
#36 0x00007f3aebff6673 in TQSocketNotifier::event(TQEvent*) (this=0x55ed74efe7c0, e=0x7ffd403e7bc0) at kernel/qsocketnotifier.cpp:261
#37 0x00007f3aebf88746 in TQApplication::internalNotify(TQObject*, TQEvent*) (this=this@entry=0x7ffd403e7ed0, receiver=receiver@entry=0x55ed74efe7c0, e=e@entry=0x7ffd403e7bc0) at kernel/qapplication.cpp:2883
#38 0x00007f3aebf88b8e in TQApplication::notify(TQObject*, TQEvent*) (this=this@entry=0x7ffd403e7ed0, receiver=receiver@entry=0x55ed74efe7c0, e=e@entry=0x7ffd403e7bc0) at kernel/qapplication.cpp:2726
#39 0x00007f3aec5d27d5 in TDEApplication::notify(TQObject*, TQEvent*) (this=0x7ffd403e7ed0, receiver=0x55ed74efe7c0, event=0x7ffd403e7bc0) at ./tdecore/tdeapplication.cpp:660
#40 0x00007f3aebf7f612 in TQEventLoop::activateSocketNotifiers() (this=this@entry=0x55ed749ccb20) at kernel/qeventloop_unix_glib.cpp:739
#41 0x00007f3aebf6c2e1 in TQEventLoop::gsourceDispatch(_GSource*) (this=this@entry=0x55ed749ccb20, gs=gs@entry=0x55ed749d0750) at kernel/qeventloop_x11_glib.cpp:587
#42 0x00007f3aebf6c37b in qt_gsource_dispatch(GSource*, GSourceFunc, gpointer) (source=0x55ed749d0750, callback=<optimized out>, user_data=<optimized out>) at kernel/qeventloop_x11_glib.cpp:123
#43 0x00007f3aeb16a84d in g_main_context_dispatch () at /lib/x86_64-linux-gnu/libglib-2.0.so.0
#44 0x00007f3aeb16aad0 in () at /lib/x86_64-linux-gnu/libglib-2.0.so.0
#45 0x00007f3aeb16ab73 in g_main_context_iteration () at /lib/x86_64-linux-gnu/libglib-2.0.so.0
#46 0x00007f3aebf6b38f in TQEventLoop::processEvents(unsigned int) (this=0x55ed749ccb20, flags=<optimized out>) at kernel/qeventloop_x11_glib.cpp:279
#47 0x00007f3aebf9bb69 in TQEventLoop::enterLoop() (this=0x55ed749ccb20) at kernel/qeventloop.cpp:227
#48 0x00007f3aebf9bafd in TQEventLoop::exec() (this=0x55ed749ccb20) at kernel/qeventloop.cpp:174
#49 0x00007f3ae8b6a269 in kdemain(int, char**) (argc=3, argv=0x55ed7497d870) at /home/x73/Sources/tde/main/tdebase/ksmserver/main.cpp:243
#50 0x00007f3aecd8213d in tdeinitmain(int, char**) (argc=3, argv=0x55ed7497d870) at /build/tdebase-trinity-Yi6quQ/tdebase-trinity-14.1.0~s417/obj-x86_64-linux-gnu/ksmserver/ksmserver_tdeinit_module.cpp:3
#51 0x000055ed744b6d2e in launch(int, char const*, char const*, char const*, int, char const*, bool, char const*, bool, char const*) (argc=3, _name=<optimized out>, args=<optimized out>, cwd=<optimized out>, envc=<optimized out>, envs=<optimized out>, reset_env=true, tty=0x55ed7497cfff "", avoid_loops=false, startup_id_str=0x55ed7497d008 "") at ./tdeinit/tdeinit.cpp:674
#52 0x000055ed744b7f5e in handle_launcher_request(int) (sock=<optimized out>) at ./tdeinit/tdeinit.cpp:1234
#53 0x000055ed744b8840 in handle_requests(pid_t) (waitForPid=waitForPid@entry=0) at ./tdeinit/tdeinit.cpp:1430
#54 0x000055ed744b49f9 in main(int, char**, char**) (argc=<optimized out>, argv=0x7ffd403e8968, envp=<optimized out>) at ./tdeinit/tdeinit.cpp:1906
==== (gdb) bt full ====
#0 0x00007f3aeb8b4d17 in __GI___nanosleep (requested_time=0x7ffd403e4620, remaining=0x7ffd403e4620) at ../sysdeps/unix/sysv/linux/nanosleep.c:28
resultvar = 18446744073709551100
#1 0x00007f3aeb8b4c4e in __sleep (seconds=0, seconds@entry=1) at ../sysdeps/posix/sleep.c:55
save_errno = 9
ts = {tv_sec = 0, tv_nsec = 892393145}
#2 0x00007f3aec654107 in TDECrash::startDrKonqi(char const**, int) (argv=argv@entry=0x7ffd403e6770, argc=argc@entry=18) at ./tdecore/kcrash.cpp:312
socket = <optimized out>
header = {cmd = 4, arg_length = 8}
BUFSIZE = 8192
buffer = "~\017\000\000\000\000\000\000drkonqi\000-display\000:0\000--appname\000ksmserver\000--tdeinit\000--signal\000\061\061\000--pid\000\063\067\060\063\000--appversion\000\060.4\000--programname\000The TDE Session Manager\000--bugaddress\000http://bugs.trinitydesktop.org\000--startupid\000ubuntu;1"...
pos = <optimized out>
argcl = 18
env = 0
avoid_loops = 0
pid = 3966
#3 0x00007f3aec654445 in TDECrash::defaultCrashHandler(int) (sig=<optimized out>) at ./tdecore/kcrash.cpp:229
argv = {0x7f3aec7b44d4 "drkonqi", 0x7f3aec7ac566 "-display", 0x55ed7497d6d0 ":0", 0x7f3aec7b44fe "--appname", 0x55ed749cee10 "ksmserver", 0x7f3aec7b4508 "--tdeinit", 0x7f3aec7b451c "--signal", 0x7ffd403e6834 "11", 0x7f3aec7b4525 "--pid", 0x7ffd403e683e "3703", 0x7f3aec7b452b "--appversion", 0x7f3ae8b9807c "0.4", 0x7f3aec7b4538 "--programname", 0x55ed74a2e3d0 "The TDE Session Manager", 0x7f3aec7b4546 "--bugaddress", 0x7f3aec7b6688 "http://bugs.trinitydesktop.org", 0x7f3aec7b4553 "--startupid", 0x55ed749cf3d0 "ubuntu;1584487199;407023;3702_TIME0", 0x0, 0x55ed74a2db68 "h>H\354:\177", 0x1 <error: Cannot access memory at address 0x1>, 0x0, 0x14 <error: Cannot access memory at address 0x14>, 0x7ffd403e6a40 "\177\003"}
i = 18
about = <optimized out>
sigtxt = "11\000\000\064\231\377\353:\177"
pidtxt = "3703\000@\375\177\000"
instance = <optimized out>
crashRecursionCounter = 2
rlp = {rlim_cur = 1024, rlim_max = 1048576}
#4 0x00007f3aeb815470 in <signal handler called> () at /lib/x86_64-linux-gnu/libc.so.6
#5 0x0000000000000000 in ()
#6 0x00007f3aea8c7f51 in _IceTransClose () at /lib/x86_64-linux-gnu/libICE.so.6
#7 0x00007f3aea8cffc4 in _IceFreeConnection () at /lib/x86_64-linux-gnu/libICE.so.6
#8 0x00007f3aea8cee18 in IceProcessMessages () at /lib/x86_64-linux-gnu/libICE.so.6
#9 0x00007f3ae8b6f453 in KSMServer::processData(int) (this=0x55ed74a15800) at /home/x73/Sources/tde/main/tdebase/ksmserver/server.cpp:765
iceConn = 0x55ed74b545b0
status = IceProcessMessagesSuccess
#10 0x00007f3ae8b6ac0b in KSMServer::tqt_invoke(int, TQUObject*) (this=0x55ed74a15800, _id=4, _o=0x7ffd403e6fc0) at /home/x73/Sources/tde/main/build-tdebase-Desktop-Debug/ksmserver/server.moc:142
#11 0x00007f3aebfd9808 in TQObject::activate_signal(TQConnectionList*, TQUObject*) (this=this@entry=0x55ed74b92ba0, clist=clist@entry=0x55ed74aebfa0, o=o@entry=0x7ffd403e6fc0) at kernel/ntqconnection.h:57
currentThread = 0x7f3aec4bab70 <tqt_main_thread>
object = 0x55ed74a15800
sol = 0x55ed74faad20
oldSender = 0x55ed74efe7c0
c = 0x55ed74aebfe0
#12 0x00007f3aebfd9a32 in TQObject::activate_signal(int, int) (this=this@entry=0x55ed74b92ba0, signal=<optimized out>, param=<optimized out>) at kernel/qobject.cpp:2977
clist = 0x55ed74aebfa0
o = {{type = 0x7f3aec4b7f90 <static_QUType_Null>, payload = {b = false, c = 0 '\000', s = 4096, i = 4096, l = 4294971392, uc = 0 '\000', us = 4096, ui = 4096, ul = 4294971392, f = 5.73971851e-42, d = 2.1219978146581577e-314, byte = "\000\020\000\000\001\000\000\000Ķ\232t\355U\000", bytearray = {data = 0x100001000 <error: Cannot access memory at address 0x100001000>, size = 94478351906500}, ptr = 0x100001000, voidstar = {ptr = 0x100001000, owner = 196}, charstar = {ptr = 0x100001000 <error: Cannot access memory at address 0x100001000>, owner = 196}, utf8 = {ptr = 0x100001000 <error: Cannot access memory at address 0x100001000>, owner = 196}, local8bit = {ptr = 0x100001000 <error: Cannot access memory at address 0x100001000>, owner = 196}, iface = 0x100001000, idisp = 0x100001000}, isLastObject = false}, {type = 0x7f3aec4b7f60 <static_QUType_int>, payload = {b = 36, c = 36 '$', s = 36, i = 36, l = 36, uc = 36 '$', us = 36, ui = 36, ul = 36, f = 5.04467447e-44, d = 1.7786363250284876e-322, byte = "$\000\000\000\000\000\000\000\320o>@\375\177\000", bytearray = {data = 0x24 <error: Cannot access memory at address 0x24>, size = 140725681287120}, ptr = 0x24, voidstar = {ptr = 0x24, owner = 208}, charstar = {ptr = 0x24 <error: Cannot access memory at address 0x24>, owner = 208}, utf8 = {ptr = 0x24 <error: Cannot access memory at address 0x24>, owner = 208}, local8bit = {ptr = 0x24 <error: Cannot access memory at address 0x24>, owner = 208}, iface = 0x24, idisp = 0x24}, isLastObject = true}}
#13 0x00007f3aec28e06b in TQSocketNotifier::activated(int) (this=this@entry=0x55ed74b92ba0, t0=<optimized out>) at ../include/ntqmetaobject.h:264
#14 0x00007f3aebff6673 in TQSocketNotifier::event(TQEvent*) (this=0x55ed74b92ba0, e=0x7ffd403e7220) at kernel/qsocketnotifier.cpp:261
#15 0x00007f3aebf88746 in TQApplication::internalNotify(TQObject*, TQEvent*) (this=this@entry=0x7ffd403e7ed0, receiver=receiver@entry=0x55ed74b92ba0, e=e@entry=0x7ffd403e7220) at kernel/qapplication.cpp:2883
locklevel = 2
llcount = 2
consumed = <optimized out>
handled = <optimized out>
#16 0x00007f3aebf88b8e in TQApplication::notify(TQObject*, TQEvent*) (this=this@entry=0x7ffd403e7ed0, receiver=receiver@entry=0x55ed74b92ba0, e=e@entry=0x7ffd403e7220) at kernel/qapplication.cpp:2726
res = <optimized out>
#17 0x00007f3aec5d27d5 in TDEApplication::notify(TQObject*, TQEvent*) (this=0x7ffd403e7ed0, receiver=0x55ed74b92ba0, event=0x7ffd403e7220) at ./tdecore/tdeapplication.cpp:660
t = <optimized out>
#18 0x00007f3aebf7f612 in TQEventLoop::activateSocketNotifiers() (this=this@entry=0x55ed749ccb20) at kernel/qeventloop_unix_glib.cpp:739
n_act = 0
event = {<TQt> = {static color0 = @0x7f3aec4babe0, static color1 = @0x7f3aec4babe8, static black = @0x7f3aec4babf0, static white = @0x7f3aec4babf8, static darkGray = @0x7f3aec4bac00, static gray = @0x7f3aec4bac08, static lightGray = @0x7f3aec4bac10, static red = @0x7f3aec4bac18, static green = @0x7f3aec4bac20, static blue = @0x7f3aec4bac28, static cyan = @0x7f3aec4bac30, static magenta = @0x7f3aec4bac38, static yellow = @0x7f3aec4bac40, static darkRed = @0x7f3aec4bac48, static darkGreen = @0x7f3aec4bac50, static darkBlue = @0x7f3aec4bac58, static darkCyan = @0x7f3aec4bac60, static darkMagenta = @0x7f3aec4bac68, static darkYellow = @0x7f3aec4bac70, static arrowCursor = @0x7f3aec4b8920, static upArrowCursor = @0x7f3aec4b8928, static crossCursor = @0x7f3aec4b8930, static waitCursor = @0x7f3aec4b8938, static ibeamCursor = @0x7f3aec4b8940, static sizeVerCursor = @0x7f3aec4b8948, static sizeHorCursor = @0x7f3aec4b8950, static sizeBDiagCursor = @0x7f3aec4b8958, static sizeFDiagCursor = @0x7f3aec4b8960, static sizeAllCursor = @0x7f3aec4b8968, static blankCursor = @0x7f3aec4b8970, static splitVCursor = @0x7f3aec4b8978, static splitHCursor = @0x7f3aec4b8980, static pointingHandCursor = @0x7f3aec4b8988, static forbiddenCursor = @0x7f3aec4b8990, static whatsThisCursor = @0x7f3aec4b8998, static busyCursor = @0x7f3aec4b89a0}, _vptr.TQEvent = 0x7f3aec467c80 <vtable for TQEvent+16>, t = TQEvent::SockAct, posted = 0, spont = 0}
it = {<TQGListIterator> = {list = 0x55ed749debf0, curNode = 0x0}, <No data fields>}
sn = 0x55ed74bf7c70
#19 0x00007f3aebf6c2e1 in TQEventLoop::gsourceDispatch(_GSource*) (this=this@entry=0x55ed749ccb20, gs=gs@entry=0x55ed749d0750) at kernel/qeventloop_x11_glib.cpp:587
list = 0x55ed749debb8
sn = <optimized out>
locker = {mtx = 0x55ed749cd2b0}
nevents = 0
flags = 0
#20 0x00007f3aebf6c37b in qt_gsource_dispatch(GSource*, GSourceFunc, gpointer) (source=0x55ed749d0750, callback=<optimized out>, user_data=<optimized out>) at kernel/qeventloop_x11_glib.cpp:123
qtGSource = 0x55ed749d0750
candidateEventLoop = 0x55ed749ccb20
activeThreadEventLoop = <optimized out>
#21 0x00007f3aeb16a84d in g_main_context_dispatch () at /lib/x86_64-linux-gnu/libglib-2.0.so.0
#22 0x00007f3aeb16aad0 in () at /lib/x86_64-linux-gnu/libglib-2.0.so.0
#23 0x00007f3aeb16ab73 in g_main_context_iteration () at /lib/x86_64-linux-gnu/libglib-2.0.so.0
#24 0x00007f3aebf6b38f in TQEventLoop::processEvents(unsigned int) (this=0x55ed749ccb20, flags=<optimized out>) at kernel/qeventloop_x11_glib.cpp:279
save_flags = 4
rval = <optimized out>
#25 0x00007f3aebf9bc4e in TQEventLoop::processEvents(unsigned int, int) (this=0x55ed749ccb20, flags=<optimized out>, maxTime=3000) at ../include/ntqdatetime.h:130
start = {ds = 12023823}
now = {ds = 12023824}
#26 0x00007f3ae8b8e0ea in KSMServer::completeShutdownOrCheckpoint() (this=0x55ed74a15800) at /home/x73/Sources/tde/main/tdebase/ksmserver/shutdown.cpp:813
waitForPhase2 = false
showLogoutStatusDlg = true
krs = {<TQObject> = {<TQt> = {static color0 = @0x7f3aec4babe0, static color1 = @0x7f3aec4babe8, static black = @0x7f3aec4babf0, static white = @0x7f3aec4babf8, static darkGray = @0x7f3aec4bac00, static gray = @0x7f3aec4bac08, static lightGray = @0x7f3aec4bac10, static red = @0x7f3aec4bac18, static green = @0x7f3aec4bac20, static blue = @0x7f3aec4bac28, static cyan = @0x7f3aec4bac30, static magenta = @0x7f3aec4bac38, static yellow = @0x7f3aec4bac40, static darkRed = @0x7f3aec4bac48, static darkGreen = @0x7f3aec4bac50, static darkBlue = @0x7f3aec4bac58, static darkCyan = @0x7f3aec4bac60, static darkMagenta = @0x7f3aec4bac68, static darkYellow = @0x7f3aec4bac70, static arrowCursor = @0x7f3aec4b8920, static upArrowCursor = @0x7f3aec4b8928, static crossCursor = @0x7f3aec4b8930, static waitCursor = @0x7f3aec4b8938, static ibeamCursor = @0x7f3aec4b8940, static sizeVerCursor = @0x7f3aec4b8948, static sizeHorCursor = @0x7f3aec4b8950, static sizeBDiagCursor = @0x7f3aec4b8958, static sizeFDiagCursor = @0x7f3aec4b8960, static sizeAllCursor = @0x7f3aec4b8968, static blankCursor = @0x7f3aec4b8970, static splitVCursor = @0x7f3aec4b8978, static splitHCursor = @0x7f3aec4b8980, static pointingHandCursor = @0x7f3aec4b8988, static forbiddenCursor = @0x7f3aec4b8990, static whatsThisCursor = @0x7f3aec4b8998, static busyCursor = @0x7f3aec4b89a0}, _vptr.TQObject = 0x7f3aec482d88 <vtable for TQObject+16>, static metaObj = 0x55ed74926cd0, isSignal = 0, isWidget = 0, pendTimer = 0, blockSig = 0, wasDeleted = 1, isTree = 0, objname = 0x0, parentObj = 0x0, childObjects = 0x0, connections = 0x0, senderObjects = 0x0, eventFilters = 0x0, postedEvents = 0x0, d = 0x55ed74ab79b0}, static metaObj = 0x0, connectionAuth = {url = {m_strProtocol = {static null = {static null = <same as static member of an already seen type>, d = 0x55ed749289f0, static shared_null = 0x55ed749289f0}, d = 0x55ed749cf430, static shared_null = 0x55ed749289f0}, m_strUser = {static null = {static null = <same as static member of an already seen type>, d = 0x55ed749289f0, static shared_null = 0x55ed749289f0}, d = 0x7f3aec47e2e8 <vtable for TQGArray+16>, static shared_null = 0x55ed749289f0}, m_strPass = {static null = {static null = <same as static member of an already seen type>, d = 0x55ed749289f0, static shared_null = 0x55ed749289f0}, d = 0x55ed74c0a720, static shared_null = 0x55ed749289f0}, m_strHost = {static null = {static null = <same as static member of an already seen type>, d = 0x55ed749289f0, static shared_null = 0x55ed749289f0}, d = 0x7f3aec47e2e8 <vtable for TQGArray+16>, static shared_null = 0x55ed749289f0}, m_strPath = {static null = {static null = <same as static member of an already seen type>, d = 0x55ed749289f0, static shared_null = 0x55ed749289f0}, d = 0x55ed74a2d5d0, static shared_null = 0x55ed749289f0}, m_strRef_encoded = {static null = {static null = <same as static member of an already seen type>, d = 0x55ed749289f0, static shared_null = 0x55ed749289f0}, d = 0x7ffd00000100, static shared_null = 0x55ed749289f0}, m_strQuery_encoded = {static null = {static null = <same as static member of an already seen type>, d = 0x55ed749289f0, static shared_null = 0x55ed749289f0}, d = 0x0, static shared_null = 0x55ed749289f0}, m_bIsMalformed = false, m_iUriMode = KURL::Auto, freeForUse = 4, m_iPort = 29857, m_strPath_encoded = {static null = {static null = <same as static member of an already seen type>, d = 0x55ed749289f0, static shared_null = 0x55ed749289f0}, d = 0x3000000010, static shared_null = 0x55ed749289f0}, d = 0x7ffd403e7680}, username = {static null = {static null = <same as static member of an already seen type>, d = 0x55ed749289f0, static shared_null = 0x55ed749289f0}, d = 0x7ffd403e75a0, static shared_null = 0x55ed749289f0}, password = {static null = {static null = <same as static member of an already seen type>, d = 0x55ed749289f0, static shared_null = 0x55ed749289f0}, d = 0x7f3aea517dd7, static shared_null = 0x55ed749289f0}, prompt = {static null = {static null = <same as static member of an already seen type>, d = 0x55ed749289f0, static shared_null = 0x55ed749289f0}, d = 0x55ed74c79480, static shared_null = 0x55ed749289f0}, caption = {static null = {static null = <same as static member of an already seen type>, d = 0x55ed749289f0, static shared_null = 0x55ed749289f0}, d = 0x55ed749ac718, static shared_null = 0x55ed749289f0}, comment = {static null = {static null = <same as static member of an already seen type>, d = 0x55ed749289f0, static shared_null = 0x55ed749289f0}, d = 0x11, static shared_null = 0x55ed749289f0}, commentLabel = {static null = {static null = <same as static member of an already seen type>, d = 0x55ed749289f0, static shared_null = 0x55ed749289f0}, d = 0x55ed74a1dd70, static shared_null = 0x55ed749289f0}, realmValue = {static null = {static null = <same as static member of an already seen type>, d = 0x55ed749289f0, static shared_null = 0x55ed749289f0}, d = 0x18, static shared_null = 0x55ed749289f0}, digestInfo = {static null = {static null = <same as static member of an already seen type>, d = 0x55ed749289f0, static shared_null = 0x55ed749289f0}, d = 0x55ed74cd92e0, static shared_null = 0x55ed749289f0}, verifyPath = 80, readOnly = 73, keepPassword = 174, modified = 116, d = 0x7f3aeba6b1d9 <operator new(unsigned long)+25>}, m_pURL = {m_strProtocol = {static null = {static null = <same as static member of an already seen type>, d = 0x55ed749289f0, static shared_null = 0x55ed749289f0}, d = 0x3, static shared_null = 0x55ed749289f0}, m_strUser = {static null = {static null = <same as static member of an already seen type>, d = 0x55ed749289f0, static shared_null = 0x55ed749289f0}, d = 0x7f3aec21911b <TQGList::insertAt(unsigned int, void*)+107>, static shared_null = 0x55ed749289f0}, m_strPass = {static null = {static null = <same as static member of an already seen type>, d = 0x55ed749289f0, static shared_null = 0x55ed749289f0}, d = 0x3, static shared_null = 0x55ed749289f0}, m_strHost = {static null = {static null = <same as static member of an already seen type>, d = 0x55ed749289f0, static shared_null = 0x55ed749289f0}, d = 0x7f3aec4baa98 <tqt_timerListMutex>, static shared_null = 0x55ed749289f0}, m_strPath = {static null = {static null = <same as static member of an already seen type>, d = 0x55ed749289f0, static shared_null = 0x55ed749289f0}, d = 0x55ed74b3d700, static shared_null = 0x55ed749289f0}, m_strRef_encoded = {static null = {static null = <same as static member of an already seen type>, d = 0x55ed749289f0, static shared_null = 0x55ed749289f0}, d = 0x7f3aec4baa98 <tqt_timerListMutex>, static shared_null = 0x55ed749289f0}, m_strQuery_encoded = {static null = {static null = <same as static member of an already seen type>, d = 0x55ed749289f0, static shared_null = 0x55ed749289f0}, d = 0x55ed74cdecd0, static shared_null = 0x55ed749289f0}, m_bIsMalformed = false, m_iUriMode = KURL::Mailto, freeForUse = 1, m_iPort = 60448, m_strPath_encoded = {static null = {static null = <same as static member of an already seen type>, d = 0x55ed749289f0, static shared_null = 0x55ed749289f0}, d = 0x0, static shared_null = 0x55ed749289f0}, d = 0x55ed74b3d700}, m_progressDialog = 0x55ed74a15940, m_configDialog = 0x7f3aebf7e8be <qStartTimer(int, TQObject*)+558>, cfgfolderlist = {<TQValueList<TQString>> = {sh = 0x3000000010}, <No data fields>}, cfgautosync_onlogout_list = {<TQValueList<TQString>> = {sh = 0x7ffd403e7740}, <No data fields>}, m_progressDialogExists = 96, m_bSettingsLoaded = 118, m_bInSpecialSync = 62, isLoggedIn = 64, childPid = 32765, childFd = -869739520, outBuf = 0x55ed74b6dd58 "\240\016\242t\355U", outBufPos = 94478352341312, outBufLen = 17, isStat = 216, redirectUser = {static null = {static null = <same as static member of an already seen type>, d = 0x55ed749289f0, static shared_null = 0x55ed749289f0}, d = 0x40, static shared_null = 0x55ed749289f0}, redirectPass = {static null = {static null = <same as static member of an already seen type>, d = 0x55ed749289f0, static shared_null = 0x55ed749289f0}, d = 0x0, static shared_null = 0x55ed749289f0}, connectionUser = {static null = {static null = <same as static member of an already seen type>, d = 0x55ed749289f0, static shared_null = 0x55ed749289f0}, d = 0x7ffd403e76f0, static shared_null = 0x55ed749289f0}, connectionPassword = {static null = {static null = <same as static member of an already seen type>, d = 0x55ed749289f0, static shared_null = 0x55ed749289f0}, d = 0x8300ca87cc28d400, static shared_null = 0x55ed749289f0}, firstLogin = 16, thisFn = {static null = {static null = <same as static member of an already seen type>, d = 0x55ed749289f0, static shared_null = 0x55ed749289f0}, d = 0x8300ca87cc28d400, static shared_null = 0x55ed749289f0}}
#27 0x00007f3ae8b8c5d9 in KSMServer::saveYourselfDone(KSMClient*, bool) (this=0x55ed74a15800, client=0x55ed74fb2f30, success=true) at /home/x73/Sources/tde/main/tdebase/ksmserver/shutdown.cpp:448
#28 0x00007f3ae8b6b641 in KSMSaveYourselfDoneProc(_SmsConn*, void*, int) (managerData=0x55ed74fb2f30, success=1) at /home/x73/Sources/tde/main/tdebase/ksmserver/server.cpp:224
#29 0x00007f3aea8b7a9b in _SmsProcessMessage () at /lib/x86_64-linux-gnu/libSM.so.6
#30 0x00007f3aea8cecfb in IceProcessMessages () at /lib/x86_64-linux-gnu/libICE.so.6
#31 0x00007f3ae8b6f453 in KSMServer::processData(int) (this=0x55ed74a15800) at /home/x73/Sources/tde/main/tdebase/ksmserver/server.cpp:765
iceConn = 0x55ed74b3a480
status = IceProcessMessagesSuccess
#32 0x00007f3ae8b6ac0b in KSMServer::tqt_invoke(int, TQUObject*) (this=0x55ed74a15800, _id=4, _o=0x7ffd403e7960) at /home/x73/Sources/tde/main/build-tdebase-Desktop-Debug/ksmserver/server.moc:142
#33 0x00007f3aebfd9808 in TQObject::activate_signal(TQConnectionList*, TQUObject*) (this=this@entry=0x55ed74efe7c0, clist=clist@entry=0x55ed74a14a80, o=o@entry=0x7ffd403e7960) at kernel/ntqconnection.h:57
currentThread = 0x7f3aec4bab70 <tqt_main_thread>
object = 0x55ed74a15800
sol = 0x55ed74faad20
oldSender = 0x0
c = 0x55ed74baf310
#34 0x00007f3aebfd9a32 in TQObject::activate_signal(int, int) (this=this@entry=0x55ed74efe7c0, signal=<optimized out>, param=<optimized out>) at kernel/qobject.cpp:2977
clist = 0x55ed74a14a80
o = {{type = 0x7f3aec4b7f90 <static_QUType_Null>, payload = {b = 208, c = -48 '\320', s = 31696, i = 1077836752, l = 140725681290192, uc = 208 '\320', us = 31696, ui = 1077836752, ul = 140725681290192, f = 2.97630692, d = 6.9527724613088136e-310, byte = "\320{>@\375\177\000\000\240y>@\375\177\000", bytearray = {data = 0x7ffd403e7bd0 "\360\353\235t\355U", size = 140725681289632}, ptr = 0x7ffd403e7bd0, voidstar = {ptr = 0x7ffd403e7bd0, owner = 160}, charstar = {ptr = 0x7ffd403e7bd0 "\360\353\235t\355U", owner = 160}, utf8 = {ptr = 0x7ffd403e7bd0 "\360\353\235t\355U", owner = 160}, local8bit = {ptr = 0x7ffd403e7bd0 "\360\353\235t\355U", owner = 160}, iface = 0x7ffd403e7bd0, idisp = 0x7ffd403e7bd0}, isLastObject = false}, {type = 0x7f3aec4b7f60 <static_QUType_int>, payload = {b = 17, c = 17 '\021', s = 17, i = 17, l = 139887084830737, uc = 17 '\021', us = 17, ui = 17, ul = 139887084830737, f = 2.38220739e-44, d = 6.9113402911747318e-310, byte = "\021\000\000\000:\177\000\000PS\253t\355U\000", bytearray = {data = 0x7f3a00000011 <error: Cannot access memory at address 0x7f3a00000011>, size = 94478352995152}, ptr = 0x7f3a00000011, voidstar = {ptr = 0x7f3a00000011, owner = 80}, charstar = {ptr = 0x7f3a00000011 <error: Cannot access memory at address 0x7f3a00000011>, owner = 80}, utf8 = {ptr = 0x7f3a00000011 <error: Cannot access memory at address 0x7f3a00000011>, owner = 80}, local8bit = {ptr = 0x7f3a00000011 <error: Cannot access memory at address 0x7f3a00000011>, owner = 80}, iface = 0x7f3a00000011, idisp = 0x7f3a00000011}, isLastObject = true}}
#35 0x00007f3aec28e06b in TQSocketNotifier::activated(int) (this=this@entry=0x55ed74efe7c0, t0=<optimized out>) at ../include/ntqmetaobject.h:264
#36 0x00007f3aebff6673 in TQSocketNotifier::event(TQEvent*) (this=0x55ed74efe7c0, e=0x7ffd403e7bc0) at kernel/qsocketnotifier.cpp:261
#37 0x00007f3aebf88746 in TQApplication::internalNotify(TQObject*, TQEvent*) (this=this@entry=0x7ffd403e7ed0, receiver=receiver@entry=0x55ed74efe7c0, e=e@entry=0x7ffd403e7bc0) at kernel/qapplication.cpp:2883
locklevel = 2
llcount = 2
consumed = <optimized out>
handled = <optimized out>
#38 0x00007f3aebf88b8e in TQApplication::notify(TQObject*, TQEvent*) (this=this@entry=0x7ffd403e7ed0, receiver=receiver@entry=0x55ed74efe7c0, e=e@entry=0x7ffd403e7bc0) at kernel/qapplication.cpp:2726
res = <optimized out>
#39 0x00007f3aec5d27d5 in TDEApplication::notify(TQObject*, TQEvent*) (this=0x7ffd403e7ed0, receiver=0x55ed74efe7c0, event=0x7ffd403e7bc0) at ./tdecore/tdeapplication.cpp:660
t = <optimized out>
#40 0x00007f3aebf7f612 in TQEventLoop::activateSocketNotifiers() (this=this@entry=0x55ed749ccb20) at kernel/qeventloop_unix_glib.cpp:739
n_act = 0
event = {<TQt> = {static color0 = @0x7f3aec4babe0, static color1 = @0x7f3aec4babe8, static black = @0x7f3aec4babf0, static white = @0x7f3aec4babf8, static darkGray = @0x7f3aec4bac00, static gray = @0x7f3aec4bac08, static lightGray = @0x7f3aec4bac10, static red = @0x7f3aec4bac18, static green = @0x7f3aec4bac20, static blue = @0x7f3aec4bac28, static cyan = @0x7f3aec4bac30, static magenta = @0x7f3aec4bac38, static yellow = @0x7f3aec4bac40, static darkRed = @0x7f3aec4bac48, static darkGreen = @0x7f3aec4bac50, static darkBlue = @0x7f3aec4bac58, static darkCyan = @0x7f3aec4bac60, static darkMagenta = @0x7f3aec4bac68, static darkYellow = @0x7f3aec4bac70, static arrowCursor = @0x7f3aec4b8920, static upArrowCursor = @0x7f3aec4b8928, static crossCursor = @0x7f3aec4b8930, static waitCursor = @0x7f3aec4b8938, static ibeamCursor = @0x7f3aec4b8940, static sizeVerCursor = @0x7f3aec4b8948, static sizeHorCursor = @0x7f3aec4b8950, static sizeBDiagCursor = @0x7f3aec4b8958, static sizeFDiagCursor = @0x7f3aec4b8960, static sizeAllCursor = @0x7f3aec4b8968, static blankCursor = @0x7f3aec4b8970, static splitVCursor = @0x7f3aec4b8978, static splitHCursor = @0x7f3aec4b8980, static pointingHandCursor = @0x7f3aec4b8988, static forbiddenCursor = @0x7f3aec4b8990, static whatsThisCursor = @0x7f3aec4b8998, static busyCursor = @0x7f3aec4b89a0}, _vptr.TQEvent = 0x7f3aec467c80 <vtable for TQEvent+16>, t = TQEvent::SockAct, posted = 0, spont = 0}
it = {<TQGListIterator> = {list = 0x55ed749debf0, curNode = 0x0}, <No data fields>}
sn = 0x55ed74b3d2f0
#41 0x00007f3aebf6c2e1 in TQEventLoop::gsourceDispatch(_GSource*) (this=this@entry=0x55ed749ccb20, gs=gs@entry=0x55ed749d0750) at kernel/qeventloop_x11_glib.cpp:587
list = 0x55ed749debb8
sn = <optimized out>
locker = {mtx = 0x55ed749cd2b0}
nevents = 0
flags = 4
#42 0x00007f3aebf6c37b in qt_gsource_dispatch(GSource*, GSourceFunc, gpointer) (source=0x55ed749d0750, callback=<optimized out>, user_data=<optimized out>) at kernel/qeventloop_x11_glib.cpp:123
qtGSource = 0x55ed749d0750
candidateEventLoop = 0x55ed749ccb20
activeThreadEventLoop = <optimized out>
#43 0x00007f3aeb16a84d in g_main_context_dispatch () at /lib/x86_64-linux-gnu/libglib-2.0.so.0
#44 0x00007f3aeb16aad0 in () at /lib/x86_64-linux-gnu/libglib-2.0.so.0
#45 0x00007f3aeb16ab73 in g_main_context_iteration () at /lib/x86_64-linux-gnu/libglib-2.0.so.0
#46 0x00007f3aebf6b38f in TQEventLoop::processEvents(unsigned int) (this=0x55ed749ccb20, flags=<optimized out>) at kernel/qeventloop_x11_glib.cpp:279
save_flags = 4
rval = <optimized out>
#47 0x00007f3aebf9bb69 in TQEventLoop::enterLoop() (this=0x55ed749ccb20) at kernel/qeventloop.cpp:227
old_exitloop = false
#48 0x00007f3aebf9bafd in TQEventLoop::exec() (this=0x55ed749ccb20) at kernel/qeventloop.cpp:174
#49 0x00007f3ae8b6a269 in kdemain(int, char**) (argc=3, argv=0x55ed7497d870) at /home/x73/Sources/tde/main/tdebase/ksmserver/main.cpp:243
aboutData = {mAppName = 0x7f3ae8b98506 "ksmserver", mProgramName = 0x7f3ae8b984ee "The TDE Session Manager", mVersion = 0x7f3ae8b9807c "0.4", mShortDescription = 0x7f3ae8b98080 "The reliable TDE session manager that talks the standard X11R6 \nsession management protocol (XSMP).", mLicenseKey = 3, mCopyrightStatement = 0x7f3ae8b98510 "(C) 2000, The KDE Developers", mOtherText = 0x0, mHomepageAddress = 0x0, mBugEmailAddress = 0x7f3aec7b6688 "http://bugs.trinitydesktop.org", mAuthorList = {sh = 0x55ed7497dbd0}, mCreditList = {sh = 0x55ed7497d630}, mLicenseText = 0x0, static defaultBugTracker = 0x7f3aec7b6688 "http://bugs.trinitydesktop.org", d = 0x55ed74976fc0}
a = {<TQApplication> = {<TQObject> = {<TQt> = {static color0 = @0x7f3aec4babe0, static color1 = @0x7f3aec4babe8, static black = @0x7f3aec4babf0, static white = @0x7f3aec4babf8, static darkGray = @0x7f3aec4bac00, static gray = @0x7f3aec4bac08, static lightGray = @0x7f3aec4bac10, static red = @0x7f3aec4bac18, static green = @0x7f3aec4bac20, static blue = @0x7f3aec4bac28, static cyan = @0x7f3aec4bac30, static magenta = @0x7f3aec4bac38, static yellow = @0x7f3aec4bac40, static darkRed = @0x7f3aec4bac48, static darkGreen = @0x7f3aec4bac50, static darkBlue = @0x7f3aec4bac58, static darkCyan = @0x7f3aec4bac60, static darkMagenta = @0x7f3aec4bac68, static darkYellow = @0x7f3aec4bac70, static arrowCursor = @0x7f3aec4b8920, static upArrowCursor = @0x7f3aec4b8928, static crossCursor = @0x7f3aec4b8930, static waitCursor = @0x7f3aec4b8938, static ibeamCursor = @0x7f3aec4b8940, static sizeVerCursor = @0x7f3aec4b8948, static sizeHorCursor = @0x7f3aec4b8950, static sizeBDiagCursor = @0x7f3aec4b8958, static sizeFDiagCursor = @0x7f3aec4b8960, static sizeAllCursor = @0x7f3aec4b8968, static blankCursor = @0x7f3aec4b8970, static splitVCursor = @0x7f3aec4b8978, static splitHCursor = @0x7f3aec4b8980, static pointingHandCursor = @0x7f3aec4b8988, static forbiddenCursor = @0x7f3aec4b8990, static whatsThisCursor = @0x7f3aec4b8998, static busyCursor = @0x7f3aec4b89a0}, _vptr.TQObject = 0x7f3aec86b628 <vtable for TDEApplication+16>, static metaObj = 0x55ed74926cd0, isSignal = 0, isWidget = 0, pendTimer = 0, blockSig = 0, wasDeleted = 0, isTree = 1, objname = 0x55ed749fd530 "ksmserver", parentObj = 0x0, childObjects = 0x55ed7496fa00, connections = 0x55ed74a272c0, senderObjects = 0x55ed74a12d50, eventFilters = 0x55ed74a2dca0, postedEvents = 0x0, d = 0x55ed7497c7d0}, static metaObj = 0x55ed74a13b10, static tqt_mutex = 0x55ed749cd2b0, app_argc = 1, app_argv = 0x55ed749ab250, quit_now = false, quit_code = 0, static app_style = 0x55ed74c29fa0, static app_cspec = 0, static app_pal = 0x55ed749cd290, static app_font = 0x55ed749cd1d0, static app_cursor = 0x0, static app_tracking = 1, static is_app_running = true, static is_app_closing = false, static app_exit_loop = <optimized out>, static loop_level = 0, static main_widget = 0x0, static focus_widget = 0x55ed74c0ac20, static active_window = 0x55ed74c0ac20, static obey_desktop_settings = false, static cursor_flash_time = 1000, static mouse_double_click_time = 400, static wheel_scroll_lines = 3, static composedUnicode = 0, static animate_ui = false, static animate_menu = false, static animate_tooltip = false, static animate_combo = false, static fade_menu = false, static fade_tooltip = false, static animate_toolbox = false, static widgetCount = false, static metaComposeUnicode = false, translators = 0x55ed74a2e340, session_manager = 0x55ed749ccfd0, session_id = {static null = {static null = <same as static member of an already seen type>, d = 0x55ed749289f0, static shared_null = 0x55ed749289f0}, d = 0x55ed749289f0, static shared_null = 0x55ed749289f0}, static session_key = 0x55ed749ccdb0, is_session_restored = false, static defaultIM = {static null = {static null = <same as static member of an already seen type>, d = 0x55ed749289f0, static shared_null = 0x55ed749289f0}, d = 0x55ed74912a00, static shared_null = 0x55ed749289f0}, static app_strut = {wd = 0, ht = 0}, static app_libpaths = 0x55ed74939030, static app_palettes = 0x55ed74c1e610, static app_fonts = 0x55ed74a27ba0, static popupWidgets = 0x0}, <TDEInstance> = {_vptr.TDEInstance = 0x7f3aec86b720 <vtable for TDEApplication+264>, _dirs = 0x55ed74a0fd10, _config = 0x55ed74a10140, _iconLoader = 0x55ed74ba9aa0, _hardwaredevices = 0x55ed74a10000, _networkmanager = 0x0, _placeholder = 0x7ffd403e8020, _name = {<TQMemArray<char>> = {<TQGArray> = {_vptr.TQGArray = 0x55ed744c1668 <vtable for TQCString+16>, shd = 0x55ed749c3180}, <No data fields>}, <No data fields>}, _aboutData = 0x7ffd403e7e60, d = 0x55ed749cf400, m_configReadOnly = false}, static metaObj = 0x55ed74a13aa0, display = 0x55ed749a9340, kipcCommAtom = 380, kipcEventMask = 511, static KApp = 0x7ffd403e7ed0, pArgc = 21997, pSessionConfig = 0x0, static s_DCOPClient = 0x55ed74a2afc0, static s_dcopClientNeedsPostInit = false, aCaption = {static null = {static null = <same as static member of an already seen type>, d = 0x55ed749289f0, static shared_null = 0x55ed749289f0}, d = 0x55ed749289f0, static shared_null = 0x55ed749289f0}, bSessionManagement = true, aIconPixmap = {pm = {icon = 0x0, miniIcon = 0x0}, unused = '\000' <repeats 16 times>, "!\244Kt\355U\000\000,\331Kt\355U\000\000ŹKt\355U", '\000' <repeats 18 times>, "tdeinitmain\000X_tdeinitmain\000Kt\355U\000\000\000\000\000\000\000\000\000"}, aIconName = {static null = {static null = <same as static member of an already seen type>, d = 0x55ed749289f0, static shared_null = 0x55ed749289f0}, d = 0x55ed749289f0, static shared_null = 0x55ed749289f0}, aMiniIconName = {static null = {static null = <same as static member of an already seen type>, d = 0x55ed749289f0, static shared_null = 0x55ed749289f0}, d = 0x55ed749289f0, static shared_null = 0x55ed749289f0}, useStyles = false, smw = 0x55ed74a14d00, argb_visual = true, argb_x11_visual = 94478351903264, argb_x11_colormap = 18874370, static loadedByKdeinit = false, captionLayout = 0, d = 0x55ed749dae40}
args = 0x55ed749a9080
wm = {<TQMemArray<char>> = {<TQGArray> = {_vptr.TQGArray = 0x55ed744c1668 <vtable for TQCString+16>, shd = 0x55ed749a92c0}, <No data fields>}, <No data fields>}
wmaddargs = {<TQMemArray<char>> = {<TQGArray> = {_vptr.TQGArray = 0x55ed744c1668 <vtable for TQCString+16>, shd = 0x55ed74a15650}, <No data fields>}, <No data fields>}
only_local = true
server = 0x55ed74a15800
config = 0x55ed74a10140
realScreenCount = 1
screenCountChanged = false
loginMode = {static null = {static null = <same as static member of an already seen type>, d = 0x55ed749289f0, static shared_null = 0x55ed749289f0}, d = 0x55ed74c58930, static shared_null = 0x55ed749289f0}
#50 0x00007f3aecd8213d in tdeinitmain(int, char**) (argc=3, argv=0x55ed7497d870) at /build/tdebase-trinity-Yi6quQ/tdebase-trinity-14.1.0~s417/obj-x86_64-linux-gnu/ksmserver/ksmserver_tdeinit_module.cpp:3
#51 0x000055ed744b6d2e in launch(int, char const*, char const*, char const*, int, char const*, bool, char const*, bool, char const*) (argc=3, _name=<optimized out>, args=<optimized out>, cwd=<optimized out>, envc=<optimized out>, envs=<optimized out>, reset_env=true, tty=0x55ed7497cfff "", avoid_loops=false, startup_id_str=0x55ed7497d008 "") at ./tdeinit/tdeinit.cpp:674
exec = <optimized out>
launcher = 0
lib = {<TQMemArray<char>> = {<TQGArray> = {_vptr.TQGArray = 0x55ed744c1668 <vtable for TQCString+16>, shd = 0x55ed74976cc0}, <No data fields>}, <No data fields>}
name = {<TQMemArray<char>> = {<TQGArray> = {_vptr.TQGArray = 0x55ed744c1668 <vtable for TQCString+16>, shd = 0x55ed74977090}, <No data fields>}, <No data fields>}
exec = {<TQMemArray<char>> = {<TQGArray> = {_vptr.TQGArray = 0x55ed744c1668 <vtable for TQCString+16>, shd = 0x55ed74977090}, <No data fields>}, <No data fields>}
libpath = {<TQMemArray<char>> = {<TQGArray> = {_vptr.TQGArray = 0x55ed744c1668 <vtable for TQCString+16>, shd = 0x55ed74967780}, <No data fields>}, <No data fields>}
execpath = {<TQMemArray<char>> = {<TQGArray> = {_vptr.TQGArray = 0x55ed744c1668 <vtable for TQCString+16>, shd = 0x55ed74984670}, <No data fields>}, <No data fields>}
startup_id = {d = 0x55ed749847d0}
#52 0x000055ed744b7f5e in handle_launcher_request(int) (sock=<optimized out>) at ./tdeinit/tdeinit.cpp:1234
tty = <optimized out>
avoid_loops = <optimized out>
arg_n = <optimized out>
argc = 3
args = 0x55ed7497cb62 "--windowmanager"
reset_display = <optimized out>
pid = <optimized out>
response_header = {cmd = 94478351432224, arg_length = 94478351432256}
envc = <optimized out>
envs = <optimized out>
kdedisplay = {<TQMemArray<char>> = {<TQGArray> = {_vptr.TQGArray = 0x55ed744c1668 <vtable for TQCString+16>, shd = 0x55ed749849c0}, <No data fields>}, <No data fields>}
response_data = 94478351432112
l = <optimized out>
name = 0x55ed7497cb58 "ksmserver"
cwd = 0x55ed7497cb77 "/home/x73"
startup_id_str = 0x55ed7497d008 ""
olddisplay = {<TQMemArray<char>> = {<TQGArray> = {_vptr.TQGArray = 0x55ed744c1668 <vtable for TQCString+16>, shd = 0x55ed749375a0}, <No data fields>}, <No data fields>}
launcher = <optimized out>
request_header = {cmd = 11, arg_length = 1209}
request_data = 0x55ed7497cb50 "\003"
result = <optimized out>
#53 0x000055ed744b8840 in handle_requests(pid_t) (waitForPid=waitForPid@entry=0) at ./tdeinit/tdeinit.cpp:1430
client = {sun_family = 1, sun_path = "G\354:\177\000\000pȗt\355U\000\000\350\342G\354:\177\000\000\200w\226t\355U\000\000\350\342G\354:\177\000\000\220ȗt\355U\000\000\000h\227t\355U\000\000Ph\227t\355U\000\000\320g\227t\355U\000\000\000\324(̇\312\000\203\200o\227t\355U\000\000\000\000\000\000\000\000\000\000@u\223t\355U\000\000\001\000\000\000\000"}
sClient = 2
sock = <optimized out>
wr_set = {fds_bits = {0 <repeats 16 times>}}
exit_pid = <optimized out>
c = 0 '\000'
rd_set = {fds_bits = {128, 0 <repeats 15 times>}}
e_set = {fds_bits = {0 <repeats 16 times>}}
result = <optimized out>
max_sock = 11
#54 0x000055ed744b49f9 in main(int, char**, char**) (argc=<optimized out>, argv=0x7ffd403e8968, envp=<optimized out>) at ./tdeinit/tdeinit.cpp:1906
i = <optimized out>
pid = <optimized out>
launch_dcop = <optimized out>
launch_tdelauncher = <optimized out>
launch_kded = <optimized out>
keep_running = <optimized out>
new_startup = <optimized out>
safe_argv = 0x55ed74937520
c = 0 '\000'
==== (gdb) info thread ====
Id Target Id Frame
* 1 Thread 0x7f3ae9137b00 (LWP 3703) "ksmserver" 0x00007f3aeb8b4d17 in __GI___nanosleep (requested_time=0x7ffd403e4620, remaining=0x7ffd403e4620) at ../sysdeps/unix/sysv/linux/nanosleep.c:28
==== (gdb) thread apply all bt ====
Thread 1 (Thread 0x7f3ae9137b00 (LWP 3703)):
#0 0x00007f3aeb8b4d17 in __GI___nanosleep (requested_time=0x7ffd403e4620, remaining=0x7ffd403e4620) at ../sysdeps/unix/sysv/linux/nanosleep.c:28
#1 0x00007f3aeb8b4c4e in __sleep (seconds=0, seconds@entry=1) at ../sysdeps/posix/sleep.c:55
#2 0x00007f3aec654107 in TDECrash::startDrKonqi(char const**, int) (argv=argv@entry=0x7ffd403e6770, argc=argc@entry=18) at ./tdecore/kcrash.cpp:312
#3 0x00007f3aec654445 in TDECrash::defaultCrashHandler(int) (sig=<optimized out>) at ./tdecore/kcrash.cpp:229
#4 0x00007f3aeb815470 in <signal handler called> () at /lib/x86_64-linux-gnu/libc.so.6
#5 0x0000000000000000 in ()
#6 0x00007f3aea8c7f51 in _IceTransClose () at /lib/x86_64-linux-gnu/libICE.so.6
#7 0x00007f3aea8cffc4 in _IceFreeConnection () at /lib/x86_64-linux-gnu/libICE.so.6
#8 0x00007f3aea8cee18 in IceProcessMessages () at /lib/x86_64-linux-gnu/libICE.so.6
#9 0x00007f3ae8b6f453 in KSMServer::processData(int) (this=0x55ed74a15800) at /home/x73/Sources/tde/main/tdebase/ksmserver/server.cpp:765
#10 0x00007f3ae8b6ac0b in KSMServer::tqt_invoke(int, TQUObject*) (this=0x55ed74a15800, _id=4, _o=0x7ffd403e6fc0) at /home/x73/Sources/tde/main/build-tdebase-Desktop-Debug/ksmserver/server.moc:142
#11 0x00007f3aebfd9808 in TQObject::activate_signal(TQConnectionList*, TQUObject*) (this=this@entry=0x55ed74b92ba0, clist=clist@entry=0x55ed74aebfa0, o=o@entry=0x7ffd403e6fc0) at kernel/ntqconnection.h:57
#12 0x00007f3aebfd9a32 in TQObject::activate_signal(int, int) (this=this@entry=0x55ed74b92ba0, signal=<optimized out>, param=<optimized out>) at kernel/qobject.cpp:2977
#13 0x00007f3aec28e06b in TQSocketNotifier::activated(int) (this=this@entry=0x55ed74b92ba0, t0=<optimized out>) at ../include/ntqmetaobject.h:264
#14 0x00007f3aebff6673 in TQSocketNotifier::event(TQEvent*) (this=0x55ed74b92ba0, e=0x7ffd403e7220) at kernel/qsocketnotifier.cpp:261
#15 0x00007f3aebf88746 in TQApplication::internalNotify(TQObject*, TQEvent*) (this=this@entry=0x7ffd403e7ed0, receiver=receiver@entry=0x55ed74b92ba0, e=e@entry=0x7ffd403e7220) at kernel/qapplication.cpp:2883
#16 0x00007f3aebf88b8e in TQApplication::notify(TQObject*, TQEvent*) (this=this@entry=0x7ffd403e7ed0, receiver=receiver@entry=0x55ed74b92ba0, e=e@entry=0x7ffd403e7220) at kernel/qapplication.cpp:2726
#17 0x00007f3aec5d27d5 in TDEApplication::notify(TQObject*, TQEvent*) (this=0x7ffd403e7ed0, receiver=0x55ed74b92ba0, event=0x7ffd403e7220) at ./tdecore/tdeapplication.cpp:660
#18 0x00007f3aebf7f612 in TQEventLoop::activateSocketNotifiers() (this=this@entry=0x55ed749ccb20) at kernel/qeventloop_unix_glib.cpp:739
#19 0x00007f3aebf6c2e1 in TQEventLoop::gsourceDispatch(_GSource*) (this=this@entry=0x55ed749ccb20, gs=gs@entry=0x55ed749d0750) at kernel/qeventloop_x11_glib.cpp:587
#20 0x00007f3aebf6c37b in qt_gsource_dispatch(GSource*, GSourceFunc, gpointer) (source=0x55ed749d0750, callback=<optimized out>, user_data=<optimized out>) at kernel/qeventloop_x11_glib.cpp:123
#21 0x00007f3aeb16a84d in g_main_context_dispatch () at /lib/x86_64-linux-gnu/libglib-2.0.so.0
#22 0x00007f3aeb16aad0 in () at /lib/x86_64-linux-gnu/libglib-2.0.so.0
#23 0x00007f3aeb16ab73 in g_main_context_iteration () at /lib/x86_64-linux-gnu/libglib-2.0.so.0
#24 0x00007f3aebf6b38f in TQEventLoop::processEvents(unsigned int) (this=0x55ed749ccb20, flags=<optimized out>) at kernel/qeventloop_x11_glib.cpp:279
#25 0x00007f3aebf9bc4e in TQEventLoop::processEvents(unsigned int, int) (this=0x55ed749ccb20, flags=<optimized out>, maxTime=3000) at ../include/ntqdatetime.h:130
#26 0x00007f3ae8b8e0ea in KSMServer::completeShutdownOrCheckpoint() (this=0x55ed74a15800) at /home/x73/Sources/tde/main/tdebase/ksmserver/shutdown.cpp:813
#27 0x00007f3ae8b8c5d9 in KSMServer::saveYourselfDone(KSMClient*, bool) (this=0x55ed74a15800, client=0x55ed74fb2f30, success=true) at /home/x73/Sources/tde/main/tdebase/ksmserver/shutdown.cpp:448
#28 0x00007f3ae8b6b641 in KSMSaveYourselfDoneProc(_SmsConn*, void*, int) (managerData=0x55ed74fb2f30, success=1) at /home/x73/Sources/tde/main/tdebase/ksmserver/server.cpp:224
#29 0x00007f3aea8b7a9b in _SmsProcessMessage () at /lib/x86_64-linux-gnu/libSM.so.6
#30 0x00007f3aea8cecfb in IceProcessMessages () at /lib/x86_64-linux-gnu/libICE.so.6
#31 0x00007f3ae8b6f453 in KSMServer::processData(int) (this=0x55ed74a15800) at /home/x73/Sources/tde/main/tdebase/ksmserver/server.cpp:765
#32 0x00007f3ae8b6ac0b in KSMServer::tqt_invoke(int, TQUObject*) (this=0x55ed74a15800, _id=4, _o=0x7ffd403e7960) at /home/x73/Sources/tde/main/build-tdebase-Desktop-Debug/ksmserver/server.moc:142
#33 0x00007f3aebfd9808 in TQObject::activate_signal(TQConnectionList*, TQUObject*) (this=this@entry=0x55ed74efe7c0, clist=clist@entry=0x55ed74a14a80, o=o@entry=0x7ffd403e7960) at kernel/ntqconnection.h:57
#34 0x00007f3aebfd9a32 in TQObject::activate_signal(int, int) (this=this@entry=0x55ed74efe7c0, signal=<optimized out>, param=<optimized out>) at kernel/qobject.cpp:2977
#35 0x00007f3aec28e06b in TQSocketNotifier::activated(int) (this=this@entry=0x55ed74efe7c0, t0=<optimized out>) at ../include/ntqmetaobject.h:264
#36 0x00007f3aebff6673 in TQSocketNotifier::event(TQEvent*) (this=0x55ed74efe7c0, e=0x7ffd403e7bc0) at kernel/qsocketnotifier.cpp:261
#37 0x00007f3aebf88746 in TQApplication::internalNotify(TQObject*, TQEvent*) (this=this@entry=0x7ffd403e7ed0, receiver=receiver@entry=0x55ed74efe7c0, e=e@entry=0x7ffd403e7bc0) at kernel/qapplication.cpp:2883
#38 0x00007f3aebf88b8e in TQApplication::notify(TQObject*, TQEvent*) (this=this@entry=0x7ffd403e7ed0, receiver=receiver@entry=0x55ed74efe7c0, e=e@entry=0x7ffd403e7bc0) at kernel/qapplication.cpp:2726
#39 0x00007f3aec5d27d5 in TDEApplication::notify(TQObject*, TQEvent*) (this=0x7ffd403e7ed0, receiver=0x55ed74efe7c0, event=0x7ffd403e7bc0) at ./tdecore/tdeapplication.cpp:660
#40 0x00007f3aebf7f612 in TQEventLoop::activateSocketNotifiers() (this=this@entry=0x55ed749ccb20) at kernel/qeventloop_unix_glib.cpp:739
#41 0x00007f3aebf6c2e1 in TQEventLoop::gsourceDispatch(_GSource*) (this=this@entry=0x55ed749ccb20, gs=gs@entry=0x55ed749d0750) at kernel/qeventloop_x11_glib.cpp:587
#42 0x00007f3aebf6c37b in qt_gsource_dispatch(GSource*, GSourceFunc, gpointer) (source=0x55ed749d0750, callback=<optimized out>, user_data=<optimized out>) at kernel/qeventloop_x11_glib.cpp:123
#43 0x00007f3aeb16a84d in g_main_context_dispatch () at /lib/x86_64-linux-gnu/libglib-2.0.so.0
#44 0x00007f3aeb16aad0 in () at /lib/x86_64-linux-gnu/libglib-2.0.so.0
#45 0x00007f3aeb16ab73 in g_main_context_iteration () at /lib/x86_64-linux-gnu/libglib-2.0.so.0
#46 0x00007f3aebf6b38f in TQEventLoop::processEvents(unsigned int) (this=0x55ed749ccb20, flags=<optimized out>) at kernel/qeventloop_x11_glib.cpp:279
#47 0x00007f3aebf9bb69 in TQEventLoop::enterLoop() (this=0x55ed749ccb20) at kernel/qeventloop.cpp:227
#48 0x00007f3aebf9bafd in TQEventLoop::exec() (this=0x55ed749ccb20) at kernel/qeventloop.cpp:174
#49 0x00007f3ae8b6a269 in kdemain(int, char**) (argc=3, argv=0x55ed7497d870) at /home/x73/Sources/tde/main/tdebase/ksmserver/main.cpp:243
#50 0x00007f3aecd8213d in tdeinitmain(int, char**) (argc=3, argv=0x55ed7497d870) at /build/tdebase-trinity-Yi6quQ/tdebase-trinity-14.1.0~s417/obj-x86_64-linux-gnu/ksmserver/ksmserver_tdeinit_module.cpp:3
#51 0x000055ed744b6d2e in launch(int, char const*, char const*, char const*, int, char const*, bool, char const*, bool, char const*) (argc=3, _name=<optimized out>, args=<optimized out>, cwd=<optimized out>, envc=<optimized out>, envs=<optimized out>, reset_env=true, tty=0x55ed7497cfff "", avoid_loops=false, startup_id_str=0x55ed7497d008 "") at ./tdeinit/tdeinit.cpp:674
#52 0x000055ed744b7f5e in handle_launcher_request(int) (sock=<optimized out>) at ./tdeinit/tdeinit.cpp:1234
#53 0x000055ed744b8840 in handle_requests(pid_t) (waitForPid=waitForPid@entry=0) at ./tdeinit/tdeinit.cpp:1430
#54 0x000055ed744b49f9 in main(int, char**, char**) (argc=<optimized out>, argv=0x7ffd403e8968, envp=<optimized out>) at ./tdeinit/tdeinit.cpp:1906
==== (gdb) info sharedlibrary ====
From To Syms Read Shared Object Library
0x00007f3aecd89f10 0x00007f3aecd8ea42 Yes (*) /opt/trinity/lib/kgtk/libkgtk2.so
0x00007f3aecd3cc60 0x00007f3aecd597b7 Yes /opt/trinity/lib/libtdeparts.so.2
0x00007f3aecd00fa0 0x00007f3aecd0eb68 Yes (*) /lib/x86_64-linux-gnu/libXft.so.2
0x00007f3aeccf7220 0x00007f3aeccf8189 Yes /lib/x86_64-linux-gnu/libdl.so.2
0x00007f3aec9ecb00 0x00007f3aecbf726c Yes /opt/trinity/lib/libtdeio.so.14
0x00007f3aec88e800 0x00007f3aec8b13da Yes (*) /lib/x86_64-linux-gnu/libfontconfig.so.1
0x00007f3aec58f5a0 0x00007f3aec7ab28a Yes /opt/trinity/lib/libtdecore.so.14
0x00007f3aebf215f0 0x00007f3aec2bcb29 Yes /lib/x86_64-linux-gnu/libtqt-mt.so.3
0x00007f3aebbc80c0 0x00007f3aebc51706 Yes (*) /lib/x86_64-linux-gnu/libX11.so.6
0x00007f3aeba5de90 0x00007f3aebb52a62 Yes (*) /lib/x86_64-linux-gnu/libstdc++.so.6
0x00007f3aeb7f4670 0x00007f3aeb96974f Yes /lib/x86_64-linux-gnu/libc.so.6
0x00007f3aeb7b85e0 0x00007f3aeb7c89c5 Yes (*) /lib/x86_64-linux-gnu/libgcc_s.so.1
0x00007f3aeb3c9ed0 0x00007f3aeb62c5c4 Yes (*) /lib/x86_64-linux-gnu/libgtk-x11-2.0.so.0
0x00007f3aeb2bec70 0x00007f3aeb317684 Yes (*) /lib/x86_64-linux-gnu/libgdk-x11-2.0.so.0
0x00007f3aeb24fe50 0x00007f3aeb281b4e Yes (*) /lib/x86_64-linux-gnu/libgobject-2.0.so.0
0x00007f3aeb136b00 0x00007f3aeb1b74e2 Yes (*) /lib/x86_64-linux-gnu/libglib-2.0.so.0
0x00007f3aeb115080 0x00007f3aeb1151c2 Yes (*) /lib/x86_64-linux-gnu/libgthread-2.0.so.0
0x00007f3aeaec93f0 0x00007f3aeb025d91 Yes /opt/trinity/lib/libtdeui.so.14
0x00007f3aead0cc00 0x00007f3aead2c033 Yes /opt/trinity/lib/libDCOP.so.14
0x00007f3aeac51790 0x00007f3aeaccdee3 Yes (*) /lib/x86_64-linux-gnu/libfreetype.so.6
0x00007f3aeaa3ca60 0x00007f3aeaa42ab5 Yes (*) /lib/x86_64-linux-gnu/libXrender.so.1
0x00007f3aecd96100 0x00007f3aecdb73f4 Yes (*) /lib64/ld-linux-x86-64.so.2
0x00007f3aeaa21fa0 0x00007f3aeaa33fbd Yes /opt/trinity/lib/libtdesu.so.14
0x00007f3aeaa099e0 0x00007f3aeaa14bee Yes /opt/trinity/lib/libtdewalletclient.so.1
0x00007f3aea9face0 0x00007f3aea9ffd85 Yes (*) /lib/libr.so.0
0x00007f3aea9ec290 0x00007f3aea9f02c0 Yes (*) /lib/x86_64-linux-gnu/libacl.so.1
0x00007f3aea9c6e20 0x00007f3aea9de8f7 Yes (*) /lib/x86_64-linux-gnu/libmagic.so.1
0x00007f3aea9a8260 0x00007f3aea9b8dab Yes (*) /lib/x86_64-linux-gnu/libz.so.1
0x00007f3aea97c230 0x00007f3aea997467 Yes (*) /lib/x86_64-linux-gnu/libexpat.so.1
0x00007f3aea971580 0x00007f3aea974f71 Yes (*) /lib/x86_64-linux-gnu/libuuid.so.1
0x00007f3aea953b40 0x00007f3aea9635f5 Yes /lib/x86_64-linux-gnu/libpthread.so.0
0x00007f3aea923e00 0x00007f3aea93f859 Yes /opt/trinity/lib/libtdefx.so.14
0x00007f3aea8e3190 0x00007f3aea8e7adc Yes (*) /lib/x86_64-linux-gnu/libidn.so.11
0x00007f3aea8dc140 0x00007f3aea8dcb85 Yes (*) /lib/x86_64-linux-gnu/libXcomposite.so.1
0x00007f3aea8c2a40 0x00007f3aea8d055a Yes (*) /lib/x86_64-linux-gnu/libICE.so.6
0x00007f3aea8b4270 0x00007f3aea8b815b Yes (*) /lib/x86_64-linux-gnu/libSM.so.6
0x00007f3aea88c7d0 0x00007f3aea8a5baa Yes (*) /lib/x86_64-linux-gnu/libudev.so.1
0x00007f3aea87a620 0x00007f3aea87ff9a Yes (*) /lib/x86_64-linux-gnu/libpcsclite.so.1
0x00007f3aea810b20 0x00007f3aea85a740 Yes (*) /lib/x86_64-linux-gnu/libcryptsetup.so.12
0x00007f3aea7d22c0 0x00007f3aea7f73df Yes (*) /lib/libdbus-1-tqt.so.0
0x00007f3aea7ac2e0 0x00007f3aea7bf015 Yes (*) /lib/libart_lgpl_2.so.2
0x00007f3aea7a5040 0x00007f3aea7a514f Yes /lib/x86_64-linux-gnu/libtqt.so.4
0x00007f3aea6643c0 0x00007f3aea70ae78 Yes /lib/x86_64-linux-gnu/libm.so.6
0x00007f3aea63d7e0 0x00007f3aea64b5fc Yes (*) /lib/x86_64-linux-gnu/libaudio.so.2
0x00007f3aea5b7540 0x00007f3aea5fa469 Yes (*) /lib/x86_64-linux-gnu/libjpeg.so.8
0x00007f3aea5802a0 0x00007f3aea5a40dd Yes (*) /lib/x86_64-linux-gnu/libpng16.so.16
0x00007f3aea56b460 0x00007f3aea575d1b Yes (*) /lib/x86_64-linux-gnu/libXi.so.6
0x00007f3aea55e360 0x00007f3aea5646b9 Yes (*) /lib/x86_64-linux-gnu/libXrandr.so.2
0x00007f3aea552660 0x00007f3aea557288 Yes (*) /lib/x86_64-linux-gnu/libXcursor.so.1
0x00007f3aea5490f0 0x00007f3aea549a31 Yes (*) /lib/x86_64-linux-gnu/libXinerama.so.1
0x00007f3aea5375e0 0x00007f3aea54184e Yes (*) /lib/x86_64-linux-gnu/libXext.so.6
0x00007f3aea515330 0x00007f3aea527735 Yes (*) /lib/x86_64-linux-gnu/libxcb.so.1
0x00007f3aea505440 0x00007f3aea506323 Yes (*) /lib/x86_64-linux-gnu/libgmodule-2.0.so.0
0x00007f3aea4f9600 0x00007f3aea4feac6 Yes (*) /lib/x86_64-linux-gnu/libpangocairo-1.0.so.0
0x00007f3aea2ec540 0x00007f3aea2ee876 Yes (*) /lib/x86_64-linux-gnu/libXfixes.so.3
0x00007f3aea2ccd40 0x00007f3aea2da86f Yes (*) /lib/x86_64-linux-gnu/libatk-1.0.so.0
0x00007f3aea1b4680 0x00007f3aea27eb2e Yes (*) /lib/x86_64-linux-gnu/libcairo.so.2
0x00007f3aea180660 0x00007f3aea195223 Yes (*) /lib/x86_64-linux-gnu/libgdk_pixbuf-2.0.so.0
0x00007f3ae9fdc1c0 0x00007f3aea0e41b6 Yes (*) /lib/x86_64-linux-gnu/libgio-2.0.so.0
0x00007f3ae9f8d000 0x00007f3ae9f965c1 Yes (*) /lib/x86_64-linux-gnu/libpangoft2-1.0.so.0
0x00007f3ae9f44400 0x00007f3ae9f661c4 Yes (*) /lib/x86_64-linux-gnu/libpango-1.0.so.0
0x00007f3ae9f321a0 0x00007f3ae9f32b1b Yes (*) /lib/x86_64-linux-gnu/libXdamage.so.1
0x00007f3ae9f29200 0x00007f3ae9f2da7a Yes (*) /lib/x86_64-linux-gnu/libffi.so.6
0x00007f3ae9eb5170 0x00007f3ae9f065c6 Yes (*) /lib/x86_64-linux-gnu/libpcre.so.3
0x00007f3ae9db2db0 0x00007f3ae9e5e3af Yes (*) /lib/x86_64-linux-gnu/libbfd-2.33-system.so
0x00007f3ae9d48200 0x00007f3ae9d5ee02 Yes (*) /lib/x86_64-linux-gnu/liblzma.so.5
0x00007f3ae9d34240 0x00007f3ae9d40ec6 Yes (*) /lib/x86_64-linux-gnu/libbz2.so.1.0
0x00007f3ae9d1ce40 0x00007f3ae9d2ae69 Yes (*) /lib/x86_64-linux-gnu/libbsd.so.0
0x00007f3ae9cb72a0 0x00007f3ae9cfd393 Yes (*) /lib/x86_64-linux-gnu/libdevmapper.so.1.02.1
0x00007f3ae9a4e000 0x00007f3ae9bea7a0 Yes (*) /lib/x86_64-linux-gnu/libcrypto.so.1.1
0x00007f3ae99ca110 0x00007f3ae99ce997 Yes (*) /lib/x86_64-linux-gnu/libargon2.so.1
0x00007f3ae99c1720 0x00007f3ae99c4dc0 Yes /lib/x86_64-linux-gnu/librt.so.1
0x00007f3ae99b0600 0x00007f3ae99b7c30 Yes (*) /lib/x86_64-linux-gnu/libjson-c.so.4
0x00007f3ae9960680 0x00007f3ae9994232 Yes (*) /lib/x86_64-linux-gnu/libblkid.so.1
0x00007f3ae9911770 0x00007f3ae993d3f1 Yes (*) /lib/x86_64-linux-gnu/libdbus-1.so.3
0x00007f3ae96b0110 0x00007f3ae96ec079 Yes (*) /lib/x86_64-linux-gnu/libXt.so.6
0x00007f3ae9696360 0x00007f3ae9697052 Yes (*) /lib/x86_64-linux-gnu/libXau.so.6
0x00007f3ae968f1a0 0x00007f3ae9690a03 Yes (*) /lib/x86_64-linux-gnu/libXdmcp.so.6
0x00007f3ae95f0300 0x00007f3ae9673384 Yes (*) /lib/x86_64-linux-gnu/libpixman-1.so.0
0x00007f3ae95e2090 0x00007f3ae95e2b63 Yes (*) /lib/x86_64-linux-gnu/libxcb-shm.so.0
0x00007f3ae95d70b0 0x00007f3ae95dba78 Yes (*) /lib/x86_64-linux-gnu/libxcb-render.so.0
0x00007f3ae957cb80 0x00007f3ae95b8b52 Yes (*) /lib/x86_64-linux-gnu/libmount.so.1
0x00007f3ae954c0c0 0x00007f3ae9563cc0 Yes (*) /lib/x86_64-linux-gnu/libselinux.so.1
0x00007f3ae952e740 0x00007f3ae953cf6c Yes /lib/x86_64-linux-gnu/libresolv.so.2
0x00007f3ae943ccb0 0x00007f3ae94f54c2 Yes (*) /lib/x86_64-linux-gnu/libharfbuzz.so.0
0x00007f3ae942a320 0x00007f3ae942de87 Yes (*) /lib/x86_64-linux-gnu/libthai.so.0
0x00007f3ae940d120 0x00007f3ae94100ef Yes (*) /lib/x86_64-linux-gnu/libfribidi.so.0
0x00007f3ae9371dc0 0x00007f3ae93df2f6 Yes (*) /lib/x86_64-linux-gnu/libsystemd.so.0
0x00007f3ae92de180 0x00007f3ae9339d83 Yes (*) /lib/x86_64-linux-gnu/libpcre2-8.so.0
0x00007f3ae92b2280 0x00007f3ae92d3182 Yes (*) /lib/x86_64-linux-gnu/libgraphite2.so.3
0x00007f3ae92a7220 0x00007f3ae92aa730 Yes (*) /lib/x86_64-linux-gnu/libdatrie.so.1
0x00007f3ae92850b0 0x00007f3ae929ddab Yes (*) /lib/x86_64-linux-gnu/liblz4.so.1
0x00007f3ae9171580 0x00007f3ae923ea3c Yes (*) /lib/x86_64-linux-gnu/libgcrypt.so.20
0x00007f3ae9146c80 0x00007f3ae9158d12 Yes (*) /lib/x86_64-linux-gnu/libgpg-error.so.0
0x00007f3aecd82060 0x00007f3aecd8213f Yes /opt/trinity/lib/trinity/ksmserver.so
0x00007f3ae8b68d30 0x00007f3ae8b97bd7 Yes /opt/trinity/lib/libtdeinit_ksmserver.so
0x00007f3ae8b21140 0x00007f3ae8b2b999 Yes /opt/trinity/lib/libtdersync.so.0
0x00007f3ae8a5c5c0 0x00007f3ae8a62a1c Yes /lib/x86_64-linux-gnu/libnss_files.so.2
0x00007f3ae8aee8c0 0x00007f3ae8b028f9 Yes /opt/trinity/lib/trinity/plugins/styles/plastik.so
0x00007f3ae8bb55c0 0x00007f3ae8bb61a6 Yes /usr/lib/x86_64-linux-gnu/tqt3/plugins/imageformats/libqmng.so
0x00007f3ae8912260 0x00007f3ae89654da Yes (*) /lib/x86_64-linux-gnu/libmng.so.2
0x00007f3ae88ad6c0 0x00007f3ae88e3a51 Yes (*) /lib/x86_64-linux-gnu/liblcms2.so.2
(*): Shared library is missing debugging information.
[Inferior 1 (process 3703) detached]
---------------------------------------------------------------------
To unsubscribe, e-mail: trinity-users-unsubscribe@xxxxxxxxxxxxxxxxxxxxxxxxxx
For additional commands, e-mail: trinity-users-help@xxxxxxxxxxxxxxxxxxxxxxxxxx
Read list messages on the web archive: http://trinity-users.pearsoncomputing.net/
Please remember not to top-post: http://trinity.pearsoncomputing.net/mailing_lists/#top-posting