Search found 6 matches

by tmpfs
2017-03-15T21:28:33-07:00
Forum: Bugs
Topic: Persistent Cache doesn't work
Replies: 17
Views: 11976

Re: Persistent Cache doesn't work

MIFF works. It was also the workaround I used.

I posted the comparison with MIFF https://www.imagemagick.org/discourse-s ... 58#p143838

Doubling limits of memory and map has no effect. Doubling area limit makes it work. As previously noted.
by tmpfs
2017-03-15T00:32:32-07:00
Forum: Bugs
Topic: Persistent Cache doesn't work
Replies: 17
Views: 11976

Re: Persistent Cache doesn't work

It's in the above debian git repo link. But well here it is too (policy.xml) <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE policymap [ <!ELEMENT policymap (policy)+> <!ELEMENT policy (#PCDATA)> <!ATTLIST policy domain (delegate|coder|filter|path|resource) #IMPLIED> <!ATTLIST p...
by tmpfs
2017-03-14T15:37:10-07:00
Forum: Bugs
Topic: Persistent Cache doesn't work
Replies: 17
Views: 11976

Re: Persistent Cache doesn't work

All the previous commands were run under /tmp. And my /tmp is not separately mounted, just part of /.
by tmpfs
2017-03-14T08:09:56-07:00
Forum: Bugs
Topic: Persistent Cache doesn't work
Replies: 17
Views: 11976

Re: Persistent Cache doesn't work

These limits were added after last year's CVEs as security hardening. https://anonscm.debian.org/git/collab-maint/imagemagick.git/commit/?id=80612b0390488fad375d3f3deddf86a6d7bf645b The result is the same after doubling the two limits you mentioned. But when I doubled the area limit it no longer rep...
by tmpfs
2017-03-13T15:57:15-07:00
Forum: Bugs
Topic: Persistent Cache doesn't work
Replies: 17
Views: 11976

Re: Persistent Cache doesn't work

Here is a shortened reproducer $ convert -size 4000x4000 xc:white xc:white -adjoin 2pages.mpc; convert 2pages.mpc info: convert-im6.q16: unable to extend cache `2pages.mpc': Bad file descriptor @ error/cache.c/OpenPixelCache/3966. convert-im6.q16: unable to persist pixel cache `2pages.mpc' @ error/m...
by tmpfs
2017-03-11T23:02:32-07:00
Forum: Bugs
Topic: Persistent Cache doesn't work
Replies: 17
Views: 11976

Persistent Cache doesn't work

Apology for no reproducer since I'm in a hurry. I'm trying to use this script http://www.fmwconcepts.com/imagemagick/notch/ working with a fairly large image using mpc files (3304 x 4083). Version: ImageMagick 6.9.7-4 Q16 x86_64 20170114 The operation failed with "unable to extend cache". ...