aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/recentchangesdiff_crashes_on_commits_which_remove_a_lot_of_files.mdwn
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2008-03-07 12:37:46 -0500
committerJoey Hess <joey@kitenet.net>2008-03-07 12:37:46 -0500
commit569545968a71179e216ee9e4ec3b9246aa89b304 (patch)
tree4f5188e6a72d22a83bfbd7df5ae898891a6fdcee /doc/bugs/recentchangesdiff_crashes_on_commits_which_remove_a_lot_of_files.mdwn
parent39c75e7fd497954f3c009b808e6305cc31c13fab (diff)
downloadikiwiki-569545968a71179e216ee9e4ec3b9246aa89b304.tar
ikiwiki-569545968a71179e216ee9e4ec3b9246aa89b304.tar.gz
web commit by http://madduck.net/
Diffstat (limited to 'doc/bugs/recentchangesdiff_crashes_on_commits_which_remove_a_lot_of_files.mdwn')
-rw-r--r--doc/bugs/recentchangesdiff_crashes_on_commits_which_remove_a_lot_of_files.mdwn9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/bugs/recentchangesdiff_crashes_on_commits_which_remove_a_lot_of_files.mdwn b/doc/bugs/recentchangesdiff_crashes_on_commits_which_remove_a_lot_of_files.mdwn
new file mode 100644
index 000000000..663e7d4fe
--- /dev/null
+++ b/doc/bugs/recentchangesdiff_crashes_on_commits_which_remove_a_lot_of_files.mdwn
@@ -0,0 +1,9 @@
+[[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:
+
+ [...]
+ rendering recentchanges.mdwn
+ [1] 5541 segmentation fault ikiwiki --verbose --setup ikiwiki.setup --refresh
+
+This is reproducible, but I cannot provide the source code.
+
+If I disable the plugin, the segfault does not happen.