On Mon, Nov 05, 2007 at 04:51:31PM +1100, Darren Freeman wrote: > Hi all, > > could somebody please (try to) confirm this crash in branch? Assuming > it's new, I think it should be fixed for 1.5.3. > > http://bugzilla.lyx.org/show_bug.cgi?id=4323
Those are actually two different crashes (haven't confirmed). The second one was probably exposed by my off-by-one error fix. What happens is that an empty column is added at current cursor location, but the cursor position within the cell is not reset to 0, so it remains suspended in mid-air at a non-existent pos. Before my fix, the empty column was inserted one column to the right ;-/ I'll have a look. - Martin