[debian-mysql] Bug#518477: libmysqlclient15off: supplemental info 5.0.51a-24+lenny2
Jort Koopmans
jort.koopmans at gmail.com
Thu Dec 3 00:02:29 UTC 2009
Package: libmysqlclient15off
Version: 5.0.51a-24+lenny2
Followup-For: Bug #518477
Done some further investigation, using this small shell script;
------------
count=1
while true; do
echo '<?php echo "toto tata \n";' | php;
if [ $? -ne 0 ]; then
echo died after ${i:-0};
break;
else
i=$(expr ${i:-0} + 1);
shift
echo $i
fi;
done
------------
I used 2 machines with the same *updated* version of lenny (stable) x64,
both get segmentation faults running the above script with the
5.0.51a-24+lenny2 version of libmysqlclient15off (albeit at very
different loop numbers).
When replacing the package with a 5.0.51a-24lenny1
version, provided by Sean:
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=493045#107 , the
problem is instantly gone. However I've also tried to follow the
(by Sven) suggested patch in this bugtracker, but have not succeeded
because i can not find any 'mf_pack.c' file or 'tilde_expansion'
function.
When I run:
echo "SELECT 'mysql ok'" | HOME='' mysql
it does give a 'Segmentation fault (core dumped)' message (therefore
i'm posting this in this bugtracker)
For now i'm going to run the lenny1 version of this package, but
hopefully someone can fix this problem...
Best regards,
Jort
-- System Information:
Debian Release: 5.0.3
APT prefers stable
APT policy: (500, 'stable')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.26-2-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Versions of packages libmysqlclient15off depends on:
ii libc6 2.7-18 GNU C Library: Shared libraries
ii mysql-common 5.0.51a-24+lenny2 MySQL database common files
ii zlib1g 1:1.2.3.3.dfsg-12 compression library - runtime
libmysqlclient15off recommends no packages.
libmysqlclient15off suggests no packages.
-- no debconf information
More information about the pkg-mysql-maint
mailing list