Steps to Reproduce: 1. Build libreoffice with dbgutil enabled. 2. New Calc, two sheet1: Sheet1 and Sheet2. 3. Freeze column and row at cell Sheet2.C4. 4. Type "=" in Sheet2.C4, click Sheet1, click Sheet1.A1, click Sheet2. --> Calc freezes for around 40s before being responsive. Expect to be responsive immediately. Only reproducible with a dbgutil build, not with a normal build. source-commit: 7dc234fa57ca409d0db131c93abea738014b5e1f Fedora 32.
At step 4, you need to click the formula bar first, to bypass the bug 47349. The freeze in step 4 is also reproducible with the following patch applied: https://gerrit.libreoffice.org/c/core/+/105429
Created attachment 167087 [details] autogen.input This is the compiling options used.
Steps to Reproduce: 1. Build libreoffice with dbgutil enabled. 2. New Calc, two sheet1: Sheet1 and Sheet2. 3. Freeze column and row at cell Sheet2.C4. 4. Type "=" in Sheet2.C4, click Sheet1, click Sheet1.A1, type "+", click Sheet2. --> Calc freezes for around 40s before being responsive. Expect to be responsive immediately. Only reproducible with a dbgutil build, not with a normal build. source-commit: 7dc234fa57ca409d0db131c93abea738014b5e1f Fedora 32.
Steps to Reproduce: 1. Build libreoffice with dbgutil enabled. 2. New Calc, two sheet1: Sheet1 and Sheet2. 3. Freeze column and row at cell Sheet2.C4. 4. Try to set formula reference "=sum(Sheet1.A:A, Sheet2.A:A)", with your mouse click: Type "=sum(" in Sheet2.C4, click Sheet1, click formula input bar, click any column label in sheet1, type "," (i.e., the formula seperater, may be ";" in some locales), then click Sheet2. --> Calc freezes for around 40s before being responsive. Expect to be responsive immediately. Only reproducible with a dbgutil build, not with a normal build. source-commit: 7dc234fa57ca409d0db131c93abea738014b5e1f Fedora 32.
Set to NEEDINFO from me myself, as I need to check whether it is related to ccache.
[Automated Action] NeedInfo-To-Unconfirmed
Set back to UNCONFIRMED as I still reproduce this with a clean build.
Debug and dbgutil builds do not have normal performance, so I'm not sure if we should care about this