Assertion failed:(!scaled_font->cache_frozen)

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
hengsopheak
Posts: 16
Joined: 2017-03-21T07:45:32-07:00
Authentication code: 1151

Assertion failed:(!scaled_font->cache_frozen)

Post 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
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

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

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