Comment 28 for bug 401003

Revision history for this message
In , Mark J. Wielaard (3y9m2vcw-ll9d-fkzsxrqg) wrote :

The attached document still doesn't open for me. Neither with LibreOffice 3.6 (libreoffice-writer-3.6.6.2-9.fc18.x86_64) nor with a local build of 4.1 (libreoffice-4.1.0.1-141-gca0bbec --enable-symbols --with-system-headers).

Could someone confirm or deny that the attached document does load for them and if so in which version/configuration?

As far as I can see with gdb the issue is that the while loop in sw/source/core/layout/tabfrm.cxx (SwTabFrm::MakeAll)
    while ( !mbValidPos || !mbValidSize || !mbValidPrtArea )
never succeeds. All values are always set to false during the loop.