Comment 50 for bug 343870

Revision history for this message
Clint Byrum (clint-fewbar) wrote : Re: [Bug 343870] Re: php-cli segmentation fault with mysql extension

Excerpts from Nonox's message of Sun Apr 17 17:02:41 UTC 2011:
> Hi Clint Byrum, sorry for the delay, here is the result of dpkg -l
> 'libmysqlclient*':
>
> Desired=Unknown/Install/Remove/Purge/Hold
> | Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
> |/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
> ||/ Name Version Description
> +++-===================================-===================================-======================================================================================
> un libmysqlclient-dev <none> (no description available)
> ii libmysqlclient16 5.1.49-1ubuntu8.1 MySQL database client library

This looks like an up to date Maverick, which should not display this
behavior. Hopefully it wasn't accidentally regressed.

Can you install gdb, mysql-dbg, and php5-dbg, and run with

gdb /usr/bin/php then at the > prompt do

run -whatever --options you_use.php

Then when it segfaults do

'bt'

and paste the backtrace?

Thanks!