mayocream/koharu

Crash during "Save as..." with large project history

Open

#693 ouverte le 12 mai 2026

Voir sur GitHub
 (3 commentaires) (0 réactions) (0 assignés)Rust (257 forks)github user discovery
bughelp wanted

Métriques du dépôt

Stars
 (4 568 stars)
Métriques de merge PR
 (Métriques PR en attente)

Description

Problem: Spend quite some time changing every text box in a 50 page comic and fiddling with the segmentation mask. The folder grew to over 12 GB. While looking for a way to shrink it, I encountered that clicking "Save as..." will crash the application. I assume the memory runs out (tho I got 23 GB free RAM). Here the error message:

Cause: I think the root problem is actually the history. It seems to save every change of the segmentation mask as a separate full picture that is stored forever.

Suggestion: Add some option to clear the history or limit the history to X actions.

Guide contributeur