-
Notifications
You must be signed in to change notification settings - Fork 2k
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
not support Apple M1 ? #1410
Comments
We just upgraded to OCaml 4.12.0, which supports the M1's architecture. Does building from master resolve the issue? Your logs seem to be this message from the parmap library, and indeed there seems to be an infinite loop if pinning fails for cpu 0 so maybe that library needs to add M1 support too. |
@jvillard I ran into a problem that I think is related to Apple M1 as well.
I have found, e.g., here briansmith/ring#1163, denoland/deno#8346 that this kind of error may be related to Apple M1. |
are there any plans for releasing a binary for M1? |
@harmim Can you verify if this is still a problem? |
@martintrojer Unfortunately, I don't build Infer on Apple M1 any more. Maybe someone else can verify it? |
@harmim @martintrojer I installed infer on my M1 mac from source on main branch, and it works fine. # Hello.java
class Hello {
int test() {
String s = null;
return s.length();
}
} Output
|
This is also working for me with Java, any chance of a release from master so that we don't have to compile clang? |
@tsonglew Can you please share the binary? |
@tsonglew, Thanks! I ended up building from source. |
If anyone is interested, we'll be maintaining current and upcoming infer binaries for Apple Silicon on Instabug/infer. |
@mhashim6 |
@pastel001 Have you resolve the "libgmp.10" problem? |
Is it solved? |
Please make sure your issue is not addressed in the FAQ.
Please include the following information:
infer reports incorrectly, together with the way you run infer to reproduce the incorrect
report).
output
The text was updated successfully, but these errors were encountered: