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

ARM7 - Creating a folder in the filer web interface causes "unaligned 64-bit atomic operation -" #3427

Closed
sstent opened this issue Aug 10, 2022 · 0 comments

Comments

@sstent
Copy link

sstent commented Aug 10, 2022

When creating a folder in the filer web interface the server fails with the error:

2022/08/10 22:59:32 http: panic serving 192.168.1.102:1098: unaligned 64-bit atomic operation
goroutine 850 [running]:
net/http.(*conn).serve.func1()
/usr/local/go/src/net/http/server.go:1850 +0xec
panic({0x198e948, 0x2278328})
/usr/local/go/src/runtime/panic.go:890 +0x2ac
runtime/internal/atomic.panicUnaligned()
/usr/local/go/src/runtime/internal/atomic/unaligned.go:8 +0x24
runtime/internal/atomic.Load64(0x34d0314)
/usr/local/go/src/runtime/internal/atomic/atomic_arm.s:280 +0x14
github.com/seaweedfs/seaweedfs/weed/server.(*FilerServer).filerHandler(0x34d02d0, {0x22894a0, 0x10fec0a0}, 0x353b680)
/go/src/github.com/seaweedfs/seaweedfs/weed/server/filer_server_handlers.go:66 +0xa60
net/http.HandlerFunc.ServeHTTP(0x4dfeda0, {0x22894a0, 0x10fec0a0}, 0x353b680)
/usr/local/go/src/net/http/server.go:2109 +0x34
net/http.(*ServeMux).ServeHTTP(0x39c6690, {0x22894a0, 0x10fec0a0}, 0x353b680)
/usr/local/go/src/net/http/server.go:2487 +0x164
net/http.serverHandler.ServeHTTP({0x35488c0}, {0x22894a0, 0x10fec0a0}, 0x353b680)
/usr/local/go/src/net/http/server.go:2947 +0x2f0
net/http.(*conn).serve(0x4b8c0c0, {0x228a298, 0x4f90bb8})
/usr/local/go/src/net/http/server.go:1991 +0x654
created by net/http.(*Server).Serve
/usr/local/go/src/net/http/server.go:3102 +0x4e0

System Setup

  • List the command line to start "weed master", "weed volume", "weed filer", "weed s3", "weed mount".
  • Docker Container on ARM7
  • version 30GB 3.20 0854171 linux arm
martyanov pushed a commit to martyanov/seaweedfs that referenced this issue Aug 11, 2022
nickb937 pushed a commit to nickb937/seaweedfs that referenced this issue Aug 27, 2022
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

1 participant