Sublime Forum

Sublime text causing XFCE segfault

#1

Hello, I’m not sure what caused this, either a sublime text upgrade, or an XFCE upgrade, but now I keep getting crashes when closing a file in sublime text or just the app entirely. I should mention I usually open a folder in sublime text.

Bellow are some errors I was able to find (grep for sublimetext to find the entry point), please let me know what additional info you might need in order to help me.

$ subl --version
Sublime Text Build 4189
[741606.935843] xfce4-session[530394]: segfault at 10000 ip 00005643d75e4379 sp 00007ffd484ce5f0 error 4 in xfce4-session[5643d75cf000+1b000] likely on CPU 3 (core 1, socket 0)
[741606.935863] Code: e8 9c b7 fe ff 48 89 c3 48 85 c0 74 c0 e8 af 5b ff ff 49 89 c6 eb 13 66 2e 0f 1f 84 00 00 00 00 00 48 8b 5b 08 48 85 db 74 a3 <48> 8b 3b 4c 89 f6 e8 fc b1 fe ff 48 89 c7 48 89 c5 e8 f1 6d ff ff
(xfce4-session:530394): xfce4-session-CRITICAL **: 13:49:09.707: error exporting interface: An object is already exported for the interface org.xfce.Session.Client at /org/xfce/SessionClients/com_sublimetext_four

(xfce4-power-manager:530623): libxfce4ui-WARNING **: 13:49:12.444: ICE I/O Error

(xfce4-power-manager:530623): libxfce4ui-WARNING **: 13:49:12.444: Disconnected from session manager.

(xfsettingsd:530565): libxfce4ui-WARNING **: 13:49:12.446: ICE I/O Error

(xfsettingsd:530565): libxfce4ui-WARNING **: 13:49:12.446: Disconnected from session manager.

(xfdesktop:530580): libxfce4ui-WARNING **: 13:49:12.447: ICE I/O Error

(xfdesktop:530580): libxfce4ui-WARNING **: 13:49:12.447: Disconnected from session manager.

(xfce4-terminal:530897): libxfce4ui-WARNING **: 13:49:12.447: ICE I/O Error

(xfce4-terminal:530897): libxfce4ui-WARNING **: 13:49:12.447: Disconnected from session manager.

(xfce4-panel:530569): libxfce4ui-WARNING **: 13:49:12.454: ICE I/O Error

(xfwm4:530538): libxfce4ui-WARNING **: 13:49:12.454: ICE I/O Error

(xfce4-panel:530569): libxfce4ui-WARNING **: 13:49:12.454: Disconnected from session manager.

(xfwm4:530538): libxfce4ui-WARNING **: 13:49:12.454: Disconnected from session manager.
X connection to :0.0 broken (explicit kill or server shutdown).
XIO:  fatal IO error 13 (Permission denied) on X server ":0.0"
      after 16 requests (16 known processed) with 0 events remaining.
[531717:0110/134913.224262:ERROR:connection.cc(63)] X connection error received.
Exiting due to channel error.
Exiting due to channel error.
Exiting due to channel error.
Exiting due to channel error.
Exiting due to channel error.
Exiting due to channel error.
Exiting due to channel error.
Exiting due to channel error.
0 Likes

#2

Those look like XFCE session crashes, is that right?

0 Likes

#3

Yes, XFCE is crashing whenever I am closing sublime_text

(xfce4-session:530394): xfce4-session-CRITICAL **: 13:49:09.707: error exporting interface: An object is already exported for the interface org.xfce.Session.Client at /org/xfce/SessionClients/com_sublimetext_four

^ This error might hint to why, but I’m not able to debug further than this.

Fortunately I found that the issue does not reproduce on a clean Debian 12 install so I’ll be doing that to fix my problem.
I should mention that the broken system is also a Debian 12, but can not really figure out why it started to behave like this.

0 Likes