[Libreoffice-bugs] [Bug 137005] New: Skia: Crash when drawing shape in Calc
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Thu Sep 24 14:56:00 UTC 2020
https://bugs.documentfoundation.org/show_bug.cgi?id=137005
Bug ID: 137005
Summary: Skia: Crash when drawing shape in Calc
Product: LibreOffice
Version: 7.1.0.0.alpha0+ Master
Hardware: x86-64 (AMD64)
OS: Windows (All)
Status: UNCONFIRMED
Severity: normal
Priority: medium
Component: Calc
Assignee: libreoffice-bugs at lists.freedesktop.org
Reporter: rb.henschel at t-online.de
I have made a developer build of current master. I start Calc, then open the
Drawing Toolbar and click on a shape icon to draw a shape ==> Crash.
It only crashes with Skia, both variants.
The crash is in the assert in
void SkiaSalBitmap::ResetCachedData()
{
SkiaZone zone;
// This should never be called to drop mImage if that's the only data we
have.
assert(mBuffer || !mImage);
mImage.reset();
mAlphaImage.reset();
}
>From About, both cases crash:
Version: 7.1.0.0.alpha0+ (x64)
Build ID: 0d28097fadf44ed58cb5e3e9b9c04a65a7a33fd6
CPU threads: 8; OS: Windows 10.0 Build 18362; UI render: Skia/Vulkan; VCL: win
Locale: de-DE (en_US); UI: en-US
Calc: CL
Version: 7.1.0.0.alpha0+ (x64)
Build ID: 0d28097fadf44ed58cb5e3e9b9c04a65a7a33fd6
CPU threads: 8; OS: Windows 10.0 Build 18362; UI render: Skia/Raster; VCL: win
Locale: de-DE (en_US); UI: en-US
Calc: CL
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20200924/faf98604/attachment.htm>
More information about the Libreoffice-bugs
mailing list