this bug affects all language packs, thus I only keep the bug open for
an example language pack.
** Changed in: language-pack-fr-base (Ubuntu)
Status: Confirmed => Rejected
** Changed in: language-pack-pl-base (Ubuntu)
Status: Confirmed => Rejected
** Changed in: language-pack-ru-b
see above, will be fixed with next langpack update
** Changed in: language-pack-es-base (Ubuntu)
Importance: Untriaged => Medium
Assignee: (unassigned) => Martin Pitt
Status: Confirmed => In Progress
--
language pack po files drop cflag comment which causes segfaults in e. g. 'dd'
not a coreutils bug
** Changed in: coreutils (Ubuntu)
Status: Needs Info => Rejected
** Changed in: langpack-o-matic (upstream)
Importance: Untriaged => Critical
** Changed in: gettext (Ubuntu)
Status: Needs Info => Confirmed
--
language pack po files drop cflag comment which
My fault, sorry. msgfmt(msgunfmt()) produces something different than
the original since msgunfmt does not restore ', cformat' comments. Will
work around that in langpack-o-matic, so that the next langpack updates
are fixed.
** Changed in: rosetta (upstream)
Product: Rosetta => langpack-o-ma
also segfaults under en_US.UTF-8 locale in 6.06.1:
[EMAIL PROTECTED]:~$ dd if=/dev/zero of=/dev/sda bs=1024 count=10
10+0 records in
10+0 records out
Segmentation fault
[EMAIL PROTECTED]:~$ echo $LANG
en_US.UTF-8
--
locale dependant segfault for dd
https://launchpad.net/bugs/42264
--
ubuntu-bu
Such a confirmed crash bug affecting core-utils, should be marked as
high priority and be fixed in the current release.
It is now four months old without a fix. Sorry for pointing this out and
looking sharp edged. I have no abillity to fix it myself or be of
significant help on this.
At least, pl
Confirmed for en_GB on 6.06.1
$ dd if=/dev/zero of=x bs=1 count=2
2+0 records in
2+0 records out
Segmentation fault
--
locale dependant segfault for dd
https://launchpad.net/bugs/42264
--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bug
I think this IS a critical bug. Low level simple utilities like dd
should work flawlessly!
I can confirm this bug using en_US.UTF-8.
--
locale dependant segfault for dd
https://launchpad.net/bugs/42264
--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/li
msgunfmt /usr/share/locale-langpack/ru/LC_MESSAGES/coreutils.mo -o coreutils.po
nano coreutils.po
добавляем строку
#, c-format
перед строками
msgid "1 byte (1 B) copied"
msgid_plural "% bytes (%s) copied"
msgstr[0] "скопирован 1 байт (1 B)"
msgstr[1] "скопировано % байта (%s)"
msgstr[2] "скопи
dd ALSO fails on XUBUNTU
# echo $LANG
en_GB.UTF-8
# dd if=/dev/zero of=/dev/null bs=1k count=1
1+0 records in
1+0 records out
Segmentation fault
--
locale dependant segfault for dd
https://launchpad.net/bugs/42264
--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.c
Romano Giannetti wrote:
> Notice that the dd *did* work, that is, the output file is correct. It's
> just a segfault in the final message (that can create confusion in
> callers, yes, but dd works just ok).
It breaks build scripts / Makefiles, as the exit code is non-zero.
That's the main problem
Notice that the dd *did* work, that is, the output file is correct. It's
just a segfault in the final message (that can create confusion in
callers, yes, but dd works just ok).
--
locale dependant segfault for dd
https://launchpad.net/bugs/42264
--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubu
** Changed in: language-pack-es-base (Ubuntu)
Status: Unconfirmed => Confirmed
--
locale dependant segfault for dd
https://launchpad.net/bugs/42264
--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
I confirm that it segfaults with es_ES.UTF-8 locale too.
** Also affects: language-pack-es-base (Ubuntu)
Importance: Untriaged
Status: Unconfirmed
--
locale dependant segfault for dd
https://launchpad.net/bugs/42264
--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://li
I confirm this trivial dd command:
dd if=/dev/zero of=/dev/null bs=1k count=1
crashes with a fresh Ubuntu 6.06 installation off the CD with updates.
(i386, 32-bit).
It crashes for LANG=en_GB.UTF-8 and LANG=en_US.UTF-8 but not LANG=C,
LANG=en_GB or LANG=en_US.
I found this to be a problem wh
hello. my name is en_CA.UTF-8.
--
locale dependant segfault for dd
https://launchpad.net/bugs/42264
--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
en_GB.UTF-8 crashing, too.
** Bug 56625 has been marked a duplicate of this bug
--
locale dependant segfault for dd
https://launchpad.net/bugs/42264
--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
** Changed in: launchpad (upstream)
Product: Launchpad => Rosetta
--
locale dependant segfault for dd
https://launchpad.net/bugs/42264
--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
Added launchpad task to make sure launchpad maintainers are aware of
this corner case -- the launchpad exporter must be able to get this
right too.
** Also affects: launchpad (upstream)
Importance: Untriaged
Status: Unconfirmed
--
locale dependant segfault for dd
https://launchpad.net/
The problem in Bug 42264 seems to be related to the fact that gettext
has problems identifying C printf strings as such when C99 specifiers
like PRIuMAX are present, and requires a "#, c-format" hint in these
cases. Note that running msgunfmt on a MO, followed by msgfmt on the
intermediate PO, does
As Laurent already mentioned, the problem disappears when adding "#,
c-format" in the PO format of the file, in front of the problematic
entry. I think this is the key to understand what is really going wrong
here.
It seems that first running msgunfmt, followed by msgfmt, does not
necessarily yiel
Also segfaults in en_GB.utf8, look at:
https://launchpad.net/distros/ubuntu/+source/coreutils/+bug/56429
HTH
--
locale dependant segfault for dd
https://launchpad.net/bugs/42264
--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
** Bug 56429 has been marked a duplicate of this bug
--
locale dependant segfault for dd
https://launchpad.net/bugs/42264
--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
** Bug 55892 has been marked a duplicate of this bug
--
locale dependant segfault for dd
https://launchpad.net/bugs/42264
--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
Also Segmentation fault with es_ES.UTF-8 locale.
[EMAIL PROTECTED]:~$ echo $LANG
es_ES.UTF-8
[EMAIL PROTECTED]:~$ dd if=/dev/zero of=temp_1 bs=1k count=1
1+0 records in
1+0 records out
Fallo de segmentación
--
locale dependant segfault for dd
https://launchpad.net/bugs/42264
--
ubuntu-bugs mai
** Bug 36036 has been marked a duplicate of this bug
--
locale dependant segfault for dd
https://launchpad.net/bugs/42264
--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
this system I upgraded from breezy to dapper via dist-upgrade, so that
may very well be the source of the problem.
#> echo $LANG
de_DE.UTF-8
#> echo hallo > blubb
#> dd if=blubb of=blah
0+1 records in
0+1 records out
Segmentation fault
last lines of an strace:
open("blubb", O_RDONLY|O_LARGEFILE)
** Bug 55023 has been marked a duplicate of this bug
--
locale dependant segfault for dd
https://launchpad.net/bugs/42264
--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
Still occurs in edgy with french translations
--
locale dependant segfault for dd
https://launchpad.net/bugs/42264
--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
** Changed in: language-pack-pl-base (Ubuntu)
Importance: Untriaged => Medium
Status: Unconfirmed => Confirmed
--
locale dependant segfault for dd
https://launchpad.net/bugs/42264
--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-
Still the same for pl_PL.UTF-8.
All packages up-to-date with Ubuntu Dapper.
** Also affects: language-pack-pl-base (Ubuntu)
Importance: Untriaged
Status: Unconfirmed
--
locale dependant segfault for dd
https://launchpad.net/bugs/42264
--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubun
31 matches
Mail list logo