-
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
Fixed bug segfault due to EX(opline) might be NULL #32
Conversation
call graph: changed color of arrows/edges to grey for better readability of the labels
fixes PR #20 when using randomly generated run ids
Ignore build artifacts from Git
call graph: changed color of arrows/edges to grey for readability
…p.net/bug.php?id=65345. Stop using this when the issue is fixed in a PECL release.
That seems to fix the xhprof_enable(), but I'm seeing a segfault on xhprof_disable().
Maybe we shouldn't be calling xhprof_disable() from an auto_append_file script? |
@laruence can you sign the contributor agreement at https://code.facebook.com/cla |
@billf, sure, signed. thanks |
this fails the test suite for me XHPRrof: Test Include File (load/run_init operations) Darwin - Darwin bill-retina.local 11.4.2 Darwin Kernel Version 11.4.2: Thu Aug 23 16:25:48 PDT 2012; root:xnu-1699.32.7~1/RELEASE_X86_64 x86_64 |
This project has a new maintainer, Phacility. We worked with the original developers and maintainers of XHProf at Facebook until 2011/2012. We recently offered to take over maintenance because we use XHProf heavily in our software (Phabricator) while Facebook is now focused on the HHVM platform and relies on XHProf much less than it once did. I'm trying to clear out the backlog of open requests and issues. Tentatively, I agree with @robocoder that #33 is the better fix here. I'm going to close it in favor of that. |
phacility#32 fix for PHP 7.4
phacility#32 modify 7.4 removed typedefs
phacility#32 phacility#33 releasing
this bug only exists in PHP-5.5
reproduce script:
will segfault with backtrace: