[xdebug-dev] Bug 0000242: Profiler files sometimes contain invalid numbers

From: <noreply[@]lists.xdebug.org>
Date: Tue, 20 Feb 2007 08:44:56 +0100

The following bug has been CLOSED
======================================================================
http://bugs.xdebug.org/bug_view_page.php?bug_id=0000242
======================================================================
Reporter: Ant
Handler:
======================================================================
Project: Xdebug
Bug ID: 242
Category: Usage problems
Reproducibility: random
Severity: trivial
Priority: normal
Status: closed
Operating System: Gentoo 2006.1, x86
PHP Version: 5.2.0
Xdebug Version: 2.0.0rc3
======================================================================
Date Submitted: 2007-02-20 02:00 CET
Last Modified: 2007-02-20 08:44 CET
======================================================================
Summary: Profiler files sometimes contain invalid numbers
Description:
Occasionally I get values like these appearing in cachegrind.out* files:

fl=php:internal
fn=php::array_key_exists
38 4294967295

The 2^32-1 seems to be invalid as it's messing up the display in
KCacheGrind. It happens every 20 or so page loads, and the function call
seems to be unrelated - I see these happen for both internal and script
functions.
Right now I'm manually editing these to 1 as a workaround but it'd be nice
to have a fix.
======================================================================

----------------------------------------------------------------------
 derick - 2007-02-20 08:44 CET
----------------------------------------------------------------------
I fixed this in CVS last night by removing the memory profiling, which
obviously didn't work :). Please reopen if you can reproduce it still with
the CVS version.

Bug History
Date Modified Username Field Change
======================================================================
2007-02-20 02:00Ant New Bug
2007-02-20 02:00Ant Bug Monitored: Ant
2007-02-20 08:44derick Bugnote Added: 0000573
2007-02-20 08:44derick Status new => closed
======================================================================
Received on Tue Feb 20 2007 - 08:45:14 GMT

This archive was generated by hypermail 2.2.0 : Sun Jun 24 2018 - 04:00:03 BST