Description: On Win10 with master sources updated today (e2c34ce3feac29e12ff47957eb8efcb6ad303709: Author: Luboš Luňák <l.lunak@collabora.com> Date: Wed Dec 11 14:18:00 2019 +0100 make Skia Windows widget drawing use correct alpha (tdf#129074) ), I got a crash when exiting LO Steps to Reproduce: 1. Launch Writer 2. Close Writer => main LO menu 3. Close LO Actual Results: Crash Expected Results: No crash Reproducible: Always User Profile Reset: Yes Additional Info:
Created attachment 156516 [details] bt Windows (windbg)
Luboš: thought you might be interested in this one since it concerns SKIA.
I confirm it's an assert not a crash since I got: C:/BLP/core/workdir/UnpackedTarball/skia/tools/sk_app/VulkanWindowContext.cpp(457): fatal error: "assert(fGlobalShared->fContext->unique())" warn:skia:7604:12472:external/skia/source/SkMemory_malloc.cxx:32: sk_abort_no_print (I use enable-dbgutil in my autogen.input)
On Win10 with master sources updated today, I don't reproduce this.