[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#774262: jadetex: Makes loads of duplicate access() calls



Control: retitle 774262 latex: Makes loads of duplicate access() calls
Control: reassign 774262 texlive-binaries

Am 30.03.2016 um 16:34 teilte Preuße, Hilmar mit:

Hi,

>> While building the installation-guide package, I noticed that jadetex
>> was taking a lot of system time. strace shows me this in a loop over and
>> over:
>>
> Problem still there, can be reproduces attached tex file, simply compile it using
> jadetex. Some strace statistics:
> 
Well, errm. jadetex is just a macro package, hence it can't be the root
cause. So, the issue is also reproducible w/ normal LaTeX:

\documentclass{article}
\begin{document}
test\textbf{testbf}test\textbf{testbf}test
\end{document}

strace pdflatex a.tex 2>&1 |grep access|grep article.cls|sort|uniq -c

is attached. Of course it might also a problem in libkpathsea6....

H.
-- 
sigfault
#206401 http://counter.li.org
hille@debian-amd64-sid:~/devel/TeXLive/open_bugs/774262$ strace latex a.tex 2>&1 |grep access|grep article.cls|sort|uniq -c
      2 access("./article.cls", R_OK)           = -1 ENOENT (No such file or directory)
      2 access("/home/hille/.texlive2019/texmf-var/tex/latex/article.cls", R_OK) = -1 ENOENT (No such file or directory)
      2 access("/home/hille/.texlive2019/texmf-var/tex/latex/hyperref/article.cls", R_OK) = -1 ENOENT (No such file or directory)
      2 access("/usr/share/texlive/texmf-dist/tex/latex/base/article.cls", R_OK) = 0
hille@debian-amd64-sid:~/devel/TeXLive/open_bugs/774262$ strace pdflatex a.tex 2>&1 |grep access|grep article.cls|sort|uniq -c
      2 access("./article.cls", R_OK)           = -1 ENOENT (No such file or directory)
      2 access("/home/hille/.texlive2019/texmf-var/tex/latex/article.cls", R_OK) = -1 ENOENT (No such file or directory)
      2 access("/home/hille/.texlive2019/texmf-var/tex/latex/hyperref/article.cls", R_OK) = -1 ENOENT (No such file or directory)
      2 access("/usr/share/texlive/texmf-dist/tex/latex/base/article.cls", R_OK) = 0

Attachment: signature.asc
Description: OpenPGP digital signature


Reply to: