6.7.3 linux 64 getting memory assertion error

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
chakkar
Posts: 1
Joined: 2012-01-08T22:26:47-07:00
Authentication code: 8675308

6.7.3 linux 64 getting memory assertion error

Post by chakkar »

I am getting this error when calling from jmagick. I built the image magick myself for this linux version.

# An unexpected error has been detected by Java Runtime Environment:
#
# SIGSEGV (0xb) at pc=0x00002aaabc5a9e53, pid=12344, tid=1084860736
#
# Java VM: Java HotSpot(TM) 64-Bit Server VM (1.6.0_03-b05 mixed mode)
# Problematic frame:
# C [libMagickCore.so.5+0x148e53] RelinquishMagickMemory+0x18d


My configuration:

uname -m = x86_64
uname -r = 2.6.18-128.el5
uname -s = Linux
uname -v = #1 SMP Wed Jan 21 08:45:05 EST 2009

/usr/bin/uname -p = unknown
/bin/uname -X = unknown

/bin/arch = x86_64
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo = unknown
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
Post Reply