On 15/05/2010, at 7:37 PM, Khaled Hosny wrote: > On Sat, May 15, 2010 at 05:58:07PM +0930, Will Robertson wrote: >> On 15/05/2010, at 5:08 PM, Élie Roux wrote: >> >>>> luaotfload | loading font: /Library/Fonts/华文楷体.ttf >>>> Bus error >>> >>> This looks like bugs in LuaTeX... >> >> How can I reduce the problem down to something I can submit to the LuaTeX >> team? > > A simple script like: > > f = fontloader.open(arg[1]) > m = fontloader.to_table(f) > fontloader.close(f)
Thanks! Turns out the problem was with a .ttc file and the bus error was being triggered in the first half of load_font before the log was written. -- Will
