Page 1 of 1

RAM Usage rises extremely high causing server crash

Posted: 2019-04-28T22:50:06-07:00
by vincent.liu
IM version: 6.9.9
Server: Tomcat 6

image processing:
  • scaleImage
  • sharpenImage
  • setFileName
  • writeImage to new file
  • destroyImages
error message:

Code: Select all

java: magick/splay-tree.c:883: GetValueFromSplayTree: Assertion `splay_tree != (SplayTreeInfo *) ((vo
id *)0)' failed.
releated issue: https://www.imagemagick.org/discourse-s ... hp?t=18136(crash while reading Exif from PNG)

Re: RAM Usage rises extremely high causing server crash

Posted: 2019-04-29T04:26:58-07:00
by snibgo
In order to help you, we need to be able to reproduce the problem.

I don't use java, so probably can't help. For those who do use java, I suggest you show your code, and any input images.

Re: RAM Usage rises extremely high causing server crash

Posted: 2019-04-29T05:14:52-07:00
by magick
Its likely that if you upgrade your release of ImageMagick, the problem will resolve. If not, post a link to your image so we can reproduce and fix the problem on our development workstations.