Am Sonntag, 28. April 2013 um 13:01:26, schrieb Jean-Marc Lasgouttes 
<lasgout...@lyx.org>
> 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 too annoying, comment it out locally.
> 
> JMarc

Previously there was no assertion. And yes, it is annoying.

In gdb I see, pos == 0, which, if I understand implies
that d->fontlist_ is empty.

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

        Kornel

Attachment: signature.asc
Description: This is a digitally signed message part.

Reply via email to