Hello,

We are experiencing the same issue but in about 98% of all php runs on
cli.

$ php -v
PHP 5.2.6-5 with Suhosin-Patch 0.9.6.2 (cli) (built: Oct  5 2008
13:07:13) Copyright (c) 1997-2008 The PHP Group
Zend Engine v2.2.0, Copyright (c) 1998-2008 Zend Technologies
Speicherzugriffsfehler

The "Speicherzugriffsfehler" is the segfault. It happens whenever
mysql.ini or mysqli.ini is activated.


The backtrace with gdb is:

Could not open /proc/12203/status
(gdb) bt
#0  0xb7894771 in __nptl_create_event () from /lib/libpthread.so.0
#1  0xb7895b7b in pthread_create@@GLIBC_2.1 () from /lib/libpthread.so.0
#2  0xb6e84e54 in my_thread_global_init ()
from /usr/lib/libmysqlclient_r.so.15 #3  0xb6e7fcd1 in my_init ()
from /usr/lib/libmysqlclient_r.so.15 #4  0xb6e7e73b in
mysql_server_init () from /usr/lib/libmysqlclient_r.so.15 #5
0xb702efe4 in zm_startup_mysql ()
from /usr/lib/php5/20060613+lfs/mysql.so #6  0x082d8c1e in
zend_startup_module_ex () #7  0x082ddbfd in zend_hash_apply () #8
0x082d7441 in zend_startup_modules () #9  0x0828a410 in
php_module_startup () #10 0x083547bd in php_signal ()
#11 0x08355017 in main ()


So it seems indeed to be coming from libmysqlclient, here at
version 5.0.51a-17.

-- 
Regards/Mit freundlichen Grüßen
Christian Weiske

-= Geeking around in the name of science since 1982 =-

Attachment: signature.asc
Description: PGP signature

Reply via email to