Hi, I try to debug my mod_perl application. Installing and running Devel::NYTProf works very smooth, but whwn I try to convert to html I get really strange error messages:
ulr...@ulrich:~/secore/trunk/SECore/t$ nytprofhtml -f /tmp/nytprof. 28235.out.28237 Generating report... Reading /tmp/nytprof.28235.out.28237 Eval '(eval 0)' (fid 3) has unknown invoking fid 4 Writing report to nytprof directory No file line range data for sub 'DBIx::ContextualFetch::st::fetch' No file line range data for sub 'strict::import' No file line range data for sub 'warnings::import' No file line range data for sub 'Exporter::import' No file line range data for sub 'Error::import' No file line range data for sub 'base::import' No file line range data for sub 'Class::DBI::search' No file line range data for sub 'Class::DBI::Iterator::first' No file line range data for sub 'Encode::Encoding::renewed' No file line range data for sub 'SECore::EPP::Response::Part::Resdata::new' No file line range data for sub 'SECore::EPP::Response::Part::_elem_ro' No file line range data for sub 'XML::Writer::startTag' No file line range data for sub 'SECore::EPP::Namespaces::namespace' No file line range data for sub 'SECore::EPP::Namespaces::schemalocation' No file line range data for sub 'XML::Writer::dataElement' No file line range data for sub 'XML::Writer::endTag' No file line range data for sub 'utf8::AUTOLOAD' No file line range data for sub 'Log::Log4perl::Appender::log' Unable to open '-e' for reading: No such file or directory. No file line range data for sub 'strict::unimport' No file line range data for sub 'warnings::unimport' No file line range data for sub 'SECore::EPP::Command::new' No file line range data for sub 'SECore::EPP::Command::_elem_rw' No file line range data for sub 'SECore::EPP::Command::verify' No file line range data for sub 'XML::LibXML::XPathContext::find' No file line range data for sub 'SECore::EPP::Command::xpath' No file line range data for sub 'XML::LibXML::NodeList::size' No file line range data for sub 'SECore::EPP::Response::new' No file line range data for sub 'XML::LibXML::NodeList::pop' No file line range data for sub 'SECore::EPP::Response::add' No file line range data for sub 'SECore::EPP::Response::Part::Result::new' Unable to open '(eval 0)' for reading: No such file or directory. Try running /usr/local/bin/nytprofhtml in the same directory as you ran Devel::NYTProf, or ensure @INC is correct. I tried with additional --lib arguments but that didn't change anything. Besides I do believe that "strict" and "warnings" are in the Perl standard @INC. Platform: Ubuntu, Perl 5.8.7 Any suggestions are welcome. Thanks in advance from Stockholm Ulrich --~--~---------~--~----~------------~-------~--~----~ 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] -~----------~----~----~----~------~----~------~--~---
