<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Mar 14, 2016 at 1:02 PM, Nasser M. Abbasi <span dir="ltr"><<a href="mailto:nma@12000.org" target="_blank">nma@12000.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">I have a large latex file. When I run lualatex using this command:<br>
<br>
lualatex report.tex<br>
<br>
I get a core dump<br>
<br>
Core was generated by `lualatex report.tex'.<br>
Program terminated with signal SIGSEGV, Segmentation fault.<br>
#0  0x0000000000508782 in ?? ()<br>
<br>
This happens only with lualatex and not with pdflatex and it happens<br>
on this latex file (it is large latex file).<br>
<br>
I am on Linux mint<br>
<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
uname -r<br>
</blockquote>
3.16.0-38-generic<br>
<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
lsb_release -a<br>
</blockquote>
No LSB modules are available.<br>
Distributor ID: LinuxMint<br>
Description:    Linux Mint 17.2 Rafaela<br>
Release:        17.2<br>
Codename:       rafaela<br>
<br>
I am using TL 2015.<br>
<br>
lualatex -v<br>
This is LuaTeX, Version beta-0.80.0 (TeX Live 2015) (rev 5238)<br>
<br>
There is one latex file and 2 include .tex files and lots of math<br>
images. I have zipped the whole folder into one zip file. it is<br>
large (200 MB) so will take few minutes to download if someone<br>
wants to reprduce it. The zip file is here<br>
<br>
         <a href="http://12000.org/tmp/031416/" rel="noreferrer" target="_blank">http://12000.org/tmp/031416/</a><br>
<br>
called tangent_bug.zip<br>
<br>
The command to see the crash is:<br>
<br>
----------------------------------<br>
lualatex report.tex<br>
.....<br>
(/usr/local/texlive/2015/texmf-dist/tex/latex/microtype/mt-msb.cfg)<br>
<br>
Package hyperref Warning: old toc file detected, not used; run LaTeX again (chee<br>
rs from etoc).<br>
<br>
(/usr/local/texlive/2015/texmf-dist/tex/latex/psnfss/t1pcr.fd)<br>
(/usr/local/texlive/2015/texmf-dist/tex/latex/psnfss/ts1pcr.fd) [1{/usr/local/te<br>
xlive/2015/texmf-var/fonts/map/pdftex/updmap/pdftex.map}] [2] [3]<br>
   Segmentation fault (core dumped)<br>
-------------------------<br>
<br>
I tried to put all needed files in the zip file. So all what is needed<br>
is unzip the file and run the above command. If I missed some file,<br>
will update. Any other info needed, please let me know.<br>
<br>
thanks,<br>
--Nasser<br>
</blockquote></div><br><div class="gmail_extra">The problem looks here in align.w at line 988:</div><div class="gmail_extra">                     vlink(u) = new_glue(v);</div><div class="gmail_extra">vlink(u) means </div><div class="gmail_extra">varmem[(a)].hh.v.RH</div><div class="gmail_extra">but new_glue(v) can enlarge varmem before return the result. </div><div class="gmail_extra">I have a patch , can you compile from the source ?</div><div class="gmail_extra"><br></div><div><br></div>-- <br><div class="gmail_signature">luigi<br></div>
</div></div>