php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #69645 Crash in libphp5.so
Submitted: 2015-05-15 22:08 UTC Modified: 2018-06-24 04:22 UTC
Votes:2
Avg. Score:4.0 ± 0.0
Reproduced:1 of 1 (100.0%)
Same Version:0 (0.0%)
Same OS:1 (100.0%)
From: ahui at shoretel dot com Assigned: cmb (profile)
Status: No Feedback Package: Apache related
PHP Version: 5.5.17 OS: GNU/Linux
Private report: No CVE-ID: None
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please — but make sure to vote on the bug!
Your email address:
MUST BE VALID
Solve the problem:
9 + 22 = ?
Subscribe to this entry?

 
 [2015-05-15 22:08 UTC] ahui at shoretel dot com
Description:
------------
We're not able to establish a pattern yet or the conditions by which httpd crashes.  We're working on getting this info.  We are currently using 5.5.17 version of PHP
httpd crashes with the stack trace as follows:

#0  0xf7144a48 in lex_scan () from /usr/lib/libphp5.so
#1  0xf7163a1f in zendlex () from /usr/lib/libphp5.so
#2  0xf713de47 in zendparse () from /usr/lib/libphp5.so
#3  0xf7143f71 in compile_file () from /usr/lib/libphp5.so
#4  0xf72197f0 in ?? () from /usr/lib/libphp5.so
#5  0xf71e0776 in execute_ex () from /usr/lib/libphp5.so
#6  0xf717a3a2 in zend_execute_scripts () from /usr/lib/libphp5.so
#7  0xf711a710 in php_execute_script () from /usr/lib/libphp5.so
#8  0xf721bee0 in ?? () from /usr/lib/libphp5.so
#9  0x0807c3ce in ap_run_handler ()
#10 0x0807c926 in ap_invoke_handler ()
#11 0x080915ba in ap_process_async_request ()
#12 0x080916ee in ap_process_request ()
#13 0x0808dc61 in ?? ()
#14 0x08085cde in ap_run_process_connection ()
#15 0xf67d5cb7 in ?? () from /usr/lib/apache2/modules/mod_mpm_prefork.so
#16 0xf67d5f66 in ?? () from /usr/lib/apache2/modules/mod_mpm_prefork.so
#17 0xf67d700a in ?? () from /usr/lib/apache2/modules/mod_mpm_prefork.so
#18 0x08061e32 in ap_run_mpm ()
#19 0x0805b25b in main ()
(gdb) #0  0xf7144a48 in lex_scan () from /usr/lib/libphp5.so
(gdb) #1  0xf7163a1f in zendlex () from /usr/lib/libphp5.so
(gdb) #2  0xf713de47 in zendparse () from /usr/lib/libphp5.so
(gdb) #3  0xf7143f71 in compile_file () from /usr/lib/libphp5.so
(gdb) #4  0xf72197f0 in ?? () from /usr/lib/libphp5.so
(gdb) #5  0xf71e0776 in execute_ex () from /usr/lib/libphp5.so
(gdb) #6  0xf717a3a2 in zend_execute_scripts () from /usr/lib/libphp5.so
(gdb) #7  0xf711a710 in php_execute_script () from /usr/lib/libphp5.so
(gdb) #8  0xf721bee0 in ?? () from /usr/lib/libphp5.so
(gdb) #9  0x0807c3ce in ap_run_handler ()
(gdb) #10 0x0807c926 in ap_invoke_handler ()
(gdb) #11 0x080915ba in ap_process_async_request ()
(gdb) #12 0x080916ee in ap_process_request ()
(gdb) #13 0x0808dc61 in ?? ()
(gdb) #14 0x08085cde in ap_run_process_connection ()
(gdb) #15 0xf67d5cb7 in ?? () from /usr/lib/apache2/modules/mod_mpm_prefork.so
(gdb) #16 0xf67d5f66 in ?? () from /usr/lib/apache2/modules/mod_mpm_prefork.so
(gdb) #17 0xf67d700a in ?? () from /usr/lib/apache2/modules/mod_mpm_prefork.so
(gdb) #18 0x08061e32 in ap_run_mpm ()
(gdb) #19 0x0805b25b in main ()


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2015-05-15 23:19 UTC] cmb@php.net
-PHP Version: 5.5Git-2015-05-15 (Git) +PHP Version: 5.5.17
 [2018-03-26 13:15 UTC] cmb@php.net
-Status: Open +Status: Feedback -Assigned To: +Assigned To: cmb
 [2018-03-26 13:15 UTC] cmb@php.net
> We're working on getting this info.

Did you succeed?
 [2018-06-24 04:22 UTC] php-bugs at lists dot php dot net
No feedback was provided. The bug is being suspended because
we assume that you are no longer experiencing the problem.
If this is not the case and you are able to provide the
information that was requested earlier, please do so and
change the status of the bug back to "Re-Opened". Thank you.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 01:01:28 2024 UTC