Sublime Forum

Segfault when saving a document

#1

Hi there, I can’t use sublime text anymore since two days, no idea why :confused:
I got this log when i try to save/close a file pastebin.com/H1Sm89JG

I run on kubuntu 12.4 32bit

0 Likes

#2

Try reverting to a freshly installed state and see if the problem goes away. If it does it’s likely caused by a plugin, if it’s still there try running with gdb attached and see if you get a more descriptive stacktrace.

0 Likes

#3

i tried to remove my .config/sublime-text directory and it didn’t solved anything
First time i use gdb (not sure about what i’m doing), i found those traces : pastebin.com/Tgftgedi

0 Likes

#4

Rather than the second “continue” type “t a a bt” and you’ll get a better backtrace of how you ended up with a segfault.

0 Likes

#5

like this ?
pastebin.com/WA9zh6rB

0 Likes