php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #65976 Horde Webmail segfaults Apache at relogin
Submitted: 2013-10-27 16:00 UTC Modified: 2016-04-04 21:19 UTC
From: ms at ddnetservice dot de Assigned: kalle (profile)
Status: Closed Package: Reproducible crash
PHP Version: 5.4.21 OS: Linux
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: ms at ddnetservice dot de
New email:
PHP Version: OS:

 

 [2013-10-27 16:00 UTC] ms at ddnetservice dot de
Description:
------------
I am afraid that I don't have the actual PHP code at short hand.
However, Apache segfaults when I try to log into my Horde Webmail application (running 5.12). After the segfault I cannot login any more and I get a blank page and sometimes an 500 error message shown. Restarting the webserver helps, but after logout and relogin the problem persists.

This problem exists at least since PHP 5.4.20 because thats the version I have started with. I don't know if this problem/bug exists also in previous 5.4 versions.

Upgrading to 5.5.4 solved my problems, but I would rather like to stick to 5.4

Actual result:
--------------
(gdb) run -DSSL -X -f /etc/httpd/conf/httpd.conf
Starting program: /usr/sbin/httpd -DSSL -X -f /etc/httpd/conf/httpd.conf
[Thread debugging using libthread_db enabled]
Detaching after fork from child process 10455.
Detaching after fork from child process 10456.
Detaching after fork from child process 10473.
Detaching after fork from child process 10474.
Detaching after fork from child process 10475.
[New Thread 0x7fffd2ffb700 (LWP 10490)]
[Thread 0x7fffd2ffb700 (LWP 10490) exited]

Program received signal SIGSEGV, Segmentation fault.
0x00007fffec0eee83 in instanceof_function_ex () from /etc/httpd/modules/libphp5.so
(gdb) bt
#0  0x00007fffec0eee83 in instanceof_function_ex () from /etc/httpd/modules/libphp5.so
#1  0x00007fffec0eeebb in instanceof_function_ex () from /etc/httpd/modules/libphp5.so
#2  0x00007fffec0eeebb in instanceof_function_ex () from /etc/httpd/modules/libphp5.so
#3  0x00007fffec16cd25 in ?? () from /etc/httpd/modules/libphp5.so
#4  0x00007fffec160fe8 in execute () from /etc/httpd/modules/libphp5.so
#5  0x00007fffec0ec0dc in zend_call_function () from /etc/httpd/modules/libphp5.so
#6  0x00007fffec039917 in ?? () from /etc/httpd/modules/libphp5.so
#7  0x00007fffec17389c in ?? () from /etc/httpd/modules/libphp5.so
#8  0x00007fffec160fe8 in execute () from /etc/httpd/modules/libphp5.so
#9  0x00007fffec0ec0dc in zend_call_function () from /etc/httpd/modules/libphp5.so
#10 0x00007fffec10fa57 in zend_call_method () from /etc/httpd/modules/libphp5.so
#11 0x00007fffec11d20d in zend_std_call_user_call () from /etc/httpd/modules/libphp5.so
#12 0x00007fffec17389c in ?? () from /etc/httpd/modules/libphp5.so
#13 0x00007fffec160fe8 in execute () from /etc/httpd/modules/libphp5.so
#14 0x00007fffec0f6f20 in zend_execute_scripts () from /etc/httpd/modules/libphp5.so
#15 0x00007fffec099cb8 in php_execute_script () from /etc/httpd/modules/libphp5.so
#16 0x00007fffec1a2285 in ?? () from /etc/httpd/modules/libphp5.so
#17 0x00007ffff7fd6bb0 in ap_run_handler ()
#18 0x00007ffff7fda46e in ap_invoke_handler ()
#19 0x00007ffff7fe5b30 in ap_process_request ()
#20 0x00007ffff7fe29a8 in ?? ()
#21 0x00007ffff7fde6b8 in ap_run_process_connection ()
#22 0x00007ffff7fea977 in ?? ()
#23 0x00007ffff7feac46 in ?? ()
#24 0x00007ffff7feb293 in ap_mpm_run ()
#25 0x00007ffff7fc2900 in main ()


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2016-04-04 21:19 UTC] kalle@php.net
-Status: Open +Status: Closed -Assigned To: +Assigned To: kalle
 [2016-04-04 21:19 UTC] kalle@php.net
Closing due to 5.4 is no longer supported, and as you stated, 5.5 fixed the issue
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Wed Apr 24 14:01:30 2024 UTC