Sublime Forum

Last two versions (4130, 4131, March 2022) crash on my M1 Mac

#1

I am not sure how to get you the crash report.

I uninstalled it yesterday and when I saw a new version today I assumed it was fixed, but now I think there’s something else going on …

This is the forum. Will any of the developers see this?

0 Likes

#2

I think it says something about “Detected Sublime Text update, looking for package updates” just before it crashes.

0 Likes

#3

Please submit an issue on https://github.com/sublimehq/sublime_text/issues with details like ST Build, OS etc. Crash reports I believe automatically get sent to them through their crash reporter.

1 Like

#4

If not blocked by a firewall application crashes are reported directly including the stack dump, which is also created in the application directory.

0 Likes

#5

I am unable to make any progress with this.

I can’t disable plugins because it crashes too quickly.

I can’t reproduce it by adding plugins in safe mode.

0 Likes

#6

Maybe crash is caused by a corrupted syntax cache or invalid session_file?

0 Likes

#7

Thanks for responding.

Reverting to 4129 works, so I’d be surprised if it’s what you say.

However, I have noticed that if I trigger symbol scan … it gets to about 72% and then BOOM.

And then when I start it up again, it waits a few seconds, and then BOOM.

So I think it’s related to scanning.

0 Likes

#8

I will create do the work of installing each package one by one … there’s nothing else I can do. I wish someone would look at the crash report and let me know what is the likely issue, where to look, etc.

Obviously this is a Sublime crasher. I am surprised there’s not much interest in it.

0 Likes

#9

It is the rails syntax.

I finally figured out I could use Disable package instead of Remove package, and the process of identifying the issue got a lot faster.

Wondering if I can figure out why the rails syntax is causing a crash.

0 Likes

#10

Disabling and enabling Rails causes Sublime 4131 to crash while indexing files.

However, if I copy the *.html.erb files into another workspace, 4131 indexes w/out any issues.

My mind is blown.

0 Likes

#11

It appears the new syntax based folding engine has some issues if several syntaxes are included/embedded into each other. I can 100% repro a crash when hovering the gutter, if a Mardown file with an PHP code block is open.

0 Likes

#12

The issue is tracked at

0 Likes

#13

I wonder if this is the same thing but it seems likely.

I am surprised it has not been corrected yet!

Thanks for reproducing it or something like it though.

PS: Oh - I only just realized I am on the Dev channel not the Stable channel.

0 Likes