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

FIX: panic: unaligned 64-bit atomic operation [32 bit machines] #1487 #1502

Merged
merged 9 commits into from
Aug 22, 2021

Conversation

ReneWerner87
Copy link
Member

FIX: panic: unaligned 64-bit atomic operation [32 bit machines] #1487

@ReneWerner87 ReneWerner87 linked an issue Aug 22, 2021 that may be closed by this pull request
@ReneWerner87
Copy link
Member Author

Steps to reproduce:
32Bit docker engine
docker run -it --rm golang@sha256:633dff80ab7628865ee68d090ccc2fe52c7b6b9c9e34dcb7250f4efcfbc98dd0 bash
git clone https://github.com/ReneWerner87/fiber.git
cd fiber
git checkout 32Bit-machines
go mod download && go mod vendor && go mod tidy
go test ./... -v

image

@ReneWerner87 ReneWerner87 merged commit 3e8227d into gofiber:master Aug 22, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

🐛 panic: unaligned 64-bit atomic operation [32 bit machines]
1 participant