Page 1 of 1

Assertion failed:(!scaled_font->cache_frozen)

Posted: 2017-04-19T14:27:06-07:00
by hengsopheak
I've installed from source within version 7.0.5-4 on OSX MacOS Sierra version 10.12.4 and trying to used as below commend-line but I got another errors result then I've tried to ask with another forum they said this is bug so i want to make it is really bug or not.

Please check.

Code: Select all


DELEGATES      bzlib djvu mpeg fftw fontconfig freetype lcms lzma openexr openjp2 pango png ps tiff x xml zlib
DISTCHECK_CONFIG_FLAGS  --disable-deprecated  --with-quantum-depth=16  --with-jemalloc=no  --with-umem=no  --with-autotrace=no  --with-gslib=no  --with-fontpath=  --with-rsvg=no  --with-perl=no 

Code: Select all

//convert -font /Users/sopheak/Documents/cam/vgo/public/image/fonts/KH MPS.ttf -pointsize 36 pango:" កប្រទេសខ្មែរ "  mincho_test.png
//convert -font /Users/sopheak/Documents/cam/vgo/public/image/fonts/KH MPS.ttf -pointsize 36 Annotate:" កប្រទេសខ្មែរ "  mincho_test.png
// convert -size 400x200 xc:khaki -gravity Center -pointsize 30 -direction right-to-left -annotate 0 "صَوْرة سِحْر" u8_an_a2.png
//convert -background lightblue pango:'Some  <span size="49152" rise="-20480" foreground="red" background="blue"> Big Red on Blue </span>Text' pango_span.gif

Errors.

Code: Select all

Assertion failed: (!scaled_font->cache_frozen), function _cairo_scaled_glyph_page_destroy, file cairo-scaled-font.c, line 459.
Abort trap: 6

Re: Assertion failed:(!scaled_font->cache_frozen)

Posted: 2017-04-23T06:57:57-07:00
by magick
Unfortunately we cannot reproduce the problem. The assertion is coming from the Cairo library rather than ImageMagick. You might have better luck posting the assertion to the Cairo developers.