Message88

Author Aza
Recipients Han
Date 2005-02-10.00:13:01
Content
I believe that these are two side-effects of this parent bug:

(1) Now that there is a final document character that is locked alongside "E N D
  O F   D E L E T I O N S", which is also locked, typing anywhere in that chunk
of locked text causes a "IndexError: list index out of range" error (as per
msg84). This is because typing in locked text requires scanning for the
beginning and ending of that text. The scan to the end causes the crash via the
run length encoding error.

(2) Attempting to repeatedly creep right from the final document character (try
10 creeps in a row) permanently slows all of Archy down until Archy is
restarted. CPU usage during any cursor movement goes from sipping 5-7% before
the slowdown to 100% after the slowdown. I am assuming this is related to the
run length encoding bug.
History
Date User Action Args
2005-02-10 00:13:01Azasetmessageid: <1107994381.3.0.595009598939.issue57@raskincenter.org>
2005-02-10 00:13:01Azasetrecipients: + Han
2005-02-10 00:13:01Azalinkissue57 messages
2005-02-10 00:13:01Azacreate