-
-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
centos 6.5 core dump #11992
Comments
Post result from gdb bt: |
|
And what exactly code is causing seg fault ? |
|
I mean which php code is causing seg fault ? |
very simple script.
|
my dev env is ok. Today I want to deploy the project to production,I find it's a not working with a simple demo. |
Are you sure you posted good code ? I don't see anywhere here |
php-fpm and cli all made core dump. in cli : $console = new ConsoleApp($di); |
No, but look in stack you ahve calls:
I don't see it in code you posted. |
it's maybe my host have dif PHP version and install scripts have same bug. I rebuild extension with blew, and it's ok.
|
PHP with phalcon extesion is ok, but when run the demo , nginx return 502 and get system message
below. I think it's a fatal error.
so I try it in cli env, it's the same fatal error.
system info:
Linux 10-13-14-134 2.6.32-431.11.9.el6.ucloud.x86_64 #1 SMP Sun Mar 29 14:05:42 CST 2015 x86_64 x86_64 x86_64 GNU/Linux
centos 6.5
PHP 5.6.23 (cli) (built: Jul 19 2016 15:58:29)
install from:
git clone --depth=1 git://github.com/phalcon/cphalcon.git
cd cphalcon/build
sudo ./install
The text was updated successfully, but these errors were encountered: