AutoFileName icon indicating copy to clipboard operation
AutoFileName copied to clipboard

Randomly causing plugin_host crashes when doing swap_line_up and swap_line_down

Open Sawtaytoes opened this issue 10 years ago • 4 comments

This plugin is randomly causing plugin_host crashes when doing swap_line_up and swap_line_down and possibly other commands. I've tested this in Windows 8.1 64-bit on multiple machines.

{ "keys": ["ctrl+shift+up"], "command": "swap_line_up" },
{ "keys": ["ctrl+shift+down"], "command": "swap_line_down" }

Sawtaytoes avatar Apr 23 '14 02:04 Sawtaytoes

I can't seem to reproduce this behavior. Can you give me any more information?

  • Does it happen whenever you swap the line or is there a particular situation where it occurs?
  • Do you have a test file that you could send me to test this?
  • Do you have any other plugins installed that could be related to the issue?

Thanks!

liamcain avatar Apr 24 '14 01:04 liamcain

I have plenty of other plugins installed. I also think some combination could've been causing it, but I don't know. I know that when I disabled this plugin in particular, it stopped happening. Any file I used would cause this issue. I would just hit it a bunch or hold it down for a while to move large blocks of text around, and I'd get the error.

My package control settings:

{
    "auto_upgrade_last_run": null,
    "installed_packages":
    [
        "All Autocomplete",
        "ApacheConf.tmLanguage",
        "ApplySyntax",
        "AutoBackups",
        "AutoHotkey",
        "Autoprefixer",
        "Better CoffeeScript",
        "Blade Snippets",
        "BracketHighlighter",
        "Ciapre Color Scheme",
        "Codeivate",
        "Dotfiles Syntax Highlighting",
        "EditorConfig",
        "Emmet",
        "Emmet Css Snippets",
        "FileDiffs",
        "HTML-CSS-JS Prettify",
        "Inc-Dec-Value",
        "INI",
        "Jade",
        "Jade Snippets",
        "jQuery",
        "JS Snippets",
        "Laravel Blade Highlighter",
        "LESS",
        "Local History",
        "Lua Dev",
        "Markdown Preview",
        "Missing Palette Commands",
        "Modific",
        "Package Control",
        "Placeholders",
        "Red Planet Color Scheme",
        "RevertFontSize",
        "Sass",
        "SASS Snippets",
        "SCSS",
        "SCSS Snippets",
        "Stylus",
        "Stylus-Snippets",
        "SublimeCodeIntel",
        "SublimeLinter",
        "SublimeLinter-coffee",
        "SublimeLinter-coffeelint",
        "SublimeLinter-contrib-jslint",
        "SublimeLinter-contrib-scss-lint",
        "SublimeLinter-csslint",
        "SublimeLinter-json",
        "SublimeLinter-lua",
        "SublimeLinter-php",
        "Syntax Matcher",
        "Tab Filter",
        "Theme - Phoenix",
        "Tomorrow Color Schemes",
        "UnindentPreprocessor",
        "wpseek.com WordPress Function Lookup"
    ]
}

Sawtaytoes avatar Apr 24 '14 01:04 Sawtaytoes

Okay, thanks for the info. From the looks of it, it might be related a conflict between AutoFileName and All Autocomplete or some other autocompletion plugin. I'll look more into this later.

liamcain avatar Apr 24 '14 02:04 liamcain

That was my guess as well.

On Wed, Apr 23, 2014 at 9:03 PM, Liam Cain [email protected] wrote:

Okay, thanks for the info. From the looks of it, it might be related a conflict between AutoFileName and All Autocomplete or some other autocompletion plugin. I'll look more into this later.

— Reply to this email directly or view it on GitHubhttps://github.com/BoundInCode/AutoFileName/issues/59#issuecomment-41235606 .

Sawtaytoes avatar Apr 24 '14 02:04 Sawtaytoes