Am Mittwoch, 18. Oktober 2006 16:19 schrieb Jean-Marc Lasgouttes:
> >>>>> "Georg" == Georg Baum <[EMAIL PROTECTED]> writes:
>
> Georg> Abdelrazak Younes wrote:
> >> And then in lyxlex_pimpl.C, line 76:
> >>
> >> lyx::docstring const LyXLex::Pimpl::getDocString() const {
> >> std::vector<lyx::char_type> res = utf8_to_ucs4(buff);
> >>
> >> here buff is empty, hence the crash.
>
> Georg> Thanks for debugging. I don't understand LyXLex at all. Is it
> Georg> normal for buff to be empty, or did I use it wrongly?
>
> It can be empty, if an empty string was read.
Good, then Abdel's patch was correct. Intro.lyx contains a TOC inset with
an empty parameter.
Georg