Description

We've seen some reports of GPU memory leaks during source control operations caused by the animation of the throbber widget, potentially leading to a crash if GPU memory runs out. The crash has been seen in Git and SVN, and can be avoided by removing FScopedSourceControlProgress::Tick. This will prevent Slate from being ticked during the operation, but will prevent the throbber widget from animating.

Steps to Reproduce
  1. Connect to source control via Git or SVN
  2. Copy a large number of assets to trigger a long source control operation
  3. Watch GPU memory increase during the operation

Have Comments or More Details?

There's no existing public thread on this issue, so head over to Questions & Answers just mention UE-160299 in the post.

8
Login to Vote

Duplicate
ComponentUE - Editor - Workflow Systems
Affects Versions5.0
Target Fix5.1
Fix Commit21563977
Main Commit21563977
CreatedJul 28, 2022
ResolvedAug 25, 2022
UpdatedJan 22, 2024
Pull Requests
9492 - SRombauts