You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In case anyone makes this mistake like I did. This will cause atomic arm64 instructions STLXR and LDAXR in a_fetch_and() or a_fetch_or() musl functions to fail and get stuck in an infinite loop. These are called in malloc().
In case anyone makes this mistake like I did. This will cause atomic arm64 instructions STLXR and LDAXR in a_fetch_and() or a_fetch_or() musl functions to fail and get stuck in an infinite loop. These are called in malloc().
popcorn-compiler/lib/musl-1.1.18/Makefile
Line 121 in b009131
The text was updated successfully, but these errors were encountered: