RAM Usage rises extremely high causing server crash

Post any defects you find in the released or beta versions of the ImageMagick software here. Include the ImageMagick version, OS, and any command-line required to reproduce the problem. Got a patch for a bug? Post it here.
Post Reply
vincent.liu
Posts: 1
Joined: 2019-04-28T22:34:49-07:00
Authentication code: 1152

RAM Usage rises extremely high causing server crash

Post 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)
snibgo
Posts: 12159
Joined: 2010-01-23T23:01:33-07:00
Authentication code: 1151
Location: England, UK

Re: RAM Usage rises extremely high causing server crash

Post 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.
snibgo's IM pages: im.snibgo.com
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: RAM Usage rises extremely high causing server crash

Post 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.
Post Reply