https://bugs.kde.org/show_bug.cgi?id=405232
--- Comment #31 from Maik Qualmann <metzping...@gmail.com> --- Yes, at the moment I have no idea why the memory allocation fails. We use a C++ function Type* reserved = new Type[size] (Type can be unsigned char*). After the digiKam-6.1.0 release I will test it with the C function malloc(). For me, the only explanation is that your storage is fragmented and that there are not 60MB available. But as you already write, other programs would then have also problems. But this problem has not been reported a second time. Maik -- You are receiving this mail because: You are watching all bug changes.