On 03/10/2014 12:15 PM, Richard Heck wrote:
On 03/10/2014 12:01 PM, Richard Heck wrote:
On 03/10/2014 11:34 AM, stefano franchi wrote:
On Mon, Mar 10, 2014 at 9:37 AM, Vincent van Ravesteijn
<v...@lyx.org> wrote:
On Mon, Mar 10, 2014 at 3:28 PM, stefano franchi
<stefano.fran...@gmail.com> wrote:
On Mon, Mar 10, 2014 at 8:40 AM, Vincent van Ravesteijn
<v...@lyx.org> wrote:
The last days I spent some time to update the
installer for LyX 2.1 and if that is allowed, I would release
a third
beta of LyX 2.1 to have a chance to get feedback for the
installer
itself. Can I do that?
We will hopefully have a new beta or release candidate soon.
A new beta release would be very helpful. I think I am almost
ready with the
installer for LyX 2.1 (only thesaurus dictionaries don't work yet).
However, LyX2.1 as it is at the moment is not really usable:
While working on the docs, I get a crash each half an hour and I
am not able
to give a crash recipe. It crashes either when pressing Ctrl+C
or Ctrl+V -
but LyX crashes immediately without any debug output.
Well, that would be very bad if LyX 2.1 is still not usable.
I just installed the latest 2.1-dev and I get a crash right away on
the test document I have for the Lyx-->Word export whenever I try to
compile.
This is the last bit of the console output when Lyx is launched in
debug mode:
TextMetrics.cpp (1420): examining: pit: 3 y: 341
lassert.cpp (TextMetrics.cpp43 (1420): examining: pit: 4 y: 367
): TextMetrics.cpp (1420): examining: pit: 5 y: 393
ASSERTION TextMetrics.cpp (1420): examining: pit: 6 y: 419
id < (int)authors_.size() VIOLATED IN Author.cpp:TextMetrics.cpp122 (
Assertion triggered in 1420void lyx::doAssert(const char*, const
char*, long int)): by failing check "examining: pit: false7" y: in
file 445lassert.cpp
:TextMetrics.cpp45 (
1420): examining: pit: 8 y: 471
TextMetrics.cpp (1420): examining: pit: 9 y: 497Aborted (core dumped)
Did you use the Compare functionality to create this document ?
Not sure what you mean. The file was created in 2.0.7, then loaded
into Lyx 2-1-dev.
Actually it is "files" rather than "file" For ease of testing the
various features we would like to work in the export,
I created a master document with 14 small child documents on single
issues.
All the files (including the bib and images support files) are on this
public repo:
https://sfran...@bitbucket.org/sfranchi/lyxtowordandback.git
I have troubles with two files:
1. the master file: GSOC2014-LyX-Word-roundtrip-tests.lyx
2. and the child file containing bits in different languages including
Polytonic Greek and Russian:
GSOC2014-LyX-Word-roundtrip-Multilanguage-texts.lyx
In both cases I get a crash. All files compile fine in 2.0.7 (with
xetex)
I don't have the biblatex module installed, so I run into some issues
along those lines. However,
on trying to compile the first document you mention:
0 raise /lib64/libc.so.6 0 0x30bc835935
1 abort /lib64/libc.so.6 0 0x30bc8370e8
2 lyx::lyx_exit LyX.cpp 234 0x5c570e
3 boost::assertion_failed boost.cpp 47 0x494d41
4 lyx::doAssert lassert.cpp 45 0xb7d0ce
5 lyx::AuthorList::get Author.cpp 122 0x487a65
6 lyx::Changes::latexMarkChange Changes.cpp 414 0x6d85b7
7 lyx::Paragraph::latex Paragraph.cpp 2488 0x623324
8 lyx::TeXOnePar output_latex.cpp 818 0x602d7d
9 lyx::latexParagraphs output_latex.cpp 1137 0x607acc
10 lyx::Buffer::writeLaTeXSource Buffer.cpp 1704 0x4a2faf
11 lyx::Buffer::makeLaTeXFile Buffer.cpp 1503 0x4aeee6
12 lyx::InsetInclude::latex InsetInclude.cpp 698 0x83f5b7
13 lyx::Paragraph::Private::latexInset Paragraph.cpp 1151 0x61a3c9
14 lyx::Paragraph::latex Paragraph.cpp 2604 0x623ff1
15 lyx::TeXOnePar output_latex.cpp 818 0x602d7d
16 lyx::latexParagraphs output_latex.cpp 1137 0x607acc
17 lyx::Buffer::writeLaTeXSource Buffer.cpp 1704 0x4a2faf
18 lyx::Buffer::makeLaTeXFile Buffer.cpp 1503 0x4aeee6
19 lyx::Buffer::doExport Buffer.cpp 3964 0x4b3613
20 lyx::Buffer::preview Buffer.cpp 4112 0x4b5d1f
... <More>
You can delete all but the file
GSOC2014-LyX-Word-roundtrip-Tracked-Changes.lyx. The crash
is there. But ONLY if it is a child document.
Could the problem be that the author is defined only in the child?
I.e., in the child, we have:
\author -1607827248 "Stefano Franchi"
but this is not present in the master?
I'll add too that Uwe is probably using change tracking a lot. That
could explain his crashes.
Richard