Re: 1.5.0svn assert after inset-insert ert

2007-02-21 Thread Andre Poenitz
On Wed, Feb 21, 2007 at 09:42:20AM +0100, Georg Baum wrote: > >> +++ src/insets/insetvspace.C (Arbeitskopie) > >> @@ -88,7 +88,7 @@ void InsetVSpace::read(Buffer const &, L > >> BOOST_ASSERT(lex.isOK()); > >> string vsp; > >> lex >> vsp; > >> -if (lex) > >> +if (lex.isOK()) > > > > I do

Re: 1.5.0svn assert after inset-insert ert

2007-02-21 Thread Georg Baum
Andre Poenitz wrote: >> Index: src/insets/insetvspace.C >> === >> --- src/insets/insetvspace.C (Revision 17280) >> +++ src/insets/insetvspace.C (Arbeitskopie) >> @@ -88,7 +88,7 @@ void InsetVSpace::read(Buffer const &, L >> BOOST_ASS

Re: 1.5.0svn assert after inset-insert ert

2007-02-20 Thread Andre Poenitz
On Tue, Feb 20, 2007 at 09:41:43PM +0100, Georg Baum wrote: > Am Samstag, 17. Februar 2007 22:41 schrieb Bernhard Roider: > > Bernhard Roider wrote: > > The reason for the crash is that the ERT is constructed with an illegal > value for CollapseStatus. > > This comes from the lines > > > > i

Re: 1.5.0svn assert after inset-insert ert

2007-02-20 Thread Georg Baum
Am Samstag, 17. Februar 2007 22:41 schrieb Bernhard Roider: > Bernhard Roider wrote: > The reason for the crash is that the ERT is constructed with an illegal value for CollapseStatus. > This comes from the lines > > int s; > lex >> s; > if (lex) > status = static

Re: 1.5.0svn assert after inset-insert ert

2007-02-17 Thread Bernhard Roider
Bernhard Roider wrote: Hello, i just played around with the command buffer (i wanted to insert an inlined ert). Therefore i tried to execute inset-insert ert in the command buffer. When i try to click with the mouse on the resulting ert an assert is triggered: Good evening, i have a solu

Re: 1.5.0svn assert after inset-insert ert

2007-02-16 Thread Bernhard Roider
Bernhard Roider wrote: Hello, i just played around with the command buffer (i wanted to insert an inlined ert). Therefore i tried to execute inset-insert ert in the command buffer. When i try to click with the mouse on the resulting ert an assert is triggered: Assertion triggered in __w64 i