Skip to content

Crash on drag-selection near an error #745

Open
@Feacur

Description

@Feacur

System info:

  • Sublime Text version: Version 3.2.2, Build 3211
  • Which system are you on: Windows 10 Home, 10.0.19042 Build 19042
  • Clang version: 10, x86_64-pc-windows-msvc, posix

What happens:

Sublime Text crashes if you select text too hard with mouse at the error line with a popup. Just drag-select some text there a lot.

I used SublimeLog plugin to get the crash trace.

Minimal example: any, but #744 will do too

Log that illustrates the issue:
=> => => [13 Apr 2021, 13:41:39] Console logging activated (C:\Users\Feacu\.subl.log).
Exception in thread Thread-1:
Traceback (most recent call last):
  File "./python3.3/threading.py", line 901, in _bootstrap_inner
  File "./python3.3/threading.py", line 858, in run
  File "C:\Users\Feacu\AppData\Roaming\Sublime Text 3\Packages\EasyClangComplete\plugin\utils\thread_pool.py", line 126, in __animate_progress
    self.__progress_status.show_as_ready()
  File "C:\Users\Feacu\AppData\Roaming\Sublime Text 3\Packages\EasyClangComplete\plugin\utils\progress_status.py", line 49, in show_as_ready
    BaseProgressStatus.PROGRESS_MASK.format(progress=self.msg_ready))
  File "C:\Users\Feacu\AppData\Roaming\Sublime Text 3\Packages\EasyClangComplete\plugin\utils\progress_status.py", line 36, in set_status
    view.set_status(BaseProgressStatus.MSG_TAG, message)
AttributeError: 'NoneType' object has no attribute 'set_status'

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions