On 06/04/2019 01:26, Richard Kimberly Heck wrote:
On 4/5/19 3:52 PM, Pavel Sanda wrote:
On Tue, Apr 02, 2019 at 09:10:43AM +0200, Daniel wrote:
08:44:07.408: python -tt "C:/Program Files (x86)/LyX 2.3/Resources/scripts/tex_copy.py"
"C:/Users/Daniel/AppData/Roaming/LyX2.3/cache/4260816975-pstex"
"C:/Users/Daniel/AppData/Local/Temp/lyx_tmpdir.KfMvriaktfMK/lyx_tmpbuf1/11C__Users_Daniel_Desktop_future_growth_2_5.eps_tex"
"11C__Users_Daniel_Desktop_future_growth_2_5.eps_tex"
08:44:07.525: Consider installing the PyWin extension modules if you're
irritated by windows appearing briefly.
08:44:07.821: Document ~\Desktop\Non-aggregation and existential risk.lyx
opened.
08:44:07.831: (file-open C:/Users/Daniel/Desktop/Non-aggregation and
existential risk.lyx)
08:44:12.985: (buffer-close: Ctrl+F4)support/FileName.cpp (644): Could not
delete
C:/Users/Daniel/AppData/Local/Temp/lyx_tmpdir.KfMvriaktfMK/lyx_tmpbuf1/lyxpreviewIiFzyx.dvi
support/FileName.cpp (657): Could not delete
C:/Users/Daniel/AppData/Local/Temp/lyx_tmpdir.KfMvriaktfMK/lyx_tmpbuf1
Buffer.cpp (564): Could not remove the temporary directory
C:/Users/Daniel/AppData/Local/Temp/lyx_tmpdir.KfMvriaktfMK/lyx_tmpbuf1
ForkedProcess::kill(0)
support/kill.cpp (37): kill OpenProcess failed!
08:44:19.423: Opening document
~\Documents\Own\chapters\Thesis\Introduction\Introduction.lyx...
This part looks strange. It seems some compilation is ongoing (all these python
-tt subcalls) inside lyx_tmpdir.KfMvriaktfMK/lyx_tmpbuf1 directory.
Then you file-open other file in the midst of complation. That is followed
immediatelly by buffer-close and there is an attempt to delete the whole
lyx_tmpdir.KfMvriaktfMK/lyx_tmpbuf1
in which there is still ongoing compilation.
Are you doing specific patterns file opening/closing during the compilation?
Just shooting in the dark - but do those files have some intricate master/child
relations so this might be part of the problem?
You start compilation of the child, and then close the master - or something of
that sort?
I saw some "A buffer should not have two parents" warnings. So that
could be part of the issue.
Do you know what "A buffer should not have two parents" means?
In any case, wouldn't it still be strange that it compiles without
problems almost all times?
Daniel