[php-maint] Bug#513204: Bug#513204: php5-mysql: doesn't crash anymore if I use taskset to launch my php script

Todd Courtnage todd at cambrianhouse.com
Tue Feb 3 19:12:34 UTC 2009


> 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







More information about the pkg-php-maint mailing list