Closed Hush077 closed 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.)
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!
No problem.
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?