Not signed in (Sign In)

Categories

Vanilla 1.1.1 is a product of Lussumo. More Information: Documentation, Community Support.

    • CommentAuthorsilentrob
    • CommentTimeSep 8th 2007 edited
     permalink
    I loaded a log file with with 28,000 lines and went to Select All (Ctr+A), then Delete (Backspace) and intype closed. The computer threw a debug dialog, and closed Intype.

    Rob
    • CommentAuthordaryl
    • CommentTimeSep 8th 2007
     permalink

    How long are the lines? I just made a file that had “This is a long line which is going to simulate a log file. This is a long line which is going to simulate a log file.” 102,000 times. Select all was instant. Pressing backspace instantly deleted all of it. Pressing Undo did take about 5 seconds, but I guess that’s reasonable.

    • CommentAuthordaryl
    • CommentTimeSep 8th 2007 edited
     permalink

    Selecting all (with 612000 lines of “This is a long line which is going to simulate a log file. This is a long line which is going to simulate a log file.”), then pressing Ctrl+Shift+D to duplicate crashes it though :-)

    Edit: Note that duplicating those 612000 lines was duplicating 69MB of text :-)

    • CommentAuthorsilentrob
    • CommentTimeSep 9th 2007
     permalink
    Here is some more info... Sorry for being vague in the first place.

    I was able to reproduce the problem with a smaller sample, 5,000 lines...
    Here is a snippit
    DEBUG - 2007-09-06 08:58:33 --> Config Class Initialized
    DEBUG - 2007-09-06 08:58:33 --> Hooks Class Initialized
    DEBUG - 2007-09-06 08:58:33 --> Router Class Initialized
    DEBUG - 2007-09-06 08:58:33 --> Output Class Initialized

    The catch is, you have to turn on the PHP Bundle.
    Im not sure if its all bundles, I didn't check, but HTML seems to be fine.

    Hope that helps a little.
    Rob
    • CommentAuthorhvge
    • CommentTimeSep 10th 2007
     permalink

    silentrob: thank you, your test case crashes very well. I’m going to look closer on it…

    • CommentAuthorhvge
    • CommentTimeSep 10th 2007
     permalink

    It’s synchronization problem between parser and editor appearing when document is locked for longer time — i.e. in modifying large text chunks. Problem solved and fixed.

    • CommentAuthorsilentrob
    • CommentTimeSep 10th 2007
     permalink
    Awesome, glad I could help!

    Rob