-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Repeated drag-and-drop causes out-of-memory error in wgpu #40
Comments
sudo bpftrace -p $(pidof cosmic-workspaces) -e 'uprobe:libvulkan:vkCreateWaylandSurfaceKHR { @ptr = arg3; } uretprobe:libvulkan:vkCreateWaylandSurfaceKHR { printf("Create Vulkan surface %d\n", *@ptr); } uprobe:libvulkan:vkDestroySurfaceKHR { printf("Destroy Vulkan surface %d\n", arg1) }' It seems all the Vulkan surfaces are being destroyed correctly, at least... |
|
Ah, the same thing seems to happen with upstream Iced in the |
Is this fixed? |
I guess
iced_sctk
is not destroying the drag surface buffers properly? Though looking at it I don't see anything obviously wrong...The text was updated successfully, but these errors were encountered: