On Fri, Jul 10, 2009 at 12:13:49AM -0500, Elliot Shank wrote: > > High weirdness: the NYTProf tests all pass, but any time I try to profile any > of my code, perl crashes. This is both for 2.10 and Subversion r805. > > What can information should I get in order to turn this into a proper bug > report?
A stacktrace would be a big help. And/or run NYTProf with a high trace level, logging to a file, and the trace from the statement profiler will tell you where in your code the problem occured and what NYTProf was doing at the time. If the fault is reproducible with blocks=0 then use that as it'll run faster and produce a less noisy log. 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] -~----------~----~----~----~------~----~------~--~---
