[Fedora-i18n-bugs] [Bug 628073] floating point exceptions in msgmerge

bugzilla at redhat.com bugzilla at redhat.com
Fri Sep 10 09:15:28 UTC 2010


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=628073

--- Comment #5 from Jens Petersen <petersen at redhat.com> 2010-09-10 05:15:27 EDT ---
Has anyone seems the problem on F13?  (sorry I think I already asked Matthias)

I leaving this script running over the weekend:


#!/bin/sh
set -e

i=0
while true; do
for p in *.po; do   msgmerge -q $p gnome-settings-daemon.pot > $p.out; msgfmt
-o `basename $p .po`.gmo $p.out; echo `basename $p .po`;  done
i=$(( $i + 1 ))
echo
echo $i
echo 

sleep 5
done


on my F13 box with gettext-0.18.1.1 to see if I catch catch a failure.

A simple reproducible testcase would really help a lot.

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


More information about the i18n-bugs mailing list