[Bug-wget] Wget keeps crashing on me

2018-06-16 Thread vyache . . . .
it seems that Wget keeps crashing in Windows sometimes when the filename is large enough to scroll it. On 15 May 2017 01:25:25 +0200 , Jernej Simončič wrote: >I thought about the progress bar, since it does behave a bit weird on >Windows - specifically, if the filename is scrolling, once

[Bug-wget] [bug #54126] Wget keeps crashing in Windows sometimes when the filename is large enough to scroll it

2018-06-16 Thread Vyacheslav
Additional Item Attachment, bug #54126 (project wget): File name: wget-patch.tar.xz Size:4 KB ___ Reply to this item at: ___ Message sent

[Bug-wget] [bug #54126] Wget keeps crashing in Windows sometimes when the filename is large enough to scroll it

2018-06-16 Thread Vyacheslav
URL: Summary: Wget keeps crashing in Windows sometimes when the filename is large enough to scroll it Project: GNU Wget Submitted by: vyacheslav Submitted on: Sat 16 Jun 2018 10:43:59 PM UTC

[Bug-wget] [bug #51181] Unexpected "Redirecting output to 'wget-log'."

2018-06-16 Thread Darshit Shah
Follow-up Comment #12, bug #51181 (project wget): Actually, I am unable to reproduce the problem. `$ timeout -k 26s 25s wget example.com` does _not_ put Wget in the background. The entire task runs in the foreground. And even when wget does run in the background, I don't see how the manual is

[Bug-wget] [bug #51181] Unexpected "Redirecting output to 'wget-log'."

2018-06-16 Thread Tim Ruehsen
Update of bug #51181 (project wget): Status: Fixed => Confirmed Open/Closed: Closed => Open Release: 1.19.1 => 1.19.5 Planned Release:

[Bug-wget] [bug #51181] Unexpected "Redirecting output to 'wget-log'."

2018-06-16 Thread J
Follow-up Comment #10, bug #51181 (project wget): Hi Peter Ok, sorry my example was bad. This is my actual example below. This program reproduces the issue jonny@asus:~/code$ g++ -O2 -Wall -Wextra -Wpedantic -o main main3.cpp jonny@asus:~/code$ ./main Redirecting output to ‘wget-log.2’.

[Bug-wget] [bug #51181] Unexpected "Redirecting output to 'wget-log'."

2018-06-16 Thread Peter Wu
Follow-up Comment #9, bug #51181 (project wget): "&" is a special shell character which causes a program to go to the background. When you execute wget https://example.com/dpp it will actually be interpreted as: wget https://example.com/dpp & key which will execute "wget

[Bug-wget] [bug #51181] Unexpected "Redirecting output to 'wget-log'."

2018-06-16 Thread J
Follow-up Comment #8, bug #51181 (project wget): Hi Peter Wu I'm using Latest ubuntu LTS, which shows version 1.19.4. Logs below. Is it something to do with '&' ampersand in a URL? $ dpkg -l |grep wget ii wget 1.19.4-1ubuntu2.1 $ wget --version GNU Wget 1.19.4