I seem to have some issue also running this.
I do have tmout.out but get below
[root@myserver]# dprofpp
$Monfile is tmon.out
Exporter::Heavy::heavy_export
Garbled profile, unexpected exit time stamp at /usr/bin/dprofpp line 6
+67, <fh> line 195.
line where issue is below
sub exitstamp {
my($stack, $tstack, $t, $times, $ctimes, $name, $in, $tab, $de
+ep) = @_;
my( $x, $c, $z );
$x = pop( @$stack );
if( ! defined $x ){
die "Garbled profile, missing an enter time stamp";
}
if( $x->[0] ne $name ){
if ($x->[0] =~ /::AUTOLOAD$/) {
if ($opt_A) {
$name = $x->[0];
}
} elsif ( $opt_F ) {
warn( "Garbled profile, faking exit timestamp:\n\t$name =>
+ $x->[0].\n");
$name = $x->[0];
} else {
foreach $z (@stack, $x) {
print $z->[0],"\n";
}
die "Garbled profile, unexpected exit time stamp";
}
[root@myserver]# uname -a
Linux myserver 2.6.18-1.2798.fc6 #1 SMP Mon Oct 16 14:54:20 EDT 2006 i
+686 i686 i386 GNU/Linux
[root@myserver]# cat /proc/cpuinfo
processor : 0
vendor_id : GenuineIntel
cpu family : 6
model : 8
model name : Pentium III (Coppermine)
stepping : 3
cpu MHz : 647.233
cache size : 256 KB
fdiv_bug : no
hlt_bug : no
f00f_bug : no
coma_bug : no
fpu : yes
fpu_exception : yes
cpuid level : 2
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 mtrr pge mca cmov
+ pat pse36 mmx fxsr sse up
bogomips : 12
<UPDATE> for now I just commenented out the DIE part and program ran.. not sure if that's a solution but I get to see some results