[Libreoffice-bugs] [Bug 157613] Crash - Database Form - editing size of grid control causes hang requiring forced kill - SKIA raster rendering on (by default)

2023-10-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157613

Patrick Luby  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |FIXED
   Assignee|libreoffice-b...@lists.free |plub...@neooffice.org
   |desktop.org |

--- Comment #14 from Patrick Luby  ---
It was an even simpler bug than I initially thought. It was a null Skia pointer
so I added code to check the Skia pointer and initialize it if it is null.

I have a patch that fixes this bug in the master branch. Once it passes the
build tests, I will commit it and then backport to libreoffice-7-6 and
libreoffice-7-5:

https://gerrit.libreoffice.org/c/core/+/157848

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

[Libreoffice-bugs] [Bug 157613] Crash - Database Form - editing size of grid control causes hang requiring forced kill - SKIA raster rendering on (by default)

2023-10-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157613

--- Comment #13 from Alex Thurgood  ---
(In reply to Patrick Luby from comment #12)
> The crash log shows the crash occurring while drawing a native button or
> other native control. As soon as I am able, I will build the libreoffice-7-6
> branch and, if I can reproduce this bug, I will see if backporting the
> following patch has any effect:
> 
> https://gerrit.libreoffice.org/c/core/+/157333

That would be excellent news if it did!

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

[Libreoffice-bugs] [Bug 157613] Crash - Database Form - editing size of grid control causes hang requiring forced kill - SKIA raster rendering on (by default)

2023-10-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157613

--- Comment #12 from Patrick Luby  ---
The crash log shows the crash occurring while drawing a native button or other
native control. As soon as I am able, I will build the libreoffice-7-6 branch
and, if I can reproduce this bug, I will see if backporting the following patch
has any effect:

https://gerrit.libreoffice.org/c/core/+/157333

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

[Libreoffice-bugs] [Bug 157613] Crash - Database Form - editing size of grid control causes hang requiring forced kill - SKIA raster rendering on (by default)

2023-10-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157613

--- Comment #11 from jcs...@libreoffice.org ---
I can *not* reproduce it in Windows nor in Linux

---
Version: 7.6.2.1 (X86_64) / LibreOffice Community
Build ID: 56f7684011345957bbf33a7ee678afaf4d2ba333
CPU threads: 16; OS: Windows 10.0 Build 22621; UI render: Skia/Raster; VCL: win
Locale: es-ES (es_ES); UI: en-US
Calc: CL threaded Jumbo
---
Version: 7.3.7.2 / LibreOffice Community
Build ID: 30(Build:2)
CPU threads: 2; OS: Linux 5.15; UI render: default; VCL: kf5 (cairo+xcb)
Locale: es-ES (es_ES.UTF-8); UI: es-ES
Ubuntu package version: 1:7.3.7-0ubuntu0.22.04.3
Calc: threaded
---

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

[Libreoffice-bugs] [Bug 157613] Crash - Database Form - editing size of grid control causes hang requiring forced kill - SKIA raster rendering on (by default)

2023-10-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157613

--- Comment #10 from Alex Thurgood  ---
Steps to reproduce on macOS Sonoma 14.0 (23A344):

1) Download form document.

2) Open form document in Form Design Mode.

3) Select grid control with mouse.

4) Using any of the handles, try and drag extend, or drag reduce, the grid
control with the mouse.

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

[Libreoffice-bugs] [Bug 157613] Crash - Database Form - editing size of grid control causes hang requiring forced kill - SKIA raster rendering on (by default)

2023-10-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157613

--- Comment #9 from Alex Thurgood  ---
Created attachment 190119
  --> https://bugs.documentfoundation.org/attachment.cgi?id=190119=edit
Screenshot of downloaded form showing grid control

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

[Libreoffice-bugs] [Bug 157613] Crash - Database Form - editing size of grid control causes hang requiring forced kill - SKIA raster rendering on (by default)

2023-10-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157613

--- Comment #8 from Alex Thurgood  ---
(In reply to jcsanz from comment #7)

> 
> The form in the attached Firebird DB has only a MainForm without any subform
> and there aren't any grid control in it.
> 


Which is particularly strange, since, when I download the posted form document,
and open it in LibreOffice, the enclosed screenshot shows that it contains a
grid control.



> The *Test form with grid control* attachment is an independent form with a
> grid linked to a table, but also hasn't any subform and has only a grid in
> which I can't reproduce the bug.
> 
> Could you please provide a better test examples according with you
> description in the steps to reproduce?

The point is that I don't need a subform having a grid control to reproduce the
problem, it is reproducible just having an independent ODT form document with a
grid control in it.

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

[Libreoffice-bugs] [Bug 157613] Crash - Database Form - editing size of grid control causes hang requiring forced kill - SKIA raster rendering on (by default)

2023-10-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157613

--- Comment #7 from jcs...@libreoffice.org ---
(In reply to Alex Thurgood from comment #6)
> Created attachment 190042 [details]
> Test embedded Firebird DB

The form in the attached Firebird DB has only a MainForm without any subform
and there aren't any grid control in it.

The *Test form with grid control* attachment is an independent form with a grid
linked to a table, but also hasn't any subform and has only a grid in which I
can't reproduce the bug.

Could you please provide a better test examples according with you description
in the steps to reproduce?

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

[Libreoffice-bugs] [Bug 157613] Crash - Database Form - editing size of grid control causes hang requiring forced kill - SKIA raster rendering on (by default)

2023-10-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157613

--- Comment #6 from Alex Thurgood  ---
Created attachment 190042
  --> https://bugs.documentfoundation.org/attachment.cgi?id=190042=edit
Test embedded Firebird DB

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

[Libreoffice-bugs] [Bug 157613] Crash - Database Form - editing size of grid control causes hang requiring forced kill - SKIA raster rendering on (by default)

2023-10-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157613

--- Comment #5 from Alex Thurgood  ---
Created attachment 190041
  --> https://bugs.documentfoundation.org/attachment.cgi?id=190041=edit
Test form with grid control

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

[Libreoffice-bugs] [Bug 157613] Crash - Database Form - editing size of grid control causes hang requiring forced kill - SKIA raster rendering on (by default)

2023-10-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157613

--- Comment #4 from Alex Thurgood  ---
I can reproduce the crash with a Firebird linked Form document containing just
a grid control.

Attached is a sample Form odt file, the database binding isn't particularly
relevant, any attempt to change the size of the grid control via mouse leads to
the crash.

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

[Libreoffice-bugs] [Bug 157613] Crash - Database Form - editing size of grid control causes hang requiring forced kill - SKIA raster rendering on (by default)

2023-10-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157613

Alex Thurgood  changed:

   What|Removed |Added

Summary|Crash - Database Form - |Crash - Database Form -
   |editing size of grid|editing size of grid
   |control causes hang |control causes hang
   |requiring forced kill.  |requiring forced kill -
   ||SKIA raster rendering on
   ||(by default)
 Whiteboard||skia

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