Juergen Vigna <[EMAIL PROTECTED]> writes:

| On 06-Apr-2001 Lars Gullik Bjønnes wrote:
| > 
| > I am currently seeing crashes when inserting stuff in InsetTabular, do
| > others see this?
| > 
| > It seems that the CreateUndo is doing something wrong (or that some
| > Clone... hmmm da hmm... is doing something wrong.)
| 
| At last you see this too :)

This seems like some memory corruption/uninitilaized variables (more
specifically the paragraph next pointer in the cloned structure for
use in undo)
 
| Try to compile without optimization and see if it still happens!
| 
| I tried hard to track this down but the program seems to crash on 
| a really good operation.

btw. I have simplifed some _small_ things in (inset)tabular, found
also a couple of errors:

        par = new Paragraph(); // error
        par = new Paragraph; // correct

-- 
        Lgb

Reply via email to