https://bugs.documentfoundation.org/show_bug.cgi?id=167369
Bug ID: 167369
Summary: Assertion failure in OutputDevice::SetLineColor in
debug build
Product: LibreOffice
Version: 26.2.0.0 alpha0+ master
Hardware: All
OS: All
Status: UNCONFIRMED
Severity: normal
Priority: medium
Component: Writer
Assignee: [email protected]
Reporter: [email protected]
Created attachment 201635
--> https://bugs.documentfoundation.org/attachment.cgi?id=201635&action=edit
Errormessage and Call Stack of VS 2022
Open attachment
https://ask.libreoffice.org/uploads/short-url/igZ8E1X9NevvI5R3pUnIpoJ2e6n.docx
Menu Edit > Find & Replace. Click on button 'Format'.
Select category 'Font' in vertical Tab field.
Click on the down arrow in field 'Style' in the right part. => Crash.
The failed assertion is
assert((mpAlphaVDev || !rColor.IsTransparent())
&& "transparent color on a device that has no alpha layer will turn out
wrong");
in void OutputDevice::SetLineColor() in vcl/source/outdev/line.cxx
It fails because mpAlphaVDev is empty.
I see the assertion failure in Version: 26.2.0.0.alpha0+ (X86_64) / LibreOffice
Community
Build ID: 90fcd86c0c4566b7bcb2d5c1d38d55fb13021525
CPU threads: 32; OS: Windows 11 X86_64 (build 26100); UI render: Skia/Vulkan;
VCL: win
Locale: de-DE (de_DE); UI: en-US
Calc: threaded
--
You are receiving this mail because:
You are the assignee for the bug.