Michael Schmitt wrote:
> >Does the same problem also apply to the Bibtex dialog?
> >  
>
> Yes. It crashes, too.

OK, then the problem is in tex_helpers. Can you please try to comment out at 
tex_helpers.C, arounf line 84, as follows:

               string const item = regex.Merge((*it), "/");
               // don't add empty items.
              // if (!item.empty())
                       *it = item;
              // else
              //         list.erase(it, end);

Maybe erase is the problem.

Thanks,
Jürgen

Reply via email to