https://bugs.kde.org/show_bug.cgi?id=385413

--- Comment #22 from RJVB <rjvber...@gmail.com> ---
Using a for instead of a while also crashes:

//         var lineDelimiter = 10; // 10 limit search, hope this is a sane
value
        for ( var lineDelimiter = 9 ; currentLine > 0 && lineDelimiter >= 0 ;
--lineDelimiter) {
    dbg("tryCondition decr currentLine=" + currentLine + " lineDelimiter=" +
lineDelimiter + " linenr=" + (new Error()).lineNumber);
            --currentLine;
//             --lineDelimiter;

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to