-
-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
something wrong with xdebug? #2856
Comments
Could you please generate a backtrace? https://github.com/phalcon/cphalcon/blob/1.3.3/CONTRIBUTING.md#how-to-generate-backtrace-linux |
Hi @sjinks , I'v follow the tips and got these infomation. Not so familiar with gdb :) Hope be usfull. cmd: Phalcon DevTools (1.3.3) phalcon.sh: line 52: 14474 Segmentation fault (core dumped) php "$PTOOLSPATH/phalcon.php" $* [root@centos6 phpstorm]# ls GDB info:(gdb) bt full ---Type to continue, or q to quit--- |
Related to: xdebug/xdebug#120 |
Fixed in Xdebug 2.2.6 |
I'm using phalcon 1.3.3 with xdebug, when I gen IDE helpers with phalcon-devtools, got:
[root@centos6 phpstorm]# sh phalcon.sh
Phalcon DevTools (1.3.3)
phalcon.sh: line 52: 2055 Segmentation fault php "$PTOOLSPATH/phalcon.php" $*
If I disabled xdebug, all became ok:
[root@centos6 phpstorm]# mv /etc/php.d/xdebug.ini /etc/php.d/xdebug.ini.disabled
[root@centos6 phpstorm]# sh phalcon.sh
Phalcon DevTools (1.3.3)
Available commands:
commands (alias of: list, enumerate)
controller (alias of: create-controller)
model (alias of: create-model)
all-models (alias of: create-all-models)
project (alias of: create-project)
scaffold
migration
webtools
MY ENV:
Centos 6 x64
phalcon 1.3.3
xdebug 2.2.5
[root@centos6 phpstorm]# php -v
PHP 5.5.16 (cli) (built: Sep 2 2014 08:49:01)
Copyright (c) 1997-2014 The PHP Group
Zend Engine v2.5.0, Copyright (c) 1998-2014 Zend Technologies
[root@centos6 phpstorm]# rpm -qa| grep xdebug
php55u-pecl-xdebug-2.2.5-1.ius.centos6.x86_64
Want to back this issue? Place a bounty on it! We accept bounties via Bountysource.
The text was updated successfully, but these errors were encountered: