Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the devel-nytprof CPAN distribution.

Report information
The Basics
Id: 67444
Status: rejected
Priority: 0/
Queue: devel-nytprof

People
Owner: Nobody in particular
Requestors: dland [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 4.06
Fixed in: (no value)



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
Subject: Re: [rt.cpan.org #67444] Attempt to set linestart to HASH(0xccc854) failed
Date: Fri, 15 Apr 2011 10:03:44 +0100
To: David Landgren via RT <bug-devel-nytprof [...] rt.cpan.org>
From: Tim Bunce <Tim.Bunce [...] pobox.com>
Show quoted text
> Attempt to set linestart to HASH(0xccc854) failed: linestart is not a > valid parameter
I suspect you're using an old copy of nytprofhtml Tim.
On Fri Apr 15 05:03:58 2011, Tim.Bunce@pobox.com wrote: Show quoted text
> > Attempt to set linestart to HASH(0xccc854) failed: linestart is not a > > valid parameter
> > I suspect you're using an old copy of nytprofhtml
Hmm, possibly. I do read '4.0.6' in bin/nytprofhtml though. This is not a high priority: I installed the same version on a FreeBSD machine and ran the same profile and it worked perfectly. Best, David Show quoted text
> Tim.
I'm going to close this. I'm pretty sure you were running an old version of nytprofhtml, and not the one you checked for the version number. No one else has reported it so it's almost certainly a local problem anyway. Feel free to respond if you'd like to reopen the ticket.