> the fact that restricting it to a single cpu seems to make it go away > is even fishier...
I can confirm that using taskset to restrict it to a certain CPU works. $ taskset --cpu-list 0 <php script> Running on CPU 0, my script will radnomly segfault, about 10% of the time. $ taskset --cpu-list 1 <php script> Running on CPU 1, my script doesn't segfault. Todd -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

