Closed (fixed)
Project:
XHProf
Version:
8.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
6 Aug 2012 at 15:57 UTC
Updated:
22 Sep 2012 at 16:51 UTC
Jump to comment: Most recent file
In xhprof_shutdown(), the xhprof_shutdown_real() function is blindly added as a shutdown function, even though we may not get a valid XHProf run ID, and therefore nullifies why xhprof_shutdown_real() should run.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | 1715432-skip-shutdown-real-if-empty-run-id.patch | 1.01 KB | dave reid |
Comments
Comment #1
dave reidPatch fixes the logic condition in xhprof_shutdown().
Comment #2
msonnabaum commentedSeems legit.
Comment #3
msonnabaum commented