https://bugs.documentfoundation.org/show_bug.cgi?id=147608
V Stuart Foote <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Ever confirmed|0 |1 CC| |[email protected] Status|UNCONFIRMED |NEEDINFO Blocks| |129062 --- Comment #5 from V Stuart Foote <[email protected]> --- OK, so it is running Vulkan libs on the Intel GPU with current drivers on a Windows 10 21H2 build, thanks. HAve you allowed it to report the crash, upload the mini-dump, to the project Crash Report site? Do you have any of the report links? If not, next step would be to catch the stack at the point of crash, we'd be looking for the call (to GPU or even OpenCL) that are hanging and leaking memory. A bit tedious to get set up, but could you install the MS WinDbg utility [1] and configure it point to the LO & Microsoft symbols caches [2] You may be able to run an analyze against a crash dump or forced minidump, but if it just hangs (as it leaks memory) a stack trace "~* kp" is also helpful. Save the results and attach the text file. =-ref-= [1] https://docs.microsoft.com/en-us/windows-hardware/drivers/debugger/debugger-download-tools just select the "Debugging Tools for Windows" you don't need any other part of the SDK or the Widnows Driver Kit. [2] https://wiki.documentfoundation.org/How_to_get_a_backtrace_with_WinDbg#First_Time_Setup Referenced Bugs: https://bugs.documentfoundation.org/show_bug.cgi?id=129062 [Bug 129062] [META] Skia library bugs -- You are receiving this mail because: You are the assignee for the bug.
