-
Notifications
You must be signed in to change notification settings - Fork 8
TeX Output segmentation fault on minimal document on TeXLive 2016 pretest #327
Comments
After running
I added the font to the black list
so that now it contains
and rerun After that, the example compiled successfully. The font appeared in the black list in TeX Live 2013, but not in the 2014 and 2015 releases. |
Confirmed. I found the same, added
and the example compiles. I don't have To be noted:
note the error message at the end. But |
···<date: 2016-04-11, Monday>···<from: jfbu>···
This has already been fixed: phi-gamma@15753d8 See also: http://thread.gmane.org/gmane.comp.tex.luatex.user/5743 Best, |
···<date: 2016-04-11, Monday>···<from: eg9>···
We removed If you could run a debug build in Valgrind and report back that In any case, the report is moot since we’re in the process of Best, |
I'm having the same problem with my OS X 10.11.3 (El Capitan), and found this issue. The blacklist before commit c3b8039 says
However, it seems that LastResort.ttf in Mac OS X 10.11.3 is different from the one available from unicode.org. Actually, LastResort.ttf from unicode.org does not cause segfault problem, and the size is also different. "LastResort.ttf" in OS X
"LastResort.ttf" from unicode.org:
So, there might be some confusion about these different fonts, and the one in OS X seems to have some problem. Interestingly, LastResort.ttf in OS X Lion (10.7.5)
does not have such a problem, so no segfault occurs. |
I think that the segfault problem is a bug in LuaTeX engine. Tested with TL2015 frozen; that is, luaotfload 12feb16 (r39699). When I comment out
in the function I also confirmed that
succeeds but
fails with segfault. |
···<date: 2016-04-20, Wednesday>···<from: H. Yamashita>···
Do you have a traceback or a Valgrind log?
The fontloader library won’t be used anymore with Luaotfload 2.7. |
I said:
So I'm talking about luaotfload v2.6 in TL2015 frozen (and also in TL2016 pretest). The call of fontloader.info by luaotfload v2.6 seems to trigger a bug of the latest LuaTeX. (I think LuaTeX should not crash at anytime, whether luaotfload use fontloader library or not.) |
···<date: 2016-04-20, Wednesday>···<from: H. Yamashita>···
Yes, but as I wrote: Without either a free font that exhibits the However: Since the Luatex in TL 2015 is frozen and the fontloader Best, |
Thank you for the information. luaotfload v2.6 + LuaTeX 0.80.0 (TL2015) had no segfault problem, so there might be some mistake between 0.80.0 and 0.95.0. Anyway, if luaotfload v2.7 is uploaded to CTAN in time (before TL2016 official release), there will be no practical issue. |
···<date: 2016-04-20, Wednesday>···<from: H. Yamashita>···
That is likely. 2.6 has been tested with Luatex 0.8x only, and
Thank you for you vote of confidence =) |
@ALL: The new release is on its way to CTAN. Please re-test and comment on |
For the moment I get
this is with
Second attempt does same. Is there a more detailed log ? I pasted terminal output. Attempt nevertheless to compile test file from issue #328 gives
|
I'd wait before closing that the issue mentioned at #337 is solved, before closing. |
I am on TeXLive pretest, updated as of today. On compiling LaTeX minimal document:
I get
I attach full console output:
testlualatex-11avril2016-output.txt
Perhaps there is mismatch of
luaotfload
version and usedLuaTeX
?The text was updated successfully, but these errors were encountered: