Hi Khaled, Jiang,

I have found the location where the crash occurs:

I was completely wrong. Actually, the crash on Windows occurs
at the following:

--- type0.c.orig    Mon Jul 28 19:38:13 2014
+++ type0.c    Fri Aug 01 10:18:35 2014
@@ -133,8 +133,11 @@
      ERROR("%s: FontDescriptor unexpected for Type0 font.", 
TYPE0FONT_DEBUG_STR);
    if (!(font->flags & FLAG_USED_CHARS_SHARED) && font->used_chars)
      RELEASE(font->used_chars);
+/*
+    crashes on windows for an example
    if (font->used_glyphs)
      RELEASE(font->used_glyphs);
+*/
    if (font->encoding)
      RELEASE(font->encoding);
    if (font->fontname)


It may be a  bug in MSVC compiler if it is not reproduced on
other platforms.

Best,
Akira




--------------------------------------------------
Subscriptions, Archive, and List information, etc.:
 http://tug.org/mailman/listinfo/xetex

Reply via email to