Bug 433606

Summary: t: progress.c:972: create_image: Předpoklad „p - bp->buffer <= bp->width“ nesplněn.
Product: [Fedora] Fedora Reporter: Adam Tkac <atkac>
Component: wgetAssignee: Karsten Hopp <karsten>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: low Docs Contact:
Priority: low    
Version: rawhideCC: mcepl, mcepl, mtasaka, ovasik
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2008-03-31 09:33:39 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
core dump none

Description Adam Tkac 2008-02-20 10:13:08 UTC
Description of problem:
when I download files wget is terminated with SIGABRT sometimes.

Version-Release number of selected component (if applicable):
rpm -q wget
wget-1.11-1.fc9.i386

How reproducible:
sometimes

Steps to Reproduce:
1. try download something
2. wait for assertion fail
  
Actual results:
abort

Expected results:
successful download

Additional info:
Corefile is attached. If you need one from binary compiled without optimizations
let me know.

Comment 1 Adam Tkac 2008-02-20 10:14:15 UTC
Created attachment 295412 [details]
core dump

Comment 2 Karsten Hopp 2008-02-20 15:18:23 UTC
this looks like this bug which has been fixed in wget-1.11.1-prerelease:
 - Wget should no longer abort with an assertion error for some locales,
when (somewhat) large files are downloaded, with the "bar" progress
output mode.

Comment 3 Mamoru TASAKA 2008-02-25 17:41:54 UTC
... This seems to be actually duplicate of the bug I reported
 (bug 431084) ...

Comment 4 Karsten Hopp 2008-03-26 16:32:03 UTC
*** Bug 438963 has been marked as a duplicate of this bug. ***

Comment 5 Karsten Hopp 2008-03-26 16:34:13 UTC
*** Bug 431084 has been marked as a duplicate of this bug. ***

Comment 6 Karsten Hopp 2008-03-31 09:33:39 UTC
I've built wget-1.11.1 in rawhide which is supposed to fix this issue. Please
reopen if the same error shows up again with that version.