facebook / hhvm

A virtual machine for executing programs written in Hack.
https://hhvm.com
Other
18.18k stars 2.99k forks source link

Build Error Amazon 9.2 64bit Intel Building Blocks #1568

Closed Hush077 closed 10 years ago

Hush077 commented 10 years ago

Error: ./test_malloc_whitebox.exe 1:4 make[1]: * [malloc_test_no_depends] Killed make[1]: Leaving directory `/root/tbb42_20130725oss/build/linux_intel64_gcc_cc4.7.2_libc2.12_kernel3.4.73_release' make: * [tbbmalloc_test_release_no_depends] Error 2

This happens during the building of Intel Building Blocks: wget https://www.threadingbuildingblocks.org/sites/default/files/software_releases/source/tbb42_20130725oss_src.tgz && \ tar zxvf tbb42.tgz && \ cd tbb42 && \ cd src && \ make && \

Not sure where to look to resolving this. Is 9.1 AMI a requirement?

scannell commented 10 years ago

Thanks for reporting this. This looks like a failure in tbb itself, not HHVM. Maybe it is OOMing? Probably better to ask the tbb community if they have seen this before (we haven't as far as I know.)

Hush077 commented 10 years ago

It was indeed an OOM error, I ran out of time yesterday to try a different instance type. This happened on a micro instance, once I upgraded to a m1.small it got through that error.

Thanks Scannell!

scannell commented 10 years ago

No problem.