I'm trying to install XHP on my OSX Lion and I'm getting random segmentation faults. The same program sometimes fails and sometimes runs. Even a program that imports init.php only.
<?php
include 'xhp/php-lib/init.php';
$href = 'http://www.facebook.com';
echo <a href={$href}>Facebook</a>;
Sometimes runs, sometimes fails with
Segmentation fault: 11