Re: crash on scrolling UserGuide.lyx

2013-04-29 Thread Jean-Marc Lasgouttes
28/04/2013 20:53, Vincent van Ravesteijn: It's about the fontlist not being initialized for InsetInfo insets ? Good idea :) I will test your fixes. JMarc

Re: Re: crash on scrolling UserGuide.lyx

2013-04-28 Thread Kornel Benko
Am Sonntag, 28. April 2013 um 21:51:29, schrieb Vincent van Ravesteijn > > > It's about the fontlist not being initialized for InsetInfo insets ? > > > > Vincent > > Fixed at 36199545 ? > > Vincent Looks good, no crashes. Kornel signature.asc Description: This is a digitally signed

Re: crash on scrolling UserGuide.lyx

2013-04-28 Thread Vincent van Ravesteijn
It's about the fontlist not being initialized for InsetInfo insets ? Vincent Fixed at 36199545 ? Vincent

Re: crash on scrolling UserGuide.lyx

2013-04-28 Thread Vincent van Ravesteijn
Op 28-4-2013 20:48, Jean-Marc Lasgouttes schreef: Le 28/04/2013 20:28, Kornel Benko a écrit : Unfortunately it looks the same in both cases. And it is independent of if I use the mouse-wheel or the scroll-bar to navigate. I get the same with page-down. JMarc It's about the fontlist not being

Re: crash on scrolling UserGuide.lyx

2013-04-28 Thread Jean-Marc Lasgouttes
Le 28/04/2013 20:28, Kornel Benko a écrit : Unfortunately it looks the same in both cases. And it is independent of if I use the mouse-wheel or the scroll-bar to navigate. I get the same with page-down. JMarc

Re: Re: crash on scrolling UserGuide.lyx

2013-04-28 Thread Kornel Benko
Am Sonntag, 28. April 2013 um 13:49:33, schrieb Richard Heck > > > Empty iterators. Does not look good. > > > > > > > > > > Do you have cursor follows scrollbar set? > > > > > > > > > > Richard > > > > Yes, I have. > > > > I will guess that this is part of the problem. Can you check that? > > Th

Re: crash on scrolling UserGuide.lyx

2013-04-28 Thread Richard Heck
On 04/28/2013 01:19 PM, Kornel Benko wrote: Am Sonntag, 28. April 2013 um 13:12:20, schrieb Richard Heck > > Both "cit", "end" and "start" also show > > > > (gdb) p cit > > > > $2 = { > > > > _M_current = 0x0 > > > > } > > > > (gdb) p end > > > > $3 = { > > > > _M_current = 0x0

Re: Re: crash on scrolling UserGuide.lyx

2013-04-28 Thread Kornel Benko
Am Sonntag, 28. April 2013 um 13:12:20, schrieb Richard Heck > > Both "cit", "end" and "start" also show > > > > (gdb) p cit > > > > $2 = { > > > > _M_current = 0x0 > > > > } > > > > (gdb) p end > > > > $3 = { > > > > _M_current = 0x0 > > > > } > > > > (gdb) p start > > > > $4 = 0 > > > > Empty i

Re: crash on scrolling UserGuide.lyx

2013-04-28 Thread Richard Heck
On 04/28/2013 07:11 AM, Kornel Benko wrote: Am Sonntag, 28. April 2013 um 13:01:26, schrieb Jean-Marc Lasgouttes > Le 28/04/13 09:49, Kornel Benko a écrit : > > Scrolling UserGuide.lyx with the mouse-wheel leads to: > > > > ... > > > > Paragraph.cpp (1858): Paragraph::fontSpan: position

Re: Re: crash on scrolling UserGuide.lyx

2013-04-28 Thread Kornel Benko
Am Sonntag, 28. April 2013 um 13:01:26, schrieb Jean-Marc Lasgouttes > Le 28/04/13 09:49, Kornel Benko a écrit : > > Scrolling UserGuide.lyx with the mouse-wheel leads to: > > > > ... > > > > Paragraph.cpp (1858): Paragraph::fontSpan: position not found in > > fontinfo table! > > It looks like t

Re: crash on scrolling UserGuide.lyx

2013-04-28 Thread Jean-Marc Lasgouttes
Le 28/04/13 09:49, Kornel Benko a écrit : Scrolling UserGuide.lyx with the mouse-wheel leads to: ... Paragraph.cpp (1858): Paragraph::fontSpan: position not found in fontinfo table! It looks like the assertion found something this time. I will not have the time to look at it today. If it is