Re: [Bug-wget] Wget keeps crashing on me

2017-05-14 Thread William Higgs
Ok. I will just use the build you sent me. Its kind of a pet-peeve of mine to not use the most up-to-date version of a piece of software, and I am not so advanced in my IT skills (yet) to be able to compile my own Windows binary of wget, and I certainly don't want to compromise my system, so I

Re: [Bug-wget] Wget keeps crashing on me

2017-05-14 Thread Eli Zaretskii
> From: William Higgs > Cc: , > 'Jernej Simončič' > Date: Sun, 14 May 2017 21:17:02 -0400 > > Hey guys. So while I was doing some research, I found the following post > located at >

Re: [Bug-wget] Wget keeps crashing on me

2017-05-14 Thread William Higgs
Hey guys. So while I was doing some research, I found the following post located at https://stackoverflow.com/questions/35004832/wget-exe-for-windows-10/3796296 5#37962965 : "eternallybored build will crash when you are downloading a large file. This can be avoided by disabling LFH (Low

Re: [Bug-wget] Wget keeps crashing on me

2017-05-14 Thread Jernej Simončič
On Sunday, May 14, 2017, 20:19:16, Eli Zaretskii wrote: > Is that binary also of wget 1.19.1? If so, perhaps there's a bug in > that particular version. The crashes started with version 1.17 IIRC. > Also, is your build with libssl or libgnutls? Does it support ipv6? I use OpenSSL, 1.19.1 is

Re: [Bug-wget] Wget keeps crashing on me

2017-05-14 Thread Jernej Simončič
On Sunday, May 14, 2017, 19:46:45, Darshit Shah wrote: > Then could you please provide us with a command line that sometimes > crashes and preferably the debug output from Wget when it crashes. Not the > debugger, but just the debug. I use either wget -t0 -c -S or wget -t0 -c -S

Re: [Bug-wget] Wget keeps crashing on me

2017-05-14 Thread William Higgs
But looking at Wget's FAQ page, the source that the binary was obtained from is listed in the FAQ as a place to obtain a Windows binary of the wget. So is that no longer applicable? Do I need to use the 32 bit version instead? -Original Message- From: Tim Rühsen

Re: [Bug-wget] Wget keeps crashing on me

2017-05-14 Thread William Higgs
Also found this when I scrolled down the page a bit: -Original Message- From: Tim Rühsen [mailto:tim.rueh...@gmx.de] Sent: Sunday, May 14, 2017 2:17 PM To: bug-wget@gnu.org Cc: William Higgs ; 'Darshit Shah' ; Eli Zaretskii

Re: [Bug-wget] Wget keeps crashing on me

2017-05-14 Thread Tim Rühsen
On Sonntag, 14. Mai 2017 21:34:22 CEST Eli Zaretskii wrote: > > From: Tim Rühsen > > Cc: William Higgs , 'Darshit Shah' > > , Eli Zaretskii Date: Sun, 14 May 2017 > > 20:17:29 +0200 > > > > @Eli Mybe you could test

Re: [Bug-wget] Wget keeps crashing on me

2017-05-14 Thread Darshit Shah
Then could you please provide us with a command line that sometimes crashes and preferably the debug output from Wget when it crashes. Not the debugger, but just the debug. I would like to reduce it to some kind of a minimal test case. Maybe the progress bar routines are crashing, or maybe it is

Re: [Bug-wget] Wget keeps crashing on me

2017-05-14 Thread Jernej Simončič
On Sunday, May 14, 2017, 19:07:49, Darshit Shah wrote: > I'm not sure what the exact issue here is. But it indeed seems like the > issue lies somewhere in how your particular binary of Wget was built. I > can't reproduce the issue on my Linux system, and as Eli says he can't > reproduce it with

Re: [Bug-wget] Wget keeps crashing on me

2017-05-14 Thread Eli Zaretskii
> From: William Higgs > Date: Sun, 14 May 2017 12:13:58 -0400 > > So just to be clear, you want me to use an older release of wget? No, I'm just saying that the version I built worked without crashing. You may wish to try it; if it works on your system, it might mean the

Re: [Bug-wget] Wget keeps crashing on me

2017-05-14 Thread Eli Zaretskii
> From: William Higgs > Date: Sun, 14 May 2017 10:27:12 -0400 > > And I saw that you had stated that it was working on Windows 7, which > further convinces me that it is probably a windows 10 thing. I originally > thought this was the case because, while the faulting

Re: [Bug-wget] Wget keeps crashing on me

2017-05-14 Thread Eli Zaretskii
> From: William Higgs > Date: Sun, 14 May 2017 10:23:35 -0400 > > The txt file contains the output from the command "wget --version". Maybe I'm missing something, but I don't see that. All I see is this: Description : Faulting application name: wget.exe,

Re: [Bug-wget] Wget keeps crashing on me

2017-05-14 Thread Eli Zaretskii
> From: William Higgs > Date: Sat, 13 May 2017 17:37:13 -0400 > > So this may have nothing to do with wget (probably very likely, as Windows > 10 creators update continues to be a very large thorn in my side), but wget > keeps crashing when I run the attached bat file

[Bug-wget] [GSoC 2017] Design and implementation of statistics module

2017-05-14 Thread Avinash Sonawane
Hello all! I have been working on Wget2 for couple of weeks now and had submitted the proposal to design and implement a statistics module for Wget2[0]. I'm very delighted to share this with you that the proposal has been accepted and I have been selected for the GSoC 2017! I would like to

Re: [Bug-wget] [PATCH] Script to create certs & keys

2017-05-14 Thread Tim Rühsen
On Samstag, 13. Mai 2017 22:29:42 CEST Vijo Cherian wrote: > Script to re-generate all certs & keys for testing That is simply great ! I just used it to re-generated those certs with invalid date fields and that made it possible to remove the OpenSSL requirement from Test-https-badcerts.px. We