Sublime Forum

Some third party packages are crashing Dev Build 3129

#1

Hi,

I updated today and since then I’m not able to run Sublime. Keeps crashing over and over.
I’m on Win 7 x64 build 3129. I will try disabling third-party packages.

0 Likes

#2

It works without third-party packages.

Some info from dmp:

FAULTING_IP:
sublime_text+1602ef
005002ef ?? ???

EXCEPTION_RECORD: ffffffff – (.exr 0xffffffffffffffff)
ExceptionAddress: 77e2df76 (ntdll!_SEH_prolog4+0x0000001a)
ExceptionCode: c00000fd (Stack overflow)
ExceptionFlags: 00000000
NumberParameters: 2
Parameter[0]: 00000001
Parameter[1]: 000f2fec

DEFAULT_BUCKET_ID: STACK_OVERFLOW

PROCESS_NAME: sublime_text.exe

ERROR_CODE: (NTSTATUS) 0xc00000fd - A new guard page for the stack cannot be created.

EXCEPTION_CODE: (NTSTATUS) 0xc00000fd - A new guard page for the stack cannot be created.

EXCEPTION_PARAMETER1: 00000001

EXCEPTION_PARAMETER2: 000f2fec

RECURRING_STACK: From frames 0x8 to 0x12

DETOURED_IMAGE: 1

FAULTING_THREAD: 00001f68

PRIMARY_PROBLEM_CLASS: STACK_OVERFLOW

BUGCHECK_STR: APPLICATION_FAULT_STACK_OVERFLOW

LAST_CONTROL_TRANSFER: from 77e2e172 to 77e2df76

STACK_TEXT: …

STACK_COMMAND: ~0s; .ecxr ; kb

FOLLOWUP_IP:
sublime_text+1602ef
005002ef ?? ???

SYMBOL_STACK_INDEX: 8

SYMBOL_NAME: sublime_text+1602ef

FOLLOWUP_NAME: MachineOwner

MODULE_NAME: sublime_text

IMAGE_NAME: sublime_text.exe

DEBUG_FLR_IMAGE_TIMESTAMP: 58ef3579

FAILURE_BUCKET_ID: STACK_OVERFLOW_c00000fd_sublime_text.exe!Unknown

BUCKET_ID: APPLICATION_FAULT_STACK_OVERFLOW_DETOURED_sublime_text+1602ef

0 Likes

#3

maybe you could re-enable your third party packages one by one and see which package (or which combination of packages) is causing the crash

0 Likes

#4

Current list of packages:

“Babel”,
“Babel Snippets”,
“BracketHighlighter”,
“DocBlockr”,
“EditorConfig”,
“Git”,
“Git Config”,
“GitGutter”,
“HTML Underscore Syntax”,
“Jade”,
“lebab”,
“LESS”,
“Markdown Preview”,
“Package Control”,
“PackageResourceViewer”,
“Pretty JSON”,
“Sass”,
“SideBarEnhancements”,
“SublimeLinter”,
“SublimeLinter-contrib-eslint”,
“SublimeLinter-json”

0 Likes

Dev Build 3127
#5

If you try enabling each one by one, you can see which one is causing the failure. That will greatly help.

0 Likes

#6

Yes I know that, but since it cause Sublime to crash, errors in plugin may happen but they cannot affect editor in that way.

0 Likes

#7

If you are hoping for either a plugin author or the Sublime team to quickly give you a solution, narrowing the problem down to 1 plugin from 20 will make all the difference.

2 Likes

#8

@facelessuser I understand that, I really do.

Anyway after restoring settings back to original one (with plugins), it started to working - strange…

0 Likes