Sublime Forum

Crashing with "Termination Reason: Namespace CODESIGNING, Code 0x2"

#1

Sublime Text has suddenly developed a habit of crashing for no apparent reason with the above message in the crash reports (there are two: one system and one user). This is killing my productivity, so please let me know what additional information I can provide.

Here’s the system information:

System Software Overview:

System Version: macOS 10.15.7 (19H2)
Kernel Version: Darwin 19.6.0
Boot Volume: Macintosh HD
Boot Mode: Normal
Secure Virtual Memory: Enabled
System Integrity Protection: Enabled
Time since boot: 11 days 22:23

Hardware Overview:

Model Name: iMac
Model Identifier: iMac20,2
Processor Name: 10-Core Intel Core i9
Processor Speed: 3.6 GHz
Number of Processors: 1
Total Number of Cores: 10
L2 Cache (per Core): 256 KB
L3 Cache: 20 MB
Hyper-Threading Technology: Enabled
Memory: 128 GB
Boot ROM Version: 1037.147.4.0.0 (iBridge: 17.16.16610.0.0,0)
Activation Lock Status: Enabled

0 Likes

#2

It appears that I was able to fix the problem by re-signing the .app file:

I have the Xcode command line utilities installed.

codesign --force --deep --sign - /Applications/Sublime\ Text.app

0 Likes