Bug: Large pages hang on save

Saves of big topics, such as TWikiPreferences can hang indefinitely

Test case

Environment

TWiki version: TWikiRelease01Sep2004
TWiki plugins: DefaultPlugin, EmptyPlugin, InterwikiPlugin
Server OS: 2.4.26-grsec+w+fhs5+gr1914+nfs+++p4+c3+bu+at+gr0b+mc-v6.184m
Web server: Apache 1.3
Perl version: 5.6.1
Client OS: XP
Web Browser: IE6

-- MartinCleaver - 28 Oct 2004

Follow up

Patch as described on TimeOutSavingTWikiPreferences works for me.

 --- /home/mrjc/conceptmapping.net/twiki/pub/TWiki/DistributionContrib/remoteFileSavedLocallyFrom Thu Oct 28 06:13:34 2004 +++ ../bin/oops Thu Oct 28 05:23:14 2004 @@ -31,6 +31,8 @@ use TWiki; use TWiki::UI::Oops; +use IO::Handle; STDOUT->blocking(0); + my $query = new CGI; my $thePathInfo = $query->path_info(); my $theRemoteUser = $query->remote_user(); 

Fix record

Topic revision: r1 - 2004-10-28 - MartinCleaver
 
This site is powered by the TWiki collaboration platform Powered by Perl Hosted by OICcam.com Ideas, requests, problems regarding TWiki? Send feedback. Ask community in the support forum.
Copyright © 1999-2026 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.