Your message dated Sat, 12 Sep 2009 19:59:47 +0000
with message-id <[email protected]>
and subject line Bug#524366: fixed in mysql-dfsg-5.0 5.0.51a-24+lenny2+spu1
has caused the Debian Bug report #524366,
regarding php5-mysql: doesn't crash anymore if I use taskset to launch my php
script
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
524366: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=524366
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
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
--- End Message ---
--- Begin Message ---
Source: mysql-dfsg-5.0
Source-Version: 5.0.51a-24+lenny2+spu1
We believe that the bug you reported is fixed in the latest version of
mysql-dfsg-5.0, which is due to be installed in the Debian FTP archive:
libmysqlclient15-dev_5.0.51a-24+lenny2+spu1_amd64.deb
to
pool/main/m/mysql-dfsg-5.0/libmysqlclient15-dev_5.0.51a-24+lenny2+spu1_amd64.deb
libmysqlclient15off_5.0.51a-24+lenny2+spu1_amd64.deb
to
pool/main/m/mysql-dfsg-5.0/libmysqlclient15off_5.0.51a-24+lenny2+spu1_amd64.deb
mysql-client-5.0_5.0.51a-24+lenny2+spu1_amd64.deb
to
pool/main/m/mysql-dfsg-5.0/mysql-client-5.0_5.0.51a-24+lenny2+spu1_amd64.deb
mysql-client_5.0.51a-24+lenny2+spu1_all.deb
to pool/main/m/mysql-dfsg-5.0/mysql-client_5.0.51a-24+lenny2+spu1_all.deb
mysql-common_5.0.51a-24+lenny2+spu1_all.deb
to pool/main/m/mysql-dfsg-5.0/mysql-common_5.0.51a-24+lenny2+spu1_all.deb
mysql-dfsg-5.0_5.0.51a-24+lenny2+spu1.diff.gz
to pool/main/m/mysql-dfsg-5.0/mysql-dfsg-5.0_5.0.51a-24+lenny2+spu1.diff.gz
mysql-dfsg-5.0_5.0.51a-24+lenny2+spu1.dsc
to pool/main/m/mysql-dfsg-5.0/mysql-dfsg-5.0_5.0.51a-24+lenny2+spu1.dsc
mysql-server-5.0_5.0.51a-24+lenny2+spu1_amd64.deb
to
pool/main/m/mysql-dfsg-5.0/mysql-server-5.0_5.0.51a-24+lenny2+spu1_amd64.deb
mysql-server_5.0.51a-24+lenny2+spu1_all.deb
to pool/main/m/mysql-dfsg-5.0/mysql-server_5.0.51a-24+lenny2+spu1_all.deb
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Sean Finney <[email protected]> (supplier of updated mysql-dfsg-5.0 package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.8
Date: Sat, 05 Sep 2009 12:15:22 +0200
Source: mysql-dfsg-5.0
Binary: libmysqlclient15off libmysqlclient15-dev mysql-common mysql-client-5.0
mysql-server-5.0 mysql-server mysql-client
Architecture: source all amd64
Version: 5.0.51a-24+lenny2+spu1
Distribution: stable-proposed-updates
Urgency: low
Maintainer: Debian MySQL Maintainers <[email protected]>
Changed-By: Sean Finney <[email protected]>
Description:
libmysqlclient15-dev - MySQL database development files
libmysqlclient15off - MySQL database client library
mysql-client - MySQL database client (metapackage depending on the latest
versio
mysql-client-5.0 - MySQL database client binaries
mysql-common - MySQL database common files
mysql-server - MySQL database server (metapackage depending on the latest
versio
mysql-server-5.0 - MySQL database server binaries
Closes: 477072 513204 524366
Changes:
mysql-dfsg-5.0 (5.0.51a-24+lenny2+spu1) stable-proposed-updates; urgency=low
.
[ Sean Finney ]
* New patch 64_fix-dummy-thread-race-condition.dpatch to back out an
unneeded workaround that causes segfaults in libmysqlclient15. Thanks
to Martin Koegler for digging up the patch. (closes: #524366, #513204)
.
[ Norbert Tretkowski ]
* New patch 65_fix_gis_functions_crash.dpatch from 5.0.82 to fix a server
crash with arbitrary data input plus GIS functions. (closes: #477072)
Checksums-Sha1:
b5cf1eb3f7ec94758358b3daf4268dfe2d72a7e6 1757
mysql-dfsg-5.0_5.0.51a-24+lenny2+spu1.dsc
62a336c2858a6e7092db6a3768fe27f9144aed2e 356132
mysql-dfsg-5.0_5.0.51a-24+lenny2+spu1.diff.gz
21ece405be98b81121c77c56cf870450c1f519cf 61450
mysql-common_5.0.51a-24+lenny2+spu1_all.deb
62b0ad6f8d3dec22e61111c1e6ff785d4799b65b 55292
mysql-server_5.0.51a-24+lenny2+spu1_all.deb
43e2a2febb496dffbbf686171099482d7ebdb4e9 53096
mysql-client_5.0.51a-24+lenny2+spu1_all.deb
bdff87b9b75160cdb210b7d8bd4f26381a1fa950 1905642
libmysqlclient15off_5.0.51a-24+lenny2+spu1_amd64.deb
375f33bd468b5520aee29ab73ea223e3fd1e1118 7593604
libmysqlclient15-dev_5.0.51a-24+lenny2+spu1_amd64.deb
6c2c26d74798f2495bc34bff653903a2e35d6785 8200058
mysql-client-5.0_5.0.51a-24+lenny2+spu1_amd64.deb
f3e9e67880b19480e25baa6e4500a39431899143 27298832
mysql-server-5.0_5.0.51a-24+lenny2+spu1_amd64.deb
Checksums-Sha256:
1f8530cb003b2952df43b9f37453f042ddfe9941e60eb7cd01f5b5140bfb8687 1757
mysql-dfsg-5.0_5.0.51a-24+lenny2+spu1.dsc
f5aea50984b9ef1657dc055efac8296a726006aa2d3433d20779742298c61b89 356132
mysql-dfsg-5.0_5.0.51a-24+lenny2+spu1.diff.gz
09203058a45667e3ca0efb9eed400d258242ab6b9a6951a6e0d9d18df4797f71 61450
mysql-common_5.0.51a-24+lenny2+spu1_all.deb
0cc94b731e235383e0596c71a324efa3a9f35d94d91ca855d2004b9734aa6997 55292
mysql-server_5.0.51a-24+lenny2+spu1_all.deb
8363ad58277d8f8fcaa3722b72ba70ee5329d1c05606e6f4fa5d968b5fa4edbf 53096
mysql-client_5.0.51a-24+lenny2+spu1_all.deb
b6432bd17bee84c6ae713898faadb6862e5d7dde601ba7bb15720c2044b587dc 1905642
libmysqlclient15off_5.0.51a-24+lenny2+spu1_amd64.deb
3a4e5421b709e491f1f659f885bfda5bb1e7a46591debe978880d521e2e46bfd 7593604
libmysqlclient15-dev_5.0.51a-24+lenny2+spu1_amd64.deb
656115d9a994c858545389021b899fa0bcae365446530c013dc8d3e7ba506352 8200058
mysql-client-5.0_5.0.51a-24+lenny2+spu1_amd64.deb
91cf1388dfb8d68dded9c19aa3dfe361b7c2441c44b4cf811d9d818d547239c0 27298832
mysql-server-5.0_5.0.51a-24+lenny2+spu1_amd64.deb
Files:
aac4cf6ee6a5c22473b7439912f3648d 1757 misc optional
mysql-dfsg-5.0_5.0.51a-24+lenny2+spu1.dsc
383f6c9fd417d1fb75f8cd3503fd385d 356132 misc optional
mysql-dfsg-5.0_5.0.51a-24+lenny2+spu1.diff.gz
54b9a008916cc4a8f37c11deab2cc9c0 61450 misc optional
mysql-common_5.0.51a-24+lenny2+spu1_all.deb
f1f765cd8054b5f68b0088300a41db66 55292 misc optional
mysql-server_5.0.51a-24+lenny2+spu1_all.deb
d2470fcc8881df273ffed4b626963377 53096 misc optional
mysql-client_5.0.51a-24+lenny2+spu1_all.deb
32723b8cf8bbf17c17c18e1e06492734 1905642 libs optional
libmysqlclient15off_5.0.51a-24+lenny2+spu1_amd64.deb
0b62c07059b243e47055ce191366db9c 7593604 libdevel optional
libmysqlclient15-dev_5.0.51a-24+lenny2+spu1_amd64.deb
8de7eed3d59aee24b1befe7525478958 8200058 misc optional
mysql-client-5.0_5.0.51a-24+lenny2+spu1_amd64.deb
d27f0f34fe8743d3d4d871a1a7462a66 27298832 misc optional
mysql-server-5.0_5.0.51a-24+lenny2+spu1_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
iD8DBQFKpAZCynjLPm522B0RAn0UAKCGDlOdC3ZCtl+N24wzoilYr3VsCQCfUsso
Hzt4x61aPusqFi7PYQsuZN0=
=NaGT
-----END PGP SIGNATURE-----
--- End Message ---