After a LOT of debugging, I've found the problem.

I have installed in my system the package "language-pack-pt-base". In 
this package there is the file:

/usr/share/locale-langpack/pt_BR/LC_MESSAGES/texinfo.mo

If you do:

$> msgunfmt /usr/share/locale-langpack/pt_BR/LC_MESSAGES/texinfo.mo |
less

and find the word "tutorial", you will see this text:

msgid ""
"Welcome to Info version %s.  Type \\[get-help-window] for help, \\[get-info-"
"help-node] for tutorial."
msgstr ""
"Bem vindo à versão Info %s. Digite \\[get-help-window] p/ ajuda,\\[get-inffo-"
"help-node] p/ tutorial."

The "get-inffo-help-node" crashes GNU Info with an abort() because it is not a 
valid function name. The correct function name is "get-info-help-node".

It is correct in the source of package "texinfo". It seems this file need to 
be updated in package "language-pack-pt-base". 

Hugs.

Ric.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1964627

Title:
  Info (/usr/bin/info) is crashing (SIGABRT)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/texinfo/+bug/1964627/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to