Has anyone ever seen this error
While I was writing out some code on mojo, this error message appeared on the first line of my code.
Afterwards, regardless of the changes I make (ie making a new file or altering current file) I keep getting the following error and stack dump:
A crash happened in the Mojo Language Server when processing this document. The Language Server will try to reprocess this document once it is edited again. Please report this issue in https://github.com/modularml/mojo/issues along with all the relevant source codes with their current contents.Afterwards, regardless of the changes I make (ie making a new file or altering current file) I keep getting the following error and stack dump:
Stack dump without symbol names (ensure you have llvm-symbolizer in your PATH or set the environment var LLVM_SYMBOLIZER_PATH to point to it): After spitting out a couple hundred messages identical to 255 mojo 0x000057bc2c289433 The output finally crashes I've already put this into github but was wondering if anyone knows what this is, what I did to cause it, and how to fix it. Thank you