-
-
Notifications
You must be signed in to change notification settings - Fork 815
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sometimes air
panics when ran
#655
Comments
@MilkeeyCat please provide more details to reproduce it |
I don't have a way how to reproduce it, it just happens sometimes |
This seems to be the same issue as #530 that is reported on an even older version of air. It seems that the compiled regex is nil when it is dereferenced in regexp/exec.go:527, but it isn't immediately obvious what could have caused that when reading through the code higher up in the call stack ... This smells like some sort of memory issue ... (edit: or a race, see PR below) |
Sometimes when I run command
air
I get such an errorI had version 1.52.0 but the place where the error occurred doesn't seem to be updated since
1.52.0
versionOS: Linux
The text was updated successfully, but these errors were encountered: