Re: [Gimp-user] Memory problem?

2008-10-07 Thread Sven Neumann
Hi,

On Tue, 2008-10-07 at 16:15 -0300, John Coppens wrote:

> I was starting to read a PDF file into GIMP, and after some pages, I
> considered things would be more organized if I imported as layers instead
> of 100+ images, so I cancelled the read.

If you cancel the read, you are effectively killing the PDF import
plug-in before it finishes its job. At this point it has already created
lots of images, but it has not yet created displays for them.

> But, it seems the occupied memory wasn't returned to the system, as I
> couldn't start a new read because of lack of memory. I had exit and
> re-enter GIMP to get read working again.

You could have opened the "Images" dockable. It provides functionality
to delete dangling images (images that don't have display associated
with it).

It would be nice to extend the code in the core that cleans up after a
cancelled (or crashed) plug-in so that it also handles this for you.


Sven


___
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user


[Gimp-user] Memory problem?

2008-10-07 Thread John Coppens
Hello all.

I was starting to read a PDF file into GIMP, and after some pages, I
considered things would be more organized if I imported as layers instead
of 100+ images, so I cancelled the read.

But, it seems the occupied memory wasn't returned to the system, as I
couldn't start a new read because of lack of memory. I had exit and
re-enter GIMP to get read working again.

I'm using 2.4.5, is this a problem solved later? I haven't seen any
reference to this problem in the changes.

John
___
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user