https://bz.apache.org/ooo/show_bug.cgi?id=126663
Roger <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] | |m --- Comment #4 from Roger <[email protected]> --- Tested on a Windows 8 PC, with 16GB of RAM, and an i7-4700HQ CPU @ 2.4GHz Tested on three builds: Version 4.2.0 - Rev. 1692551 Version 4.1.1 - Stable Release Version 4.1.0 - Stable Release I was unable to replicate the bug on Windows 8. Test 1: Steps: - Followed the listed steps to reproduce exactly - replaced "$" with " " instead of replacing "\n" with " " - Scrolling through the file for several minutes did not cause a crash - There seems to be some forced paragraph breaks in the document (more details in test 2) Test 2: Steps: - Loaded big.txt into notepad++ - Did a regex find-and-replace "\s*" with " " - Saved the file as bigOneLine.txt and closed notepad++. - Opened bigOneLine.txt in Writer - Selected entire document and set font size to 2 - Some line breaks were inserted during the import - A screenshot is shown in Screenshot1.png - Scrolling and selecting text does not cause memory usage to increase - The file in this state is attached as big1.odt - Did a regex find-and-replace "$" with "" - The text chunks are now larger, but have larger gaps between them - A screenshot is shown in Screenshot2.png - Scrolling and selecting text does not cause memory usage to increase - The file in this state is attached as big2.odt For clarification: the font can be set to size 2 by clicking in the font size box, typing 2, and pressing enter. Attachments big.txt: https://drive.google.com/file/d/0ByaGnKfMhkJLUmp0eFJXMGR2X28/view?usp=sharing bigOneLine.txt: https://drive.google.com/file/d/0ByaGnKfMhkJLSzFRZ3Babi1rSDA/view?usp=sharing big1.odt: https://drive.google.com/file/d/0ByaGnKfMhkJLX0hDVW11N25jaEU/view?usp=sharing big2.odt: https://drive.google.com/file/d/0ByaGnKfMhkJLdHBvOW16MXdYUU0/view?usp=sharing -- You are receiving this mail because: You are the assignee for the issue.
