*Asger Alstrup Nielsen writes:
 |  This is a multi-part message in MIME format.
 | ------=_NextPart_000_01BE2C36.268EC720 Content-Type: text/plain;
 | charset=ISO-8859-1 Content-Transfer-Encoding: 7bit
 | 
 | Hi!
 | 
 | I found the document that causes cvs LyX-1.0.x to crash when you
 | preview it.
 | 
 | I attached it. I don't have time to debug it.

This is the fix I made, I have no clue if this is the right fix. But
is seems to work at least for your "lyxcrusher" file.

table.C line 1614:

    - return cell_info[row ][0].cellno;
    + return cell_info[row - 1][0].cellno; // could the "- 1" be the fix??? (Lgb) 

        Lgb

Reply via email to