>>>>> "Michael" == Michael Schmitt <[EMAIL PROTECTED]> writes:

Michael> these messages refer to lyx-devel of January, 27th.

     FMR: Free memory read
      This is occurring while in:
            void LyXScreen::ToggleSelection(bool) [screen.C:605]
            void BufferView::paste() [lyx_cb.C:2464]

Evil indeed. Lars?

      ABR: Array bounds read
      This is occurring while in:
            islower        [lyxfont.o]
            int LyXFont::textWidth(const char*,int)const [lyxfont.C:889]

I think I finally found and fixed this one. Try in cvs.

      UMR: Uninitialized memory read (5 times)
      This is occurring while in:
            int LyXText::LeftMargin(const Row*)const [text.C:430]
            int LyXText::Fill(const Row*,int)const [text.C:783]

This one is probably harmless, although the question is to know why
row.fill is accessed before being initialized. I could set it to zero
at allocation time, but it might hide a real problem...

JMarc

Reply via email to