-
Notifications
You must be signed in to change notification settings - Fork 515
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
Does not support Apple Silicon #477
Comments
I think this code is used for getting instruction pointer. If your C-fu is strong enough, I'd suggest surrounding it with ifdef's for given CPU arch, like here https://github.com/google/honggfuzz/blob/master/linux/trace.c#L80 and send me a PR with correct code? |
Well my C-fu is quite opposite, actually, but I guess this one I could have handled with some time. For now (totally noob about this codebase) this kind of work looks more boilerplate rather than the one that requires any deep knowledge about that. |
There is that but ultimately there is also the fact that CrashReport* binaries are for x86 arch ? |
Yeah, I don't know where to get aarch64 crashwrangler libs - I merely compile it on some mac to verify that it builds, I'm not sure how it exactly works. FWIW I added code here d9e70de - but one will have to find relevant lib and put it here https://github.com/google/honggfuzz/tree/master/third_party/mac for it to compile |
Any updates? Do we have a new crashwrangler? |
in the "old days" there was the crashwrangler source code if you had a apple license seems no longer the case (I might be wrong) to be able to provide the object file but I would not be surprised if it did not compile on arm64 (again can be wrong here), maybe in the long run the solution is to find a replacement. |
Could POSIX code work instead?
?? |
wish it did but there is no such timer_t type in macOs. |
I don't think it was used anywhere? Please try at HEAD, I removed it with 2880d45 |
another failure, libhfcommon/util.c |
Hello, using Any fix for this? Thanks ! |
It fails to build because of there's no build case for Apple silicon.
The text was updated successfully, but these errors were encountered: