Skip to content
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

Segmentation fault (core dumped) #75

Closed
martyychang opened this issue May 4, 2016 · 3 comments
Closed

Segmentation fault (core dumped) #75

martyychang opened this issue May 4, 2016 · 3 comments

Comments

@martyychang
Copy link

Trying to go get the package gives me a "Segmentation fault" error.

ubuntu@mongo-dev-marty:~$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:    Ubuntu 14.04.3 LTS
Release:    14.04
Codename:   trusty
$ go version
go version xgcc (Ubuntu 4.9.3-0ubuntu4) 4.9.3 linux/amd6
$ go get github.com/kahing/goofys
Segmentation fault (core dumped)
@martyychang
Copy link
Author

Looks like the fault is generated when trying to get this following package.

$ go get golang.org/x/net/context
Segmentation fault (core dumped)

@kahing
Copy link
Owner

kahing commented May 5, 2016

doesn't look like this is a problem I can do much about

@kahing kahing closed this as completed May 5, 2016
@martyychang
Copy link
Author

Apparently this was caused by a Go version problem. Even though I had installed the latest version 1.6 the symlink in my PATH was pointing to a 1.2 build. After I fixed the symlink I was able to build goofys without any issues.

kahing pushed a commit that referenced this issue Aug 16, 2021
After #496, goofys gets confused about directories in azure if the there is a dir/ blob. This is how the bug looks like
- ls root/dir : Fails
- ls root/; ls root/dir works

This PR addresses this issue.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants