Sublime Forum

Crash on adding word into dictionary

#1

As subject, sublime crashes on adding word into dictionary.

It happens every “first” time after sublime launched, and after crashing and restarting, the adding word into dictionary works again.

Anyone counter same problem? I am on build 3095.

1 Like

#2

Yeah, I’ve actually had this problem on and off for a very long time. More than a year, and I’m always on the latest version of Sublime Text 3

0 Likes

#3

Same here: first attempt (after computer restart?) at adding a word crashes Sublime 3103 on Mac 10.11.4 (and it’s been happening for several months, at least). After restarting Sublime, problem goes away.

0 Likes

#4

Can you see if the problems exists on dev build 3104 or newer? We did some work on the spell checker there, so I wanted to see if you can still reproduce the problem after those changes.

0 Likes

#5

This is still crashing for me on build 3114 on OSX 10.11.4 (15E65). Here are my user settings:

{
“added_words”:
[
“Config”,
“http”,
“plugin”,
“init”,
“os”,
“json”,
“gomock”,
“golang”,
“httptest”,
“github”,
“config”,
“marshalling”,
“unmarshalling”,
“uid”,
“struct”,
“uri”,
“tcp”,
“utils”,
“charset”,
“utf”,
“fmt”
],
“auto_match_enabled”: false,
“font_face”: “Consolas”,
“font_size”: 16,
“show_full_path”: true,
“spell_check”: true
}

Previous workflow:

  1. Close current project
  2. Open new project
  3. Add new word to dictionary via right click
  4. Sublime crashes
  5. Reopen to old project and have to reopen the new project
  6. Add new word to dictionary via right click
  7. see step 4

A workaround I found:

  1. Close current project
  2. Open new project
  3. Open the user settings via Sublime Text -> Preferences -> Settings - User
  4. Add ‘“test123”,’ to the user settings dictionary and save
  5. Sublime instantly crashed
  6. Reopen sublime to my new project thankfully and the user preferences file with my new word added in it still
  7. Adding words manually works hereafter with no crash
  8. Adding words via right click now works hereafter with no crash
0 Likes

#6

Same here. I’m on build 3126, on macOS Sierra (10.12.2)

0 Likes

#7

there is still one open issue whereby adding words to the dictionary can cause ST to crash:

0 Likes