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

Michael Bonfils murlock42 at gmail.com
Tue Jan 27 09:36:17 UTC 2009


Package: php5-mysql
Version: 5.2.6.dfsg.1-0.1~lenny1
Severity: important


As others, I've a lot of problem with PHP when mysql/mysqli is enabled.
Bu I've found that if I use taskset to launch my php script, it works.

My minimal example t.sh
while true; do
	echo '<?php echo "toto tata \n";' | php
	if [ $? -ne 0 ]; then 
		break
	fi
done

it crash but when I run with 
	taskset 0x1 t.sh
it works
My 2 cents,

Michael



-- System Information:
Debian Release: 5.0
  APT prefers testing
  APT policy: (990, 'testing'), (300, 'unstable'), (100, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.26-1-686-bigmem (SMP w/2 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages php5-mysql depends on:
ii  libapache2-mod-p 5.2.6.dfsg.1-0.1~lenny1 server-side, HTML-embedded scripti
ii  libc6            2.7-18                  GNU C Library: Shared libraries
ii  libmysqlclient15 5.0.51a-21              MySQL database client library
ii  php5-cgi [phpapi 5.2.6.dfsg.1-0.1~lenny1 server-side, HTML-embedded scripti
ii  php5-cli [phpapi 5.2.6.dfsg.1-0.1~lenny1 command-line interpreter for the p
ii  php5-common      5.2.6.dfsg.1-0.1~lenny1 Common files for packages built fr

php5-mysql recommends no packages.

php5-mysql suggests no packages.

-- no debconf information





More information about the pkg-php-maint mailing list