]> scripts.mit.edu Git - www/ikiwiki.git/blob - doc/bugs/recentchangesdiff_crashes_on_commits_which_remove_a_lot_of_files.mdwn
web commit by http://madduck.net/
[www/ikiwiki.git] / doc / bugs / recentchangesdiff_crashes_on_commits_which_remove_a_lot_of_files.mdwn
1 [[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:
2
3     [...]
4     rendering recentchanges.mdwn
5     [1]    5541 segmentation fault  ikiwiki --verbose --setup ikiwiki.setup --refresh
6
7 If I disable the plugin, the segfault does not happen, but I have to remove `wc/recentchanges/*` or else it will crash just as well.
8
9 This is reproducible, but I cannot provide the source code.
10