Purify #8

2001-07-26 Thread Michael Schmitt
Hi, I get these warnings in getLyxText in so many different backtraces that I think it is worth annoying you another time :-) Michael *** UMR: Uninitialized memory read This is occurring while in:

RE: Purify #8

2001-07-26 Thread Juergen Vigna
On 26-Jul-2001 Michael Schmitt wrote: I get these warnings in getLyxText in so many different backtraces that I think it is worth annoying you another time :-) Sure! UMR: Uninitialized memory read This is occurring while in: InsetText::getLyXText(const

RE: Purify #8

2001-07-26 Thread Michael Schmitt
On Thu, 26 Jul 2001, Juergen Vigna wrote: UMR: Uninitialized memory read This is occurring while in: InsetText::getLyXText(const BufferView*,bool)const [insettext.C:1804] return the_locking_inset-getLyXText(bv);

Re: Purify #8

2001-07-26 Thread Juergen Vigna
Can we do it like this instead: [sniped] I guess yes. Could you commit this (I'm actually struggling with insets, maybe something fucked my binary completely up but ALL methods lower the InsetCollapsable are not entered anymore!!! I'll try a clean recompile and let you know if it helped! I

Purify #8

2001-07-26 Thread Michael Schmitt
Hi, I get these warnings in getLyxText in so many different backtraces that I think it is worth annoying you another time :-) Michael *** UMR: Uninitialized memory read This is occurring while in:

RE: Purify #8

2001-07-26 Thread Juergen Vigna
On 26-Jul-2001 Michael Schmitt wrote: > I get these warnings in getLyxText in so many different backtraces that I > think it is worth annoying you another time :-) Sure! > UMR: Uninitialized memory read > This is occurring while in: > InsetText::getLyXText(const

RE: Purify #8

2001-07-26 Thread Michael Schmitt
On Thu, 26 Jul 2001, Juergen Vigna wrote: > > UMR: Uninitialized memory read > > This is occurring while in: > > InsetText::getLyXText(const BufferView*,bool)const > > [insettext.C:1804] > >return > >

Re: Purify #8

2001-07-26 Thread Juergen Vigna
> > Can we do it like this instead: > [sniped] I guess yes. Could you commit this (I'm actually struggling with insets, maybe something fucked my binary completely up but ALL methods lower the InsetCollapsable are not entered anymore!!! I'll try a clean recompile and let you know if it helped!