Page MenuHomePhabricator

Add a failing test case for the XHProf PHP 5.5 segfault
ClosedPublic

Authored by epriestley on Aug 27 2014, 10:51 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Mar 10, 10:27 AM
Unknown Object (File)
Sun, Mar 10, 10:23 AM
Unknown Object (File)
Feb 20 2024, 4:45 PM
Unknown Object (File)
Feb 14 2024, 1:18 AM
Unknown Object (File)
Feb 4 2024, 1:20 PM
Unknown Object (File)
Feb 3 2024, 12:34 AM
Unknown Object (File)
Jan 29 2024, 10:38 PM
Unknown Object (File)
Jan 29 2024, 9:47 PM
Subscribers

Details

Summary

This adds a failing test case for the bug discussed in https://github.com/phacility/xhprof/pull/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).

Diff Detail

Repository
rXPRF XHProf
Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

epriestley retitled this revision from to Add a failing test case for the XHProf PHP 5.5 segfault.
epriestley updated this object.
epriestley edited the test plan for this revision. (Show Details)
epriestley added a reviewer: btrahan.
btrahan edited edge metadata.
This revision is now accepted and ready to land.Aug 28 2014, 5:23 PM
epriestley updated this revision to Diff 24983.

Closed by commit rXPRFd8ca30af371e (authored by @epriestley).