Skip to content

Recursion crash randomly #17

Description

@certainlyakey

Hi! Thanks for a nice plugin, it really makes those multiple quests for cursor less tedious.
Since a couple of weeks ago the plugin crashes Sublime Text for me though — usually randomly, but seems to happen after a cursor move within text.
Here's what the log says:

Traceback (most recent call last):
  File "CursorRuler in /Users/aleksandrbeliaev/Library/Application Support/Sublime Text 3/Installed Packages/CursorRuler.sublime-package", line 314, in on_command_mode_change
  File "CursorRuler in /Users/aleksandrbeliaev/Library/Application Support/Sublime Text 3/Installed Packages/CursorRuler.sublime-package", line 302, in on_selection_modified
  File "/Applications/Sublime Text.app/Contents/MacOS/sublime.py", line 296, in active_view
    return View(view_id)
  File "/Applications/Sublime Text.app/Contents/MacOS/sublime.py", line 707, in __init__
    self.selection = Selection(id)
RuntimeError: maximum recursion depth exceeded
error: plugin_host has exited unexpectedly, plugin functionality won't be available until Sublime Text has been restarted

The symptom is the same as for the #8, but my crashes have nothing to do with cloning a tab.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions