You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since 4186, ST immediately crashes with SIGBUS when opening/adding whatever folder in the workspace.
More specifically, ST seems to crash when the folder contains some source files.
Before the crash, I get a warning regarding ptrace (see output below).
'ptrace' is effectively disabled globally on my system, which might be the source of the crash (mishandled exception).
Bug reproducible on 4186 & 4189.
I don't get a crash nor any ptrace warning before 4186.
Output with --debug --multiinstance --safe-mode:
:0 startup, version: 4186 linux x64 channel: stable
:0 SAFE MODE - overriding packages, state and cache paths
:0 executable: /opt/sublime_text/sublime_text
:0 application: /opt/sublime_text
:0 working dir: /home/user/Downloads
:0 packages path: /home/user/.config/sublime-text-safe-mode/Packages
:0 state path: /home/user/.config/sublime-text-safe-mode/Local
[7301:7301:20241227,184418.354300:WARNING exception_handler_server.cc:203] no ptrace
Bus error (core dumped)
Steps to reproduce
Disable ptrace with SELinux
Start ST in safemode
Open a folder that contains some source files
Expected behavior
No crash after opening a folder
Actual behavior
Sublime-text receives SIGBUS and gets killed
Sublime Text build number
4189
Operating system & version
Fedora 41 (Atomic / Silverblue)
(Linux) Desktop environment and/or window manager
i3
Additional information
No response
OpenGL context information
No response
The text was updated successfully, but these errors were encountered:
Description of the bug
Since 4186, ST immediately crashes with SIGBUS when opening/adding whatever folder in the workspace.
More specifically, ST seems to crash when the folder contains some source files.
Before the crash, I get a warning regarding ptrace (see output below).
'ptrace' is effectively disabled globally on my system, which might be the source of the crash (mishandled exception).
Bug reproducible on 4186 & 4189.
I don't get a crash nor any ptrace warning before 4186.
Output with
--debug --multiinstance --safe-mode
:Steps to reproduce
Expected behavior
No crash after opening a folder
Actual behavior
Sublime-text receives SIGBUS and gets killed
Sublime Text build number
4189
Operating system & version
Fedora 41 (Atomic / Silverblue)
(Linux) Desktop environment and/or window manager
i3
Additional information
No response
OpenGL context information
No response
The text was updated successfully, but these errors were encountered: