summaryrefslogtreecommitdiff
path: root/doc/bugs/post-commit_hangs.mdwn
blob: af40a3cee225946277c23147901b53d98eba6b50 (plain)

post-commit hangs

I installed ikiwiki v3.14159 in /usr/local from tarball (/usr contains an older version). Having done so, and used ikiwiki-transition to update setup file, the post commit hook is now blocking in flock (as seen by ps). I should also mention that I added the goodstuff, attachment and remove plugins (which was the purpose of upgrading to v3). Any clues as how to debug/fix gratefully received. The wiki is publically viewable at wiki.sgcm.org.uk if that helps.

It's blocking when you do what? Save a page from the web? Make a commit to the underlaying VCS? Which VCS? These are all different code paths.. --[[Joey]]

Also, how have you arranged to keep it from seeing the installation in /usr? Perl could well be loading modules from the old installation, and if it's one with a different locking strategy that would explain your problem. --[[Joey]]