Public bug reported:

Binary package hint: php5

After the last PHP update of Ubuntu Hardy my webserver crashes for some
scripts. I tracked down this problem to the following crashdump:

*** glibc detected *** /usr/sbin/apache2: double free or corruption (out): 
0x00007f2ee86e1b00 ***
======= Backtrace: =========
/lib/libc.so.6[0x7f2eee70908a]
/lib/libc.so.6(cfree+0x8c)[0x7f2eee70cc1c]
/usr/lib/apache2/modules/libphp5.so(timelib_builtin_db+0x278)[0x7f2ee8523278]
/usr/lib/apache2/modules/libphp5.so(get_timezone_info+0x65)[0x7f2ee8507cd5]
/usr/lib/apache2/modules/libphp5.so(php_strftime+0xc3)[0x7f2ee8508e53]
/usr/lib/apache2/modules/libphp5.so[0x7f2ee870a502]
/usr/lib/apache2/modules/libphp5.so(execute+0x173)[0x7f2ee86fb453]
/usr/lib/apache2/modules/libphp5.so(zend_execute_scripts+0x153)[0x7f2ee86dbd93]
/usr/lib/apache2/modules/libphp5.so(php_execute_script+0x21a)[0x7f2ee869800a]
/usr/lib/apache2/modules/libphp5.so[0x7f2ee875c252]
/usr/sbin/apache2(ap_run_handler+0x7a)[0x437d6a]
/usr/sbin/apache2(ap_invoke_handler+0x7c)[0x43b18c]
/usr/sbin/apache2(ap_process_request+0x16e)[0x44786e]
/usr/sbin/apache2[0x444c68]
/usr/sbin/apache2(ap_run_process_connection+0x72)[0x43eec2]
/usr/sbin/apache2[0x44b665]
/usr/sbin/apache2[0x44b915]
/usr/sbin/apache2(ap_mpm_run+0x7d8)[0x44c1a8]
/usr/sbin/apache2(main+0x754)[0x425a44]
/lib/libc.so.6(__libc_start_main+0xf4)[0x7f2eee6b31c4]
/usr/sbin/apache2(apr_global_mutex_lock+0x41)[0x424e79]
======= Memory map: ========
[Mon Dec 08 15:17:29 2008] [notice] child pid 5332 exit signal Aborted (6)


To reproduce this error I just create a php file like this:

<?php
echo strftime('%Y');
?>

** Affects: php5 (Ubuntu)
     Importance: Undecided
         Status: New

-- 
Segmentation fault in timelib_builtin_db()
https://bugs.launchpad.net/bugs/306233
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to php5 in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs

Reply via email to