We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
air
I got a segfault when I try to run the command air but when I reset my PC and run air again it refreshes my page but I instantly get segfault
watching public !exclude tmp watching views watching views/auth watching views/components watching views/css watching views/home watching views/layouts building... running... building static files for development 2024/10/19 23:20:29 INFO HTTPS Server Started listenAddr=:3000 panic: runtime error: invalid memory address or nil pointer dereference [signal SIGSEGV: segmentation violation code=0x1 addr=0x90 pc=0x5ec12a0] goroutine 40 [running]: regexp.(*Regexp).doExecute(0xc0000b2780?, {0x0?, 0x0?}, {0xc00024a120?, 0x5d?, 0x60?}, {0x0?, 0x0?}, 0x0?, 0x0, ...) /usr/local/go/src/regexp/exec.go:527 +0x80 regexp.(*Regexp).doMatch(...) /usr/local/go/src/regexp/exec.go:514 regexp.(*Regexp).Match(...) /usr/local/go/src/regexp/regexp.go:533 github.com/air-verse/air/runner.(*Engine).isExcludeRegex(0xc000222000?, {0xc0000b2780, 0x5d}) /Users/lidldev/go/pkg/mod/github.com/air-verse/[email protected]/runner/util.go:167 +0xcb github.com/air-verse/air/runner.(*Engine).watchPath.func1() /Users/lidldev/go/pkg/mod/github.com/air-verse/[email protected]/runner/engine.go:256 +0x3ec created by github.com/air-verse/air/runner.(*Engine).watchPath in goroutine 1 /Users/lidldev/go/pkg/mod/github.com/air-verse/[email protected]/runner/engine.go:223 +0x23f
The text was updated successfully, but these errors were encountered:
This seems to be a duplicate of #655
Sorry, something went wrong.
Thanks!
Successfully merging a pull request may close this issue.
I got a segfault when I try to run the command
air
but when I reset my PC and runair
again it refreshes my page but I instantly get segfaultThe text was updated successfully, but these errors were encountered: