View Issue Details

IDProjectCategoryView StatusLast Update
0000679XdebugUncategorizedpublic2014-03-02 14:20
Reporterhernst Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionunable to reproduce 
PlatformlinuxOSCentOSOS Version5.5
Product Version2.2dev 
Summary0000679: negative line numbers in profile file on some eval()d code
Description

For some evaled code I get negative line numbers for evaled code. This only happens for 34 elements out of 848 logged eval()'d code elements.

The cachegrind file is about 2.9G big.

In the file it looks like:
fl=/xml/iwat/php/links.php(217) : eval()'d code
fn=eval
-1359994128 42
...
fl=/xml/iwat/php/links.php(301) : eval()'d code
fn=eval
-358669609 91

Additional Information

PHP is version 5.2.17 (Zend Server without any Zend Modul loaded)

TagsNo tags attached.
Operating Systemlinux
PHP Version5.2.10

Activities

derick

2014-02-27 19:09

administrator   ~0002684

Do you have a short reproducible script that can reliably demonstrate this issue? I can not reproduce this.

hernst

2014-02-28 10:46

reporter   ~0002731

With PHP 5.4 and latest xdebug (2.3dev) I do not get negative line numbers for eval in the profiler anymore. So this issue can be closed.

derick

2014-03-02 14:20

administrator   ~0002735

Thanks for checking, and I'm closing this issue.