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

coredump with '__atomic_fetch_add' function on aarch64 #40

Closed
H-kernel opened this issue Oct 14, 2019 · 2 comments
Closed

coredump with '__atomic_fetch_add' function on aarch64 #40

H-kernel opened this issue Oct 14, 2019 · 2 comments

Comments

@H-kernel
Copy link

H-kernel commented Oct 14, 2019

nginx run on aarch64 ,core dump,gcc 7.3.0:
AO_INLINE AO_t
AO_fetch_and_add(volatile AO_t *addr, AO_t incr)
{
return __atomic_fetch_add(addr, incr, __ATOMIC_RELAXED);
}

@ivmai
Copy link
Owner

ivmai commented Oct 14, 2019

How to reproduce? (Seems to be an issue of gcc, not of libatomic_ops.)

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