Bug#619231: wget: Wgetting file slows down/hangs computer

2011-04-01 Thread Noèl Köthe
Hello Ekin,

Am Mittwoch, den 23.03.2011, 22:32 +0200 schrieb Ekin Akoglu:
> No, I am not using "always_rest" in /etc/wgetrc or ~/.wgetrc.

> >> This is the command I used:
> >>
> >> wget http://slax.speedymirror.com/iso/slax-6.1.2.iso
> >>
> >> Then the computer hangs. The file is about 192 MB. Maybe it might be
> >> related to that bug but I remember once I encountered this when getting
> >> a pdf file which is around 4 MB.
> >>  
> > Ah, no, not related then. Not unless you're using "always_rest" in
> > /etc/wgetrc or ~/.wgetrc, and the file is already fully downloaded.

I tried to reproduce your problem several times on my machine (amd64,
3GB RAM) but the downloaded worked always.
Can you send us the output of "wget --debug
http://slax.speedymirror.com/iso/slax-6.1.2.iso"; and maybe check the CPU
and memory usage during the running command?

-- 
Noèl Köthe 
Debian GNU/Linux, www.debian.org


signature.asc
Description: This is a digitally signed message part


Bug#619231: wget: Wgetting file slows down/hangs computer

2011-03-23 Thread Ekin Akoglu


No, I am not using "always_rest" in /etc/wgetrc or ~/.wgetrc.

On 03/23/2011 10:21 PM, Micah Cowan wrote:

On 03/23/2011 01:18 PM, Ekin Akoglu wrote:
   

This is the command I used:

wget http://slax.speedymirror.com/iso/slax-6.1.2.iso

Then the computer hangs. The file is about 192 MB. Maybe it might be
related to that bug but I remember once I encountered this when getting
a pdf file which is around 4 MB.
 

Ah, no, not related then. Not unless you're using "always_rest" in
/etc/wgetrc or ~/.wgetrc, and the file is already fully downloaded.
   





--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#619231: wget: Wgetting file slows down/hangs computer

2011-03-23 Thread Micah Cowan
On 03/23/2011 01:18 PM, Ekin Akoglu wrote:
> This is the command I used:
> 
> wget http://slax.speedymirror.com/iso/slax-6.1.2.iso
> 
> Then the computer hangs. The file is about 192 MB. Maybe it might be
> related to that bug but I remember once I encountered this when getting
> a pdf file which is around 4 MB.

Ah, no, not related then. Not unless you're using "always_rest" in
/etc/wgetrc or ~/.wgetrc, and the file is already fully downloaded.



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#619231: wget: Wgetting file slows down/hangs computer

2011-03-23 Thread Ekin Akoglu

Hello,

This is the command I used:

wget http://slax.speedymirror.com/iso/slax-6.1.2.iso

Then the computer hangs. The file is about 192 MB. Maybe it might be 
related to that bug but I remember once I encountered this when getting 
a pdf file which is around 4 MB.


Best,

Ekin



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#619231: wget: Wgetting file slows down/hangs computer

2011-03-23 Thread Micah Cowan
On 03/23/2011 08:21 AM, Ekin Akoglu wrote:
> I managed to reproduce the situation with debugging options. It turned
> out that wget did not print any output either to stdout or to the log
> file. Whenever I turn on my computer and run wget this seems to happen.
> I managed to use "top" in terminal before my computer became unusable
> and found that
> kswap0 consumes over 70 % of the CPU. This is all the info I can give at
> this time.

In addition to "running it with --debug", he also asked for the full
command line you used. Any details beyond what you've given would be
helpful.

For example, are you using it with -c?

I've seen possibly similar symptoms in the past where wget was used with
-c, and there were very large files involved (video files, in that
case). Due to an unfortunate issue to which there's no real workaround,
wget was tricked into thinking these multi-gigabyte files were HTML that
needed to be parsed. When wget parses a file, it reads the entirety of
it into memory (it tries mmap first, but that'll fail on huge files, so
it falls back to malloc).

Here's the bug I'm talking about:
https://savannah.gnu.org/bugs/index.php?20496 (which is closed, marked
as duplicate, since it was later split into two separate problems).

Could this be your issue?

-- 
HTH,
Micah J. Cowan
http://micah.cowan.name/



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#619231: wget: Wgetting file slows down/hangs computer

2011-03-23 Thread Ekin Akoglu

Dear Noel Kothe,

Thank you for your response. For sometime now, I am trying to reproduce 
the bug with debugging enabled to no avail. I was just about to give up 
and then tried once more to wget a file and the system again slowed down 
and hung. Unfortunately, I did not use the -d flag last time. I think 
this happens when I am not connected to the internet. I will try to 
reveal the circumstances creating this problem but in the meantime you 
can close the bug if you wish. I may reopen it if I find the exact 
conditions causing this behavior.


Best,

Ekin



On 03/22/2011 10:40 AM, Noèl Köthe wrote:

Hello Ekin,

Am Dienstag, den 22.03.2011, 10:02 +0200 schrieb Ekin Akoglu:

   

I am using Debian 6.0.1 Squeeze on x86_64 computer. When I use wget on a
terminal session, it hangs and slows down computer to an unusuable state in
which even the mouse takes a great deal of time to respond user input. I also
have a Debian Squeeze 6.0.1 x86_64 FTP server without any X11 and I do not
encounter this porblem on that box.
 

Could you run wget with --debug and give me the exact commandline so I
can try to reproduce the problem?

   





--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#619231: wget: Wgetting file slows down/hangs computer

2011-03-23 Thread Ekin Akoglu

An update...

I managed to reproduce the situation with debugging options. It turned 
out that wget did not print any output either to stdout or to the log 
file. Whenever I turn on my computer and run wget this seems to happen. 
I managed to use "top" in terminal before my computer became unusable 
and found that
kswap0 consumes over 70 % of the CPU. This is all the info I can give at 
this time.


Best,

Ekin


On 03/22/2011 10:40 AM, Noèl Köthe wrote:

Hello Ekin,

Am Dienstag, den 22.03.2011, 10:02 +0200 schrieb Ekin Akoglu:

   

I am using Debian 6.0.1 Squeeze on x86_64 computer. When I use wget on a
terminal session, it hangs and slows down computer to an unusuable state in
which even the mouse takes a great deal of time to respond user input. I also
have a Debian Squeeze 6.0.1 x86_64 FTP server without any X11 and I do not
encounter this porblem on that box.
 

Could you run wget with --debug and give me the exact commandline so I
can try to reproduce the problem?

   





--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#619231: wget: Wgetting file slows down/hangs computer

2011-03-22 Thread Noèl Köthe
Hello Ekin,

Am Dienstag, den 22.03.2011, 10:02 +0200 schrieb Ekin Akoglu:

> I am using Debian 6.0.1 Squeeze on x86_64 computer. When I use wget on a
> terminal session, it hangs and slows down computer to an unusuable state in
> which even the mouse takes a great deal of time to respond user input. I also
> have a Debian Squeeze 6.0.1 x86_64 FTP server without any X11 and I do not
> encounter this porblem on that box.

Could you run wget with --debug and give me the exact commandline so I
can try to reproduce the problem?

-- 
Noèl Köthe 
Debian GNU/Linux, www.debian.org


signature.asc
Description: This is a digitally signed message part


Bug#619231: wget: Wgetting file slows down/hangs computer

2011-03-22 Thread Ekin Akoglu
Package: wget
Version: 1.12-2.1
Severity: important

I am using Debian 6.0.1 Squeeze on x86_64 computer. When I use wget on a
terminal session, it hangs and slows down computer to an unusuable state in
which even the mouse takes a great deal of time to respond user input. I also
have a Debian Squeeze 6.0.1 x86_64 FTP server without any X11 and I do not
encounter this porblem on that box.



-- System Information:
Debian Release: 6.0.1
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-5-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages wget depends on:
ii  dpkg1.15.8.10Debian package management system
ii  install-info4.13a.dfsg.1-6   Manage installed documentation in 
ii  libc6   2.11.2-10Embedded GNU C Library: Shared lib
ii  libssl0.9.8 0.9.8o-4squeeze1 SSL shared libraries

wget recommends no packages.

wget suggests no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org