Bug 231572
| Summary: | wget with -nc aborts when it finds the first file that already exists | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Polo Talnir <polo_talnir> |
| Component: | wget | Assignee: | Karsten Hopp <karsten> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | |
| Severity: | high | Docs Contact: | |
| Priority: | medium | ||
| Version: | 6 | CC: | polo_talnir |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | i686 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | F-8 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2008-02-07 11:20:43 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: | |||
|
Description
Polo Talnir
2007-03-09 02:41:11 UTC
I can reproduce this. I have a core, if anyone is interested.
The abort happens at http.c, line 2599.
I don't know how it gets there, as hstat.res == -1 and thus we shouldn't be
inside the if @ 2559 (and then, inside the if @ 2561). Either it's a compiler
bug or the debuginfo package is wrong.
hstat = {len = 0, contlen = -1, restval = 0, res = -1, rderrmsg = 0x0,
newloc = 0x0, remote_time = 0x0, error = 0x0, statcode = 0, rd_size = 0,
dltime = 0, referer = 0x0,
local_file = 0x9bce378 "www.redhat.com/robots.txt",
timestamp_checked = false, orig_file_name = 0x0, orig_file_size = 0,
orig_file_tstamp = 0}
rpm -q wget wget-debuginfo --qf '%{name}-%{version}-%{release}.%{arch}\n':
wget-1.10.2-8.fc6.1.i386
wget-debuginfo-1.10.2-8.fc6.1.i386
Should this bug be closed? I can no longer reproduce it. Closing as FC-6 isn't supported anymore and more recent releases don't seem to have this bug. |