https://bugs.freedesktop.org/show_bug.cgi?id=83910

Terrence Enger <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #3 from Terrence Enger <[email protected]> ---
Digging around in gdb, I see a pretty busy loop, possibly *the* busy
loop, in SwTxtFrm::_Format, source file
sw/source/core/text/frmform.cxx, from line 1427 to line 1526.

One point in one iteration of the loop is in SwTxtIter::GetLineNr,
source sw/source/core/text/itrtxt.hxx:87, where rLine.GetlineNr() is
1, which is less than nOrhpLines, which is 2, which makes the function
return false, which is the exit condition of the loop in
SwTxtFrm::_Format.

These observations are on master commit f74a633, fetched 2014-08-23,
configured:
    --enable-option-checking=fatal --enable-dbgutil --enable-crashdump
    --without-system-postgresql --without-myspell-dicts
    --with-extra-buildid --without-doxygen
    --with-external-tar=/home/terry/lo_hacking/git/src
    --enable-online-update
built and running on debian-wheezy 64-bit.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to