php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #73820 "class_exists" function cause a core dump
Submitted: 2016-12-27 05:20 UTC Modified: 2017-01-08 04:22 UTC
From: xiangjihan at gmail dot com Assigned:
Status: No Feedback Package: *General Issues
PHP Version: 7.1.0 OS: Fedora 25 X64 GNOME
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: xiangjihan at gmail dot com
New email:
PHP Version: OS:

 

 [2016-12-27 05:20 UTC] xiangjihan at gmail dot com
Description:
------------
It was occured when I visit the symfony 2.8.14 project by php-fpm.
I hold the problem occured in /symfony/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php at 641 line:
class_exists('ProxyManager\Configuration') && class_exists('Symfony\Bridge\ProxyManager\LazyProxy\Instantiator\RuntimeInstantiator')
I think the Zend Engine open too manay file case the problem.
This is the dump files http://pan.baidu.com/s/1qYEoKe4


(好吧,非常抱歉,我英文很菜,希望懂汉语的朋友联系我)

Test script:
---------------
The symfony framework 2.8.14.


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2016-12-27 05:21 UTC] stas@php.net
-Package: PHP Language Specification +Package: *General Issues
 [2016-12-27 10:37 UTC] laruence@php.net
-Status: Open +Status: Feedback
 [2016-12-27 10:37 UTC] laruence@php.net
Thank you for this bug report. To properly diagnose the problem, we
need a backtrace to see what is happening behind the scenes. To
find out how to generate a backtrace, please read
http://bugs.php.net/bugs-generating-backtrace.php for *NIX and
http://bugs.php.net/bugs-generating-backtrace-win32.php for Win32

Once you have generated a backtrace, please submit it to this bug
report and change the status back to "Open". Thank you for helping
us make PHP better.


 [2017-01-08 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: Thu Mar 28 21:01:27 2024 UTC