-
-
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
[BUG] SEGFAULT with Phalcon 1.3.1 and Xdebug #2239
Comments
I think this bug caused in xdebug
and php recompile with +debug option after it and i think the best soulition create bug in xdebug project with full log ^_^ this project can help you to easy compile the php env with debug option |
Looks like Arch makepkg configuration already has "-g" for "debug" option. I've manually recompiled packages with "debug" option before making coredumps, so, as I understand, PHP, Xdebug and Phalcon are already built with this flags. Any more info need here or I can start searching Xdebug bug tracker to post it there? :) And what full log do you mean? |
Вы можете так же обсудить проблему на русском: http://vk.com/topic-45934290_29610493 |
http://bugs.xdebug.org/view.php?id=1044 - posted at Xdebug tracker too. |
Added a pull request on xdebug to fix the problem: xdebug/xdebug#120 |
PR is not merged for a 15 days without any activity - maybe you have to collaborate with xdebug developers in some way? |
Fixed in Xdebug 2.2.6 |
Have a SEGFAULT with a Xdebug and Phalcon 1.3 after release (including just compiled 1.3.1) - previous versions seems to haven't this problem.
Some collected info:
Tried to collect some information from coredump, bt full - https://gist.github.com/vladimmi/9787642
Looks like, SEGFAULT goes from this part of code:
...just after "return $volt;". At least, step-by-step debug brakes at this point.
If any additional info needed - let me know, I'll try to gather it.
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: