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

[BUG]: compilation reports asm error when -buildmode=plugin #357

Closed
bafflingbug opened this issue Sep 22, 2023 · 0 comments
Closed

[BUG]: compilation reports asm error when -buildmode=plugin #357

bafflingbug opened this issue Sep 22, 2023 · 0 comments
Labels
kind/bug Something is broken.

Comments

@bafflingbug
Copy link

What version of Ristretto are you using?

v0.1.0

What version of Go are you using?

1.18.3

Have you tried reproducing the issue with the latest release?

None

What is the hardware spec (RAM, CPU, OS)?

amd64 16G linux

What steps will reproduce the bug?

Build the program using -buildmode=plugin

# github.com/cespare/xxhash/v2
asm: xxhash_amd64.s:120: when dynamic linking, R15 is clobbered by a global variable access and is used here: 00092 (/home/webroot/go/1.18.10/pkg/mod/github.com/cespare/xxhash/[email protected]/xxhash_amd64.s:120)       ADDQ    R15, AX
asm: assembly failed

Expected behavior and actual result.

No response

Additional information

After testing, related problems are solved in xxhash v2.2.0, please update
cespare/xxhash#54

@bafflingbug bafflingbug added the kind/bug Something is broken. label Sep 22, 2023
@bafflingbug bafflingbug changed the title [BUG]: compilation reports asm error [BUG]: compilation reports asm error when -buildmode=plugin Sep 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Something is broken.
Development

No branches or pull requests

1 participant