Subject: | Attempt to set linestart to HASH(0xccc854) failed |
I can provide more information if required, but first off I'm not sure
whether the concept is sane in the first place...
I'm using Strawberry Perl:
D:\repo\Regexp-Assemble>perl -V
Summary of my perl5 (revision 5 version 12 subversion 1) configuration:
Platform:
osname=MSWin32, osvers=5.1, archname=MSWin32-x86-multi-thread
uname='Win32 strawberryperl 5.12.1.0 #1 Thu Jul 29 10:08:11 2010 i386'
I downloaded Devel::NYTProf 4.06, and it ran the test suite without
failure, although it seemed a little noisy when dealing with JSON::XS.
I ran it on a program and the resulting ntprof.out file was 340Mb.
And then I got this:
D:\repo\Regexp-Assemble> nytprofhtml --open
Generating report...
Reading nytprof.out
Processing nytprof.out data
Attempt to set linestart to HASH(0xccc854) failed: linestart is not a
valid parameter
at C:/strawberry/perl/site/lib/Devel/NYTProf/Reader.pm line 97
Devel::NYTProf::Reader::set_param('Devel::NYTProf::Reader=HASH(0xccc804)',
'linestart', 'HASH(0xccc854)') called at
C:\strawberry\perl\bin/nytprofhtml line 254
Is this to be expected on Windows? It might not be easy to reduce this
down to a simple test case, it's processing a datafile that is about 1.5Mb.
Let me know what other information I can provide, or things I can try.
Otherwise it's not big deal, I can always ssh into a Unix box...
Later,
David