From: David E. W. <da...@we...> - 2003-03-27 21:59:12
|
> How large is large? Qualitatively speaking, about 50+ lines of text. More data as we get more reproduction cases. > Could the problem be browser dependent? Doesn't seem to be so far. > > There are other somewhat less serious issues, too -- when a wiki node > > has a large table in it (>200 rows) it simply freezes up the machine. > > Is this a "new-style" table or an old-style table (via the OldStyleTable > plugin)? Is there an example at a publicly accessable URL? New-style. The URL is not accessible, as it is an intranet wiki with confidential information. :( > Or can you send me some example wiki-text which will trigger the bug? Trigger the table bug? I will post a page to the master phpwiki. > (Do you really mean "freezes up the machine"? Do other > concurrent requests to the web server get hung?) No, but that Apache process goes bonkers, consuming huge amounts of CPU. PHP terminates it after 30 seconds, giving up. > Are you sure that things are happy on the MySQL front? > (Run (my)isamchk on the tables. Any filesystem errors? Enough disk > space?) myisamchk succeeds on the .MYI files. The partition has used 1.5GB and has 1.8GB free, which means it is 43% used. > > if (php_sapi_name() == 'apache' || php_sapi_name() == 'apache2filter') > > (This has been fixed in CVS.) Cool. I will continue trying to reproduce this issue in a consistent fashion to see what is breaking. -david |