From 3b8501893711d31fe25a889bfc5a4bb00af1e79e Mon Sep 17 00:00:00 2001 From: "svetlana@192500fb6a2e2ef8e78d1a08cca64b1bca9833b9" Date: Fri, 2 Feb 2018 03:36:07 -0400 Subject: NYTProf: Profile data incomplete, inflate error -5 ((null)) --- doc/tips/optimising_ikiwiki/discussion.mdwn | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 doc/tips/optimising_ikiwiki/discussion.mdwn diff --git a/doc/tips/optimising_ikiwiki/discussion.mdwn b/doc/tips/optimising_ikiwiki/discussion.mdwn new file mode 100644 index 000000000..0bb863471 --- /dev/null +++ b/doc/tips/optimising_ikiwiki/discussion.mdwn @@ -0,0 +1,17 @@ +# Profile data incomplete + +Following the steps "Install Devel::NYTProf. PERL5OPT=-d:NYTProf. export PER5OPT. Now run ikiwiki as usual, and it will generate a nytprof.out file. Run nytprofhtml to generate html files.", get the following error message: + + [svetlana /home/private/wiki]$ PERL5OPT=-d:NYTProf + [svetlana /home/private/wiki]$ export PER5OPT + [svetlana /home/private/wiki]$ ikiwiki --setup ikiwiki.setup + skipping bad filename free/To-dos.mdwn~ + [svetlana /home/private/wiki]$ nytprofhtml + Reading nytprof.out + Profile data incomplete, inflate error -5 ((null)) at end of input file, perhaps the process didn't exit cleanly or the + file has been truncated (refer to TROUBLESHOOTING in the documentation) + [svetlana /home/private/wiki]$ + +Typing "export NYTPROF=sigexit=int,hup,pipe,bus,segv,term" and repeating ikiwiki and nytprofhtml commands has no effect. + +What do I do now? Where is the TROUBLESHOOTING file located? --[[users/svetlana]] -- cgit v1.2.3