niosus/EasyClangComplete

Crash when entering `std::vector.re`

MaxMatti opened this issue · 4 comments

System info:

  • Sublime Text version: Stable Channel, Build 4143
  • Which system are you on: Linux (NixOS)
  • Clang version: 11.1.0

What happens:

After entering the text std::vector.re in the first line inside my function I get this popup:
image

Sample file with which this works:

#include <vector>

int main(int argc, char const *argv[]) {
	std::vector.r
	/* code */
	return 0;
}

(just type the e at the end of line 4)

Log that illustrates the issue

Same for clang 4.0.6

Thanks for reporting @MaxMatti

I've looked through the log and unfortunately don't see anything obviously wrong with what it reports. Are you sure it comes from my plugin?

I kind of assumed it because it seems to be related to the functionality. But I'll disable all other plugins and then report back whether that changes anything.

It probably is, but just to be sure 🤷‍♂️