[Mono-bugs] [Bug 325082] RichTextBox: AppendText throws OOM Exception

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Mon Oct 15 18:06:07 EDT 2007


https://bugzilla.novell.com/show_bug.cgi?id=325082#c1


Jonathan Pobst <jpobst at novell.com> changed:

           What    |Removed                                         |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                                        |RESOLVED
         Resolution|                                                |FIXED




--- Comment #1 from Jonathan Pobst <jpobst at novell.com>  2007-10-15 16:06:07 MST ---
Made a whole lot better in r87537.  Instead of OOM, the test now takes 4.3
seconds on my machine.  .Net takes .6 seconds, so we still have plenty of room
to improve, but this is much much better now.

2007-10-15  Jonathan Pobst  <monkey at jpobst.com>

        * TextControl.cs: When SuspendRecalc is first called, reset the
recalc_start
        to MaxValue and recalc_end to MinValue.  Currently, recalc_start is
always 1,
        so we always recalculate the whole document instead of just the new
part.
        [Fixes bug #325082]


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the mono-bugs mailing list