Bug 288971 - Enormous slowdown due to progress bar
Summary: Enormous slowdown due to progress bar
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: curl
Version: 7
Hardware: All
OS: Linux
medium
low
Target Milestone: ---
Assignee: Jindrich Novy
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2007-09-13 09:51 UTC by Enrico Scholz
Modified: 2013-07-02 23:22 UTC (History)
1 user (show)

Fixed In Version: 7.16.4-1.fc7
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2007-10-11 22:55:22 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Enrico Scholz 2007-09-13 09:51:45 UTC
Description of problem:

$ dd if=/dev/zero of=/tmp/f bs=1024 count=1 seek=100000
$ time curl file:///tmp/f >/dev/null 
...
real    0m6.352s
$ time curl -s file:///tmp/f >/dev/null 
real    0m0.123s


Seems to be fixed by curl 7.16.3:
| * internal progress meter update frequency back to once per second


Version-Release number of selected component (if applicable):

curl-7.16.2-1.fc7

Comment 1 Jindrich Novy 2007-09-17 12:21:00 UTC
I updated the F7 curl to 7.16.4 that should fix this.

Comment 2 Fedora Update System 2007-09-18 03:17:06 UTC
curl-7.16.4-1.fc7 has been pushed to the Fedora 7 testing repository.  If problems still persist, please make note of it in this bug report.

Comment 3 Fedora Update System 2007-10-11 22:55:21 UTC
curl-7.16.4-1.fc7 has been pushed to the Fedora 7 stable repository.  If problems still persist, please make note of it in this bug report.


Note You need to log in before you can comment on or make changes to this bug.