Bug 14239

Summary: Crashing while working with ru_RU.UTF-8 locale
Product: Sisyphus Reporter: Michael Bochkaryov <misha>
Component: wgetAssignee: Vitaly Chikunov <vt>
Status: CLOSED FIXED QA Contact: qa-sisyphus
Severity: normal    
Priority: P2 CC: damir, mike, php-coder, vt
Version: unstable   
Hardware: all   
OS: Linux   

Description Michael Bochkaryov 2008-01-29 21:16:17 MSK
While downloading file with ru_RU.UTF-8 locale, wget crashing with the following
message:

wget: progress.c:972: create_image: Проверочное утверждение `p - bp->buffer <=
bp->width' не выполнено.

If ENV LANG is set to C, ru_RU.KOI8-R or uk_UA.UTF-8 - everything is going right.

Steps to Reproduce:
1. LANG =ru_RU.UTF-8 wget -c
http://pgfoundry.org/frs/download.php/1559/pgcluster-1.7.0rc8.tar.gz
Comment 1 Michael Bochkaryov 2008-01-29 21:21:29 MSK
After removal of /usr/share/locale/ru/LC_MESSAGES/wget.mo file everything is
going right.
Comment 2 Michael Shigorin 2008-01-29 21:43:22 MSK
BTW seems like the release process missed `make update-po', at least ru.po
changed its size from 63859 (as in tarball) to 63868.

I cannot debug this properly now, so if anyone's interested, please look into it.

Also notifying upstream.
Comment 3 Michael Shigorin 2008-02-11 21:11:30 MSK
Fixed in 1.11.1-alt0.b2092, waiting for 1.11.1 to come.