[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug #54126] Wget keeps crashing in Windows sometimes when the filename
From: |
FailedShack |
Subject: |
[bug #54126] Wget keeps crashing in Windows sometimes when the filename is large enough to scroll it |
Date: |
Tue, 3 Dec 2019 16:03:11 -0500 (EST) |
User-agent: |
Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:70.0) Gecko/20100101 Firefox/70.0 |
Follow-up Comment #3, bug #54126 (project wget):
I was running into this bug myself and spent a bit of time wondering why wget
kept crashing.
So I played around with it until I narrowed down the issue to the progress
bar, just to then find this bug report.
I can reproduce this issue every time the filename has to scroll and the
download takes long enough for the text to go out of bounds at least once,
which happens to be a really common occurrence. Hope this patch is merged soon
as it is pretty annoying.
This batch file should reproduce the crash every time:
@echo off
set file=aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
:test
wget http://www.ovh.net/files/100Mio.dat -O %file%
if %errorlevel% == 0 (
rem Fluke. Try again.
goto test
) else (
echo Wget failed with status: 0x%=exitcode%
)
del %file%
pause >nul
_______________________________________________________
Reply to this item at:
<https://savannah.gnu.org/bugs/?54126>
_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/
- [bug #54126] Wget keeps crashing in Windows sometimes when the filename is large enough to scroll it,
FailedShack <=
- [bug #54126] Wget keeps crashing in Windows sometimes when the filename is large enough to scroll it, FailedShack, 2019/12/03
- [bug #54126] Wget keeps crashing in Windows sometimes when the filename is large enough to scroll it, FailedShack, 2019/12/04
- [bug #54126] Wget keeps crashing in Windows sometimes when the filename is large enough to scroll it, Tim Ruehsen, 2019/12/13
- [bug #54126] Wget keeps crashing in Windows sometimes when the filename is large enough to scroll it, Vyacheslav, 2019/12/15
- [bug #54126] Wget keeps crashing in Windows sometimes when the filename is large enough to scroll it, Vyacheslav, 2019/12/15
- [bug #54126] Wget keeps crashing in Windows sometimes when the filename is large enough to scroll it, Tim Ruehsen, 2019/12/16
- [bug #54126] Wget keeps crashing in Windows sometimes when the filename is large enough to scroll it, Vyacheslav, 2019/12/20
- [bug #54126] Wget keeps crashing in Windows sometimes when the filename is large enough to scroll it, Vyacheslav, 2019/12/20