|
From: Marco A. <mar...@gm...> - 2016-07-29 12:41:43
|
Hi Bob, testing JPEG 2000 image from http://www.fnordware.com/j2k/jp2samples.html with a just built 1.3.24 on cygwin 64 bit, I hit: $ gm identify relax.jp2 ICC Profile CS 52474220 assertion "dec->image->cmprof_" failed: file "/cygdrive/d/misc/src/release64/jasper-1.900.1-15.x86_64/src/jasper-1.900.1/src/libjasper/jp2/jp2_dec.c", line 302, function: jp2_decode gm identify: abort due to signal 6 (SIGABRT) "Abort"... Aborted it seems a failure in jasper, but may be the image was wrongly composed. Could you check ? Marco $ gm -version GraphicsMagick 1.3.24 2016-05-30 Q16 http://www.GraphicsMagick.org/ Copyright (C) 2002-2016 GraphicsMagick Group. Additional copyrights and licenses apply to this software. See http://www.GraphicsMagick.org/www/Copyright.html for details. Feature Support: Native Thread Safe yes Large Files (> 32 bit) yes Large Memory (> 32 bit) yes BZIP yes DPS no FlashPix no FreeType yes Ghostscript (Library) no JBIG yes JPEG-2000 yes JPEG yes Little CMS yes Loadable Modules no OpenMP no PNG yes TIFF yes TRIO no UMEM no WebP yes WMF yes X11 yes XML yes ZLIB yes Host type: x86_64-unknown-cygwin Configured using the command: /cygdrive/e/cyg_pub/devel/graphicsmagick/GraphicsMagick-1.3.24-2.x86_64/src/GraphicsMagick-1.3.24/configure '--srcdir=/cygdrive/e/cyg_pub/devel/graphicsmagick/GraphicsMagick-1.3.24-2.x86_64/src/GraphicsMagick-1.3.24' '--prefix=/usr' '--exec-prefix=/usr' '--localstatedir=/var' '--sysconfdir=/etc' '--docdir=/usr/share/doc/GraphicsMagick' '--htmldir=/usr/share/doc/GraphicsMagick/html' '-C' '--disable-static' '--enable-shared' '--with-perl' '--with-quantum-depth=16' '--disable-openmp' 'CC=gcc' 'CFLAGS=-ggdb -O2 -pipe -Wimplicit-function-declaration -fdebug-prefix-map=/cygdrive/e/cyg_pub/devel/graphicsmagick/GraphicsMagick-1.3.24-2.x86_64/build=/usr/src/debug/GraphicsMagick-1.3.24-2 -fdebug-prefix-map=/cygdrive/e/cyg_pub/devel/graphicsmagick/GraphicsMagick-1.3.24-2.x86_64/src/GraphicsMagick-1.3.24=/usr/src/debug/GraphicsMagick-1.3.24-2' 'LDFLAGS=' 'LIBS=' 'CPPFLAGS=' 'CXX=g++' 'CXXFLAGS=-ggdb -O2 -pipe -fdebug-prefix-map=/cygdrive/e/cyg_pub/devel/graphicsmagick/GraphicsMagick-1.3.24-2.x86_64/build=/usr/src/debug/ Final Build Parameters: CC = gcc CFLAGS = -ggdb -O2 -pipe -Wimplicit-function-declaration -fdebug-prefix-map=/cygdrive/e/cyg_pub/devel/graphicsmagick/GraphicsMagick-1.3.24-2.x86_64/build=/usr/src/debug/GraphicsMagick-1.3.24-2 -fdebug-prefix-map=/cygdrive/e/cyg_pub/devel/graphicsmagick/GraphicsMagick-1.3.24-2.x86_64/src/GraphicsMagick-1.3.24=/usr/src/debug/GraphicsMagick-1.3.24-2 -Wall CPPFLAGS = -I/usr/include/freetype2 -I/usr/include/libxml2 CXX = g++ CXXFLAGS = -ggdb -O2 -pipe -fdebug-prefix-map=/cygdrive/e/cyg_pub/devel/graphicsmagick/GraphicsMagick-1.3.24-2.x86_64/build=/usr/src/debug/GraphicsMagick-1.3.24-2 -fdebug-prefix-map=/cygdrive/e/cyg_pub/devel/graphicsmagick/GraphicsMagick-1.3.24-2.x86_64/src/GraphicsMagick-1.3.24=/usr/src/debug/GraphicsMagick-1.3.24-2 LDFLAGS = -L/usr/lib LIBS = -ljbig -lwebp -llcms2 -ltiff -lfreetype -ljasper -ljpeg -lpng16 -lwmflite -lXext -lSM -lICE -lX11 -llzma -lbz2 -lxml2 -lz -lgdi32 -lm -lpthread |