bug-gnu-utils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Segmentation fault


From: Bruno Haible
Subject: Re: Segmentation fault
Date: Wed, 2 Mar 2005 19:57:20 +0100
User-agent: KMail/1.5

Hello,

Pupeno wrote:
> First of all, sorry for the cross-posting, I wasn't sure where to write,
> where I would get a reply.

You observed a crash. Any crash is a bug. "msginit --help" tells you where to
write it.

> I'm having some problems with msginit (which is run by a Perl script called
> i18nfool-build). The command line is more or less like this:
> msginit --no-translator --locale es_ES.UTF-8 --input example5.pot --output
> es/LC_MESSAGES/example5.po
> and it causes a segmentation fault.
> ...
> gettext --version
> gettext (GNU gettext-runtime) 0.12.1

Thanks for the report. This is fixed in gettext 0.14.1 or newer.

As a workaround, you can also add a header entry to example5.pot. It looks 
like this:

   # Header entry
   msgid ""
   msgstr ""

Note also that your example5.pot looks more like an English no-op translation
than like a POT file: A POT file usually has empty msgstr fields.

Bruno





reply via email to

[Prev in Thread] Current Thread [Next in Thread]