Open thelizzyld opened 2 years ago
Tried running this on docker and got a segfault in hh_compiler_parse trying to build the basic hello world outlined on the website. Is this because M1 arm64 isn't supported?
BootStats: Process::InitProcessStatics done, took 0ms wall, 0ms cpu, 0 MB RSS
BootStats: timezone_init done, took 1ms wall, 1ms cpu, 0 MB RSS
BootStats: compilers_start done, took 1ms wall, 1ms cpu, 0 MB RSS
BootStats: xenon done, took 30ms wall, 30ms cpu, 17 MB RSS
BootStats: strobelight done, took 0ms wall, 0ms cpu, 0 MB RSS
BootStats: pcre_reinit done, took 2ms wall, 2ms cpu, 0 MB RSS
BootStats: onig_init done, took 0ms wall, 0ms cpu, 0 MB RSS
BootStats: g_vmProcessInit done, took 1145ms wall, 1145ms cpu, 68 MB RSS
BootStats: PageletServer::Restart done, took 0ms wall, 0ms cpu, 0 MB RSS
BootStats: XboxServer::Restart done, took 0ms wall, 0ms cpu, 0 MB RSS
BootStats: Stream::RegisterCoreWrappers done, took 0ms wall, 0ms cpu, 0 MB RSS
------------------------------hphp_compiler_parse-------------------------------
/:systemlib.phpimagick
Core dumped: Segmentation fault
Stack trace in /tmp/stacktrace.1.log
qemu: uncaught target signal 11 (Segmentation fault) - core dumped
ARM64 is not a HHVM supported target arch.
Description
Attempting to install via brew on a brand new macbook pro so environment is pretty clean. Installed homebrew and directly tried running this got something wrong with zstd's linking if I understand correctly? Not sure what's wrong or how to fix it though
Context and Logs
Sharing the most relevant part of the logs starting with the last line it ran before erroring out. Here is the full script output in paste form: Full script output: https://paste-bin.xyz/40735 All logs are attached in a zip as well.
Output of clang -v:
Build logs: Link to public gist created with
brew gist-logs hhvm
hhvm-4.150.zip