[luatex] bus error on .ttc fonts

Will Robertson wspr81 at gmail.com
Sun May 16 12:37:27 CEST 2010


Hi,

Running the most recent binary of LuaTeX from

rsync://contextgarden.net/minimals/current/bin/luatex/osx-intel/bin

(which version being "This is LuaTeX, Version beta-0.60.1-2010042812 
(rev 3657)")

I get a bus error on the following example:

\directlua{
print("foo");
f = fontloader.open("/Library/Fonts/AmericanTypewriter.ttc")
m = fontloader.to_table(f)
fontloader.close(f)
print("bar");
}
\bye


Not really sure what else to report :)
Let me know if I can provide more information.

Will




More information about the luatex mailing list