On Fri, Apr 11, 2014 at 11:56 AM, Vincent van Ravesteijn <v...@lyx.org> wrote: > > > On Fri, Apr 11, 2014 at 11:49 AM, Murat Yildizoglu <myi...@gmail.com> wrote: >> >> Before the crash I have indeed moved some tables in the document between a >> sigle column and a double column areas. >> But it has not crashed immediately. I have started to write some >> supplementary text, and I have the impression that it crashed either during >> an automatic save or when I clicked CMD+S, I cannot remember exactly. The >> table are as they should be in the recovered document, but I have lost the >> major part of the text I have added after having moved the tables (this text >> has been added in a section before the tables). > > > Ok, be careful, if it crashes when you save it, you're sort of losing text. > > Further: > > -- the example that Uwe added to the bug report was also a table using > multi-columns > > -- the fact that both times it is reported as a random crash usually > indicates it is triggered by auto-save > > -- the fact that the emergency file is written until a certain Table inset > indicates that there is a problem writing the document and that is thus > triggers a crash during auto-save > > -- also I get the impression we end up in an infinite loop. >
-- Both tables have a cell with with "multicolumn=1" and a cell with "multicolumn=2" after each other. <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none"> [...] </cell> <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" [...] </cell> <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none"> [...] </cell> <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none"> [...] </cell> Vincent