https://bugs.documentfoundation.org/show_bug.cgi?id=172160
Bug ID: 172160
Summary: There is a direct contradiction between the
application's runtime state and its saved user
configuration
Product: LibreOffice
Version: 26.2.1.2 release
Hardware: All
OS: Windows (All)
Status: UNCONFIRMED
Severity: normal
Priority: medium
Component: Writer
Assignee: [email protected]
Reporter: [email protected]
Description:
• Observed Behavior: There is a direct contradiction between the
application's runtime state and its saved user configuration. The dump.ini file
generated at the exact timestamp of the crash explicitly registers UseSkia=true
, despite the user profile registry (org.openoffice.Office.Common.VCL.UseSkia)
being set to false.
• Diagnostic Conclusion: This indicates an initialization race condition
within the boot pipeline. The Visual Class Library (VCL) initializes the
Skia/Vulkan rendering context prior to parsing and executing user preferences
from registrymodifications.xcu. * Impact: Because the driver evaluation
(Denylisted: no) passes , the subsystem attempts to launch Skia immediately. It
triggers a fatal exception in KERNELBASE.dll before the application can read
the user's explicit command to disable hardware acceleration. The vulnerability
is specifically pronounced during intensive user interface redrawing
operations, such as automated backup routines and document recovery link
updates.
Steps to Reproduce:
1. Attempt to save .ODM file
2.
3.
Actual Results:
Please see attached PDF
Expected Results:
Please see attached PDF
Reproducible: Sometimes
User Profile Reset: Yes
Additional Info:
Please see attached PDF
--
You are receiving this mail because:
You are the assignee for the bug.