-
Notifications
You must be signed in to change notification settings - Fork 17
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 #10
Comments
heh, thanks for reporting that, will look into this |
Yup... Me too, Fedora 21 FS is btrfs if it matters.
|
Looks like Golang can't find the user's home dir. Perhaps logging a warning or having a default (maybe /home/[username] or /Users/[username] for OSX) would work better? I can create a pull once we get an outline. |
I seem to be hitting this same bug.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello, I've installed lsp using
go get github.com/dborzov/lsp
and when I tried to run lsp in any directory I've got error like this:I'm using Fedora 20 and FS is XFS if it does matter
The text was updated successfully, but these errors were encountered: