You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a failing test case for the XHProf PHP 5.5 segfault
Summary:
This adds a failing test case for the bug discussed in <phacility#33>.
It also adds a `bin/xhprofile` script which makes it easier to test stuff like this, by invoking the profiler on some other script. This isn't hugely useful in production but is valuable diagnostically, and helped me reduce this test case.
Test Plan:
- Ran `arc unit` and got a failure.
- Verified that this test passes if `class_exists()` is commented out (which makes the test not segfault).
Reviewers: btrahan
Reviewed By: btrahan
Subscribers: epriestley
Differential Revision: https://secure.phabricator.com/D10374
0 commit comments