Open alisever opened 6 years ago
Lean 3 is essentially frozen while the developers work on Lean 4, so without any easy-to-reproduce test case it's unlikely that you'll get much help.
I would suggest trying to build from source. If you can do that, perhaps following the instruction for the "debug" build will result in at least a more help error message.
(You might also consider running Lean inside Linux Subsystem for Windows?)
Prerequisites
Description
Cannot use lean.exe. On MSYS32 I use PATH:d/..., and then using lean --version gives a segmentation fault. I first came across the error when VSCode said lean.exe gave an error.
Steps to Reproduce
Expected behavior: MSYS32 should tell me what version of lean I'm using.
Actual behavior: Segmentation fault
Reproduces how often: 100%
Versions
You can get this information from copy and pasting the output of
lean --version
, please include the OS and what version of the OS you're running. (how ironic)Using lean nightly 21/06/18, same thing happened when I tried 23/08.
Additional Information
It's the windows insider something update, I don't know that much about programming/CS, and I'm not sure what I will lose if I try to revert the update.