Skip to content

PreviewJob: Create a larger SHM when necessary

Fabian Vogt requested to merge work/fvogt/thumbnailshmsize into master

It's possible that during the lifetime of a PreviewJob thumbnails with different sizes are created. The SHM was created to match the size of the first (non-empty) thumbnail, so any larger ones after that would reuse the SHM with insufficient size.

BUG: 430862

Draft because not verified by the reporter yet.

Edited by Fabian Vogt

Merge request reports