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:
4 rendering recentchanges.mdwn
5 [1] 5541 segmentation fault ikiwiki --verbose --setup ikiwiki.setup --refresh
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.
9 This is reproducible, but I cannot provide the source code.
11 > Can you provide a sanitised version of the source code? I've tried
12 > ikiwiki on some files that are just large, and cannot reproduce any
13 > problems, so it must be something in the specific file. (A perl bug is
14 > also clearly involved here.) --[[Joey]]
16 The tarball is at http://scratch.madduck.net/__tmp__recentchanges-segfault.tgz - unpack it in `/tmp` and `chdir()` to /tmp/cdt.taF18912, then run
18 ikiwiki --setup ikiwiki.setup
21 ikiwiki --setup ikiwiki.setup
23 rm -rf wc/recentchanges
24 ikiwiki --setup ikiwiki.setup