]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/bugs/recentchangesdiff_crashes_on_commits_which_remove_a_lot_of_files.mdwn
filecheck: Fix bug that prevented the pagespecs from matching when not called by...
[ikiwiki.git] / doc / bugs / recentchangesdiff_crashes_on_commits_which_remove_a_lot_of_files.mdwn
index eaf6c95e9619fb3b8c1f6cb250f7ebca212ca6ed..b3578f26ab107d919487631b14e2e93531a9285a 100644 (file)
@@ -1,4 +1,4 @@
-[[plugin/recentchangesdiff]] causes rendering to segfault if a commit removes a lot of contents. I removed close to 400 files, total size of about 950Kb in a single commit and now `ikiwiki` segfaults on refresh and rebuild:
+[[plugins/recentchangesdiff]] causes rendering to segfault if a commit removes a lot of contents. I removed close to 400 files, total size of about 950Kb in a single commit and now `ikiwiki` segfaults on refresh and rebuild:
 
     [...]
     rendering recentchanges.mdwn
@@ -40,7 +40,7 @@ The tarball is at http://scratch.madduck.net/__tmp__recentchanges-segfault.tgz -
 > I only see it with 1.0.1. (Bad news: Newer versions of markdown are
 > slooooooow, especially on such large files.)
 
-> I'm calling this [[done]] since I've filed [[debbug 470676]] on perl, and
+> I'm calling this [[done]] since I've filed [[!debbug 470676]] on perl, and
 > also have modified recentchangesdiff to only show the first 200 lines of
 > diff, which should be enough without bloating the recentchanges into
 > perl-crashing territory. --[[Joey]]