https://bugs.documentfoundation.org/show_bug.cgi?id=156470

--- Comment #19 from Patrick Luby <plub...@neooffice.org> ---
So the new logging should be available starting tomorrow's 01 August 2023
nighty master builds:

https://dev-builds.libreoffice.org/daily/master/

The nightly builds are not codesigned so you have to invoke the following
Terminal command on the .dmg file before you open it:

xattr -d com.apple.quarantine /path/where/you/downloaded/dmg/file

@Chris PeƱalver Would it be possible to install the above nightly master build
when it becomes available and do the following steps?:

1. Open a Terminal window and execute the following command. This enables the
new log messages:

   export SAL_LOG="+INFO.editeng.quicktextsize+WARN"

2. Run LibreOfficeDev.app in the same Terminal by executing the following
command:

   /Applications/LibreOfficeDev.app/Contents/MacOS/soffice

3. Open the attached test.odt, double-click in the bottom frame, and save. You
should see lots of messages in the Terminal. The ones that we are interested in
will be pairs in the following format:

info:editeng.quicktextsize:98043:8833589:editeng/source/items/svxfont.cxx:482:
SvxFont::QuickGetTextSize before GetTextArray(): Case map: 0 Fix kerning: 0
info:editeng.quicktextsize:98043:8833589:editeng/source/items/svxfont.cxx:485:
SvxFont::QuickGetTextSize after GetTextArray(): Text length: 80 Text size:
11172x295

4. If LibreOffice hangs, watch the log messages in the Terminal window. The
first of each pair of messages has "before" in the message and the second of
the pair has "after".

Do you see at any point, a noticeable pause between the "before" and the
matching "after" message appear in the Terminal? Or, does an endless number of
these message pairs keeping appearing in the Terminal?

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to