Re: Gimp on fedora 20 is unable to allocate memory

2014-02-09 Thread Tom Horsley
On Sun, 09 Feb 2014 09:51:35 +0100 Ambrogio De Lorenzo wrote: > Hi all, > > gimp 2.8.10 with new kernels core dump on creating or opening large > image. > > There is a workaround to solve the problem. > I aliased the gimp command with > #alias gimp='MALLOC_MMAP_MAX_=0 gimp' Thanks! That does i

Gimp on fedora 20 is unable to allocate memory

2014-02-09 Thread Ambrogio De Lorenzo
Hi all, gimp 2.8.10 with new kernels core dump on creating or opening large image. There is a workaround to solve the problem. I aliased the gimp command with #alias gimp='MALLOC_MMAP_MAX_=0 gimp' The problem is related to new metods for allocation memory on the kernel 3.12. More datails on ht