View Issue Details

IDProjectCategoryView StatusLast Update
0000069XdebugUncategorizedpublic2004-07-09 14:55
Reporterddb Assigned To 
PrioritynormalSeveritymajorReproducibilityalways
Status closedResolutionopen 
Summary0000069: Int overlfow in summary
Description

After running a rather largish script (the profile output is a 415 mb file) the summary value in the profile output is something negative (summary: -1336935609 0)
this makes kcachegrind display nothnig (quite "funny" after it took my pc out for full 15 minutes)

[and i would really appreciate some analysis tool for windows :) )

TagsNo tags attached.
Operating SystemW2K
PHP Version5.0.0-dev

Activities

derick

2004-07-09 14:55

administrator   ~0000145

Hopefully fixed in CVS; I changed the cast to unsigned long instead of long which should help in your case.