View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000908 | luatex | luatex bug | public | 2014-06-26 14:44 | 2015-10-06 17:35 |
Reporter | Cuco | Assigned To | luigi scarso | ||
Priority | normal | Severity | crash | Reproducibility | always |
Status | closed | Resolution | fixed | ||
OS | Ubuntu | OS Version | 14.04 LTS | ||
Fixed in Version | 0.80.1 | ||||
Summary | 0000908: LuaTeX crashes when using font cons.ttf | ||||
Description | Hello there. When compiling a tex file that uses the cons.ttf cont, LuaTeX says: This is LuaTeX, Version beta-0.76.0-2013121407 (rev 4627) restricted \write18 enabled. (./cv.tex{/var/lib/texmf/fonts/map/pdftex/updmap/pdftex.map}{/home/rui/texmf/fon ts/map/pdftex/cons/cons.map} [1] ){/usr/share/texlive/texmf-dist/fonts/enc/dvips /base/8r.enc}{/home/rui/texmf/fonts/enc/pdftex/cons/cons.enc}</home/rui/texmf/fo nts/truetype/cons/cons.ttfluatex: ../../../source/texk/web2c/luatexdir/pdf/pdfgen.w:97: strbuf_seek: Assertion `offset>=0&&offset<(off_t)b->size' failed. Aborted (core dumped) It always happens, and I don't know what to do to fix it. I enclosed the files, so please have a go. Thanks! Best regards, Cuco | ||||
Steps To Reproduce | Create the XMTeX format with luatex --ini xmtex.tex (and then do \dump at the prompt), and then compile cv.tex with the command luatex --fmt=xmtex --output-format=pdf cv.tex | ||||
Tags | No tags attached. | ||||
|
|
|
Next time make a better test set, i.e. not a format that forces us to install all kind of fonts hard coded in the format file. xmtex.tex : \catcode`\{=1 \catcode`\}=2 \directlua{tex.enableprimitives('',tex.extraprimitives())} \dump \end cv.tex: \directlua{pdf.mapfile('+cons.map')} \font\test=cons at 20pt \test test \end indeed there is an assert when the pseudo type-1 route is followed; there is no issue with this font when the lua font loader is used (native ttf). |
|
Fixed in rev. 5076. |
Date Modified | Username | Field | Change |
---|---|---|---|
2014-06-26 14:44 | Cuco | New Issue | |
2014-06-26 14:44 | Cuco | File Added: LuaTeX.zip | |
2014-10-24 16:59 | Hans Hagen | Note Added: 0001291 | |
2014-10-24 17:56 | Hans Hagen | Assigned To | => luigi scarso |
2014-10-24 17:56 | Hans Hagen | Status | new => assigned |
2014-10-27 17:10 | luigi scarso | Note Added: 0001296 | |
2015-10-06 17:35 | Hans Hagen | Status | assigned => closed |
2015-10-06 17:35 | Hans Hagen | Resolution | open => fixed |
2015-10-06 17:35 | Hans Hagen | Fixed in Version | => 0.80.1 |