-
Notifications
You must be signed in to change notification settings - Fork 34
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
panic: runtime error: invalid memory address or nil pointer dereference #5
Comments
@mohuishou does the panic consistent on every |
yes, every |
I found the cause of the error.There is a non-existent file in my gopath directory. if err != nil && (!file.info.IsDir() || err != SkipDir) {
ws.setTerminated(err)
return
} |
What do you mean with non-existent file in gopath? What file? |
'NUL' |
Sorry for the poor English.Have a file when deleting Windows will appear "file not found" error. |
So I'd better to close this. If these anything else related to this, then I'll reopen the issue. |
@mohuishou Please check if there are files with name |
Need help here.
I want to know if the error still exists |
This issue has been automatically closed because there has been no response to our request for more information from the original author. With only the information that is currently in the issue, we don't have enough information to take action. Please reach out if you have or find the answers we need so that we can investigate further. |
run
gopkgs
in windoes 10go version: go version go1.10.1 windows/amd64
It is not clear what caused the error.
The text was updated successfully, but these errors were encountered: