https://bugs.documentfoundation.org/show_bug.cgi?id=109852
--- Comment #19 from V Stuart Foote <[email protected]> --- (In reply to V Stuart Foote from comment #18) > (In reply to Mike Kaganski from comment #17) > > Not related to GDI object limit; it crashes in debug build with "GPU context > > has run out of memory, aborting" warning before abort in my testing (it > > could of course fail in other places, but again, that looks like OOM - and > > that's not about system memory exhaustion, it's likely some memory dedicated > > to video subsystem). > > Same for me, quit at 66th new Writer document with the GDI count just 2544. > Saw a GPU related 2nd chance issue on its lockup. But I'm fighting with a > system rebuild and a new WinDbg instance missing symstor cache and couldn't > get back to it. this was the WinDbg error on the 66th app frame: Failed vulkan call. Error: -2, skgpu::VulkanMemory::AllocImageMemory (isProtected:0, forceDedicatedMemory:0, useLazyAllocation:0) Failed vulkan call. Error: -2, skgpu::VulkanMemory::AllocImageMemory (isProtected:0, forceDedicatedMemory:0, useLazyAllocation:0) Failed vulkan call. Error: -2, skgpu::VulkanMemory::AllocImageMemory (isProtected:0, forceDedicatedMemory:0, useLazyAllocation:0) Failed vulkan call. Error: -2, skgpu::VulkanMemory::AllocImageMemory (isProtected:0, forceDedicatedMemory:0, useLazyAllocation:0) (aa4.4b7c): Security check failure or stack buffer overrun - code c0000409 (!!! second chance !!!) Subcode: 0x7 FAST_FAIL_FATAL_APP_EXIT ucrtbase!abort+0x4e: The GPU in use is an NVIDIA GTX 4060 Ti with 8GB Vram, with the 571.94 drivers and 64GB of system RAM if needed otherwise. Specifics: from vulkaninfo.exe GPU0: VkPhysicalDeviceProperties: --------------------------- apiVersion = 1.4.325 (4211013) driverVersion = 591.74.0.0 (2480046080) vendorID = 0x10de deviceID = 0x2803 deviceType = PHYSICAL_DEVICE_TYPE_DISCRETE_GPU deviceName = NVIDIA GeForce RTX 4060 Ti pipelineCacheUUID = f70ed8e8-e4ad-b927-75bb-50d90f4e414a from dxdiag.exe --------------- Display Devices --------------- Card name: NVIDIA GeForce RTX 4060 Ti Manufacturer: NVIDIA Chip type: NVIDIA GeForce RTX 4060 Ti DAC type: Integrated RAMDAC Device Type: Full Device (POST) Device Key: Enum\PCI\VEN_10DE&DEV_2803&SUBSYS_51501028&REV_A1 Device Status: 0180200A [DN_DRIVER_LOADED|DN_STARTED|DN_DISABLEABLE|DN_NT_ENUMERATOR|DN_NT_DRIVER] Device Problem Code: No Problem Driver Problem Code: Unknown Display Memory: 39518 MB Dedicated Memory: 7949 MB Shared Memory: 31569 MB Current Mode: 3840 x 2160 (32 bit) (60Hz) Driver Name: C:\WINDOWS\System32\DriverStore\FileRepository\nvddsi.inf_amd64_a7b4363afa214fe0\nvldumdx.dll,C:\WINDOWS\System32\DriverStore\FileRepository\nvddsi.inf_amd64_a7b4363afa214fe0\nvldumdx.dll,C:\WINDOWS\System32\DriverStore\FileRepository\nvddsi.inf_amd64_a7b4363afa214fe0\nvldumdx.dll,C:\WINDOWS\System32\DriverStore\FileRepository\nvddsi.inf_amd64_a7b4363afa214fe0\nvldumdx.dll Driver File Version: 32.00.0015.9174 (English) Driver Version: 32.0.15.9174 DDI Version: 12 Adapter Attributes: HARDWARE_TYPE_GPU,D3D11_GRAPHICS,D3D12_GRAPHICS,D3D12_CORE_COMPUTE,D3D12_GENERIC_ML,D3D12_GENERIC_MEDIA Feature Levels: 12_2,12_1,12_0,11_1,11_0,10_1,10_0,9_3,9_2,9_1,1_0_CORE Driver Model: WDDM 3.2 Hardware Scheduling: DriverSupportState:Stable Enabled:True Device Identifier: {D7B71E3E-6B43-11CF-4E50-5F710EC2ED35} Vendor ID: 0x10DE Device ID: 0x2803 SubSys ID: 0x51501028 Revision ID: 0x00A1 Driver Strong Name: oem151.inf:0f066de3df0db1b6:Section028:32.0.15.9174:pci\ven_10de&dev_2803&subsys_51501028 -- You are receiving this mail because: You are the assignee for the bug.
