https://bugs.kde.org/show_bug.cgi?id=446075
John Clark <john.cl...@cantab.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Ever confirmed|1 |0 CC| |john.cl...@cantab.net Status|CONFIRMED |REPORTED --- Comment #3 from John Clark <john.cl...@cantab.net> --- Hi, a quick scan of your logs shows that you have a LOT going on on this machine. Ultimately it's an X Server crash which I would guess is resource exhaustion. You have many thousand (234145!!) instances of this: 2021-12-30 13:31:15: Initialising aMule 2.3.2 compiled with wxGTK2 v3.0.4 and Boost 1.67 2021-12-30 13:31:15: Checking if there is an instance already running... !2021-12-30 13:31:15: There is an instance of aMule already running 2021-12-30 13:31:15: (lock file: /home/duns/.aMule/muleLock) 2021-12-30 13:31:15: Raising current running instance. eventually followed by a crash: klauncher: Exiting on signal 15 klauncher: Exiting on signal 1 XIO: fatal IO error 4 (Interrupted system call) on X server ":0" after 2072 requests (2072 known processed) with 0 events remaining. XIO: fatal IO error 0 (Success) on X server ":0" after 234145 requests (234122 known processed) with 0 events remaining. Exception in thread XInterface-thread: Traceback (most recent call last): File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner self.run() File "/usr/lib/python3/dist-packages/autokey/interface.py", line 1206, in run self.recordDisplay.record_enable_context(self.ctx, self.__processEvent) File "/usr/lib/python3/dist-packages/Xlib/ext/record.py", line 239, in enable_context EnableContext( File "/usr/lib/python3/dist-packages/Xlib/ext/record.py", line 220, in __init__ rq.ReplyRequest.__init__(self, *args, **keys) File "/usr/lib/python3/dist-packages/Xlib/protocol/rq.py", line 1369, in __init__ self.reply() File "/usr/lib/python3/dist-packages/Xlib/protocol/rq.py", line 1381, in reply self._display.send_and_recv(request = self._serial) File "/usr/lib/python3/dist-packages/Xlib/protocol/display.py", line 610, in send_and_recv raise self.socket_error Xlib.error.ConnectionClosedError: Display connection closed by server after that everything goes wrong, as you might expect. May I suggest stopping aMule and seeing if that helps? -- You are receiving this mail because: You are watching all bug changes.