When there are a large number of pages on as site that use the Writeup input filter, they can end up with the wrong content.
This is caused by multiple threads sharing the same temporary file.
The fix is to create a random file name, and to make sure it is deleted.
Comments