On Mon, Mar 08, 2010 at 01:26:09PM -0800, Jan Dubois wrote: > On Sat, 06 Mar 2010, Tim Bunce wrote: > > > > It's a pity that so few people are CPAN Testers on Windows. > > It's a pity that there are so few test reports for NYTProf on Windows. > > It's a pity that failures on Windows so so inscrutable: > > http://www.cpantesters.org/cpan/report/6900799 > > > > [Sigh.] > > > > Patches welcome from anyone who cares about Windows. > > I tried to have a look, but I got the same errors as > https://rt.cpan.org/Public/Bug/Display.html?id=53288 when building with > ActivePerl on Linux. (I could also reproduce that bug on Windows).
http://www.cpantesters.org/cpan/report/6913897 FYI the similar failure on strawberry perl was http://www.cpantesters.org/cpan/report/6883938 That's a very odd bug. There seems to be an extra BEGIN called with a line number of 0. Has anyone any idea whay that might be? (One thing that strikes me looking at the perl configs is that the gcc use is a little old, 3.[34], in both. A long shot I know.) Anyway, could you email me the output of: NYTPROF=trace=9:stmts=0 perl -d:NYTProf -x t/42-global.t Hopefully that'll show me where the be...@0 is coming from. Thanks! > Then I build a plain perl-5.10.1 build with all default options on > Linux (except for prefix), and got a different set of test failures. http://www.cpantesters.org/cpan/report/6913576 I've not seen that failure before. What's the @INC on that perl? > I also get build failures on OS X, but those are probably due > to my setup, building universal binaries on 10.6 using the > 10.4u SDK. Ok. I've not seen any failures on OS X (which is what I build on). > I've sent CPAN::Reporter reports for the 2 set of failures from > the Linux builds. I don't really want to look at the Windows > problem as long as I can't even get a clean baseline on Linux > either though. Understood. I wish I could find out what the magic config is to reproduce the extra BEGIN call. I'll try some experimental perl builds at some point, but it might not be soon. Tim. -- You've received this message because you are subscribed to the Devel::NYTProf Development User group. Group hosted at: http://groups.google.com/group/develnytprof-dev Project hosted at: http://perl-devel-nytprof.googlecode.com CPAN distribution: http://search.cpan.org/dist/Devel-NYTProf To post, email: [email protected] To unsubscribe, email: [email protected]
