Edwin Leuven wrote:
when i load the userguide and keep the pgdn button pressed i get the following crash:

terminate called after throwing an instance of 'std::length_error'
  what():  basic_string::_S_create

Confirmed. Here is my (perhaps stupid) understanding:

The problem is that docstring doesn't have a proper constructor for std::string. Two solutions:

1) provide a proper constructor,
2) modify MathMacroTemplate::prefix() to return a docstring.

1) will be needed anyway (I guess) so it's worth doing it. 2) is related to the necessary gettext changes that should be done WRT unicode.

Abdel.

Reply via email to