Apache::DProf - "Inconsistent subroutine return"

2007-05-31 Thread Tristan Greaves
Hi, I'm experiencing the above error. Although referenced in the documentation, I can not quite see why this is happening on this server, especially with the associated "NULL OP IN RUN", and it seemingly traced to the core module IP.pm. Here's a log extract: Entering handler at /usr/li

DProf - "Corrupting" __FILE__

2007-03-20 Thread Tristan Greaves
Hi, We've got some code which currently uses __FILE__ in order to determine the name of the currently executing Perl script. However, if DProf is enabled within Apache, I note that __FILE__ gets "corrupted": it no longer contains the name of the script. Is there a way of stopping this from ha

DProf - managing the tmon.out files

2007-03-01 Thread Tristan Greaves
Hi, I've got DProf working successfully on a development modperl server here. It is producing tmon.out files as expected: proceed_id/tmon.out Any given tmon.out file will contain all the timing information for all scripts run under that process ID. However, we want to work on allo