[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: msgfmt-0.13 segfaults
From: |
Bruno Haible |
Subject: |
Re: msgfmt-0.13 segfaults |
Date: |
Tue, 13 Jan 2004 16:58:55 +0100 |
User-agent: |
KMail/1.5 |
Hello,
> I'm trying to compile
> http://prdownloads.sourceforge.net/e2fsprogs/e2fsprogs-1.34.tar.gz on
> i686-linux with gcc
>
> $ gcc -v
> Reading specs from /usr/lib/gcc-lib/i486-suse-linux/2.95.2/specs
> gcc version 2.95.2 19991024 (release)
>
> $ /usr/local/bin/msgfmt -c --statistics -o cs.gmo cs.po
> Segfault
Unfortunately I cannot reproduce this, even on a similarly old system
(SuSE 6.3, with gcc-2.91.66 and glibc-2.1.2). Therefore you're on your own
debugging this one.
$ gdb /usr/local/bin/msgfmt
(gdb) run -c --statistics -o cs.gmo cs.po
(gdb) where
Does the backtrace reveal something? Or can you cut down cs.po to the
absolute minimum that keeps msgfmt crashing?
Bruno