This bug was filed from the crash reporting server and is br-470799f1-ce28-4a40-ba22-5b7949d5c97f. ========================================= Tried to reduce the width of a column in a grid control in a form by shifting the right border (with the mouse) a bit to the left
@Gisbert : please provide a sample database file with which we can test.
On macOS 10.14, I get a permanent beachball hang of the application when moving the right cell border to the left (reducing width) in a grid control on a hsqldb query-based form.
Tested against : Version: 6.3.0.0.alpha0+ Build ID: 8ec5c249fc40fb80d2a00e54a0bd76451dbc6477 CPU threads: 4; OS: Mac OS X 10.14.1; UI render: default; VCL: osx; Locale: fr-FR (fr_FR.UTF-8); UI-Language: en-US Calc: threaded
Created attachment 147409 [details] TestDB Attaching test DB for testing. 1) Open the form qry_DATE in form design mode (right mouse button click > Edit) 2) Try moving the right border of column COMPANY1 to the left. 3) Hang requiring forced kill.
I have to interrupt the lldb session with Ctrl-C in order to get a back trace, which I have enclosed, FWIW.
Created attachment 147411 [details] lldb session backtrace
I can't reproduce it in Version: 6.3.0.0.alpha0+ Build ID: fcc76610649a9830859f9e2efe2a06dbc6db74da CPU threads: 4; OS: Linux 4.15; UI render: default; VCL: gtk3; Locale: ca-ES (ca_ES.UTF-8); UI-Language: en-US Calc: threaded
Nor in Version: 6.3.0.0.alpha0+ Build ID: fcc76610649a9830859f9e2efe2a06dbc6db74da CPU threads: 4; OS: Linux 4.15; UI render: default; VCL: x11; Locale: ca-ES (ca_ES.UTF-8); UI-Language: en-US Calc: threaded
Nor in Versión: 6.1.3.2 Id. de compilación: 86daf60bf00efa86ad547e59e09d6bb77c699acb Subprocs. CPU: 1; SO: Windows 6.1; Repres. IU: predet.; Configuración regional: es-ES (es_ES); Calc: group threaded
not reproduced in Version: 6.2.0.0.alpha1+ Build ID: afd4f48d164ca72a024159e0c6b7a49147351f64 CPU threads: 8; OS: Mac OS X 10.14.1; UI render: default; VCL: osx; Locale: en-US (en_ES.UTF-8); UI-Language: en-US Calc: threaded either. @Alex Thurgood, Could you please try with a clean profile ? I'm wondering if you hang was related to bug 121778
(In reply to Xisco Faulí from comment #10) > > @Alex Thurgood, Could you please try with a clean profile ? I'm wondering if > you hang was related to bug 121778 My master build from 12/12 always uses a fresh profile. Still reproducible. Open ODB file Open qry_DATE in Edit mode With mouse, select and slide right border of 2nd column to left and release. With mouse, select and slide right border of last column to left and release. With mouse, select and slide right border of 3rd column to left and release. Hang / Beachball requiring forced kill
Forcibly breaking LO process (Ctrl-Z) to regain control in lldb gives : Process 97014 stopped * thread #1, queue = 'com.apple.main-thread', stop reason = signal SIGSTOP frame #0: 0x00007fff4146887b CoreGraphics`ripc_GetClipState + 4451 CoreGraphics`ripc_GetClipState: -> 0x7fff4146887b <+4451>: jne 0x7fff4146894d ; <+4661> 0x7fff41468881 <+4457>: movq 0x58(%r12), %rdi 0x7fff41468886 <+4462>: movq 0xa8(%rsp), %rax 0x7fff4146888e <+4470>: leaq 0x28(%rax), %r14
No repro with Version: 6.3.0.0.alpha0+ Build ID: 1b7bcaa714f0af45c6a9660d1f0940cb7931ba0f CPU threads: 4; OS: Linux 4.15; UI render: default; VCL: gtk3;
Checking https://crashreport.libreoffice.org/stats/signature/rtl_uStringbuffer_remove, I don't see crashes in 6.4.X versions. @Gisbert, @Alex Thurgood, Could you please try to reproduce it with the latest version of LibreOffice from https://www.libreoffice.org/download/libreoffice-fresh/ ?
no longer reproduced in 6.3.5.2(x64), not reproduced in 6.4.5.2(x64). seems to be resolved. thanks!