-
Notifications
You must be signed in to change notification settings - Fork 924
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
xhprof segfaults php56 #45
Comments
Can you try against HEAD? I think this was fixed by 55a47c0 |
I compiled 91e0be9 from HEAD against PHP 5.6.0 and we still get a segfault when we have xhprof enabled. What kind of information do you need to help track this down? |
i have same segfault,can you fix it plz? |
maybe fix it. |
Any luck on this yet? |
i use QafooLabs/xhprof@16b3ae2 to patch. |
It's gone... :( |
@paulgao Do you still have that patch somewhere? Can you share it? |
@paulgao Also possible that's a private repo and we just can't see it... mind making it public or re-publishing somewhere public? |
oh, it renamed. |
I can not reproduce the reported crash using 5.6.3 and the current HEAD (91e0be9). |
Crashes consistently for us on 5.6.3 with current HEAD (91e0be9). If we turn on |
The crash still occurs for us using PHP 5.6.3 and HEAD (91e0be9). I tried using the QafooLabs/php-profiler-extension@16b3ae2 patch, but I couldn't get it to apply against HEAD. |
Manually applying this pull request to HEAD (91e0be9) makes the crashes go away for me. |
You don't need to apply the patch from Qafoo PHP Profiler, just use that extension it is compatible with XHPROF: https://github.com/QafooLabs/php-profiler-extension. Either compile from the repository using the installation hints in the README. Or we have Debian/Ubuntu packages and precompiled binaries for Linux and any PHP version 5.3 - 5.6: Its entirely usable without the SaaS platform we built around it, just use |
Sep 15 21:18:02 dev kernel: in php-fpm[400000+888000] |
try this: fix crash |
Tested with PHP 8 beta3
Xhprof causes segfault on php56. We noticed there is an open bug here at https://bugs.php.net/bug.php?id=67997
thanks, --h.
The text was updated successfully, but these errors were encountered: