Re: [Bug-wget] glibc detected

2014-06-28 Thread Ray Satiro

On 6/29/2014 1:00 AM, Petr Pisar wrote:

On Sat, Jun 28, 2014 at 08:46:11PM -0400, Ray Satiro wrote:

Where is the debug package? It's not in the default repos.


I don't know much about Ubuntu. Try to follow
,
otherwise ask Canonical for more help.


Thanks Petr, I used those directions to add the debug repos and install 
the symbols. The build is 
https://launchpad.net/ubuntu/+source/wget/1.14-2ubuntu1

The valgrind output is attached.

==10687== Memcheck, a memory error detector
==10687== Copyright (C) 2002-2012, and GNU GPL'd, by Julian Seward et al.
==10687== Using Valgrind-3.8.1 and LibVEX; rerun with -h for copyright info
==10687== Command: wget --debug -O spoje.html 
www.idos.cz/olomouc/odjezdy/?f=Trnkova&t=Hlavní%20nádraží&submit=true
==10687== 
--10687-- Valgrind options:
--10687----suppressions=/usr/lib/valgrind/debian-libc6-dbg.supp
--10687----leak-check=full
--10687---v
--10687-- Contents of /proc/version:
--10687--   Linux version 3.11.0-20-generic (buildd@aatxe) (gcc version 4.8.1 
(Ubuntu/Linaro 4.8.1-10ubuntu8) ) #34-Ubuntu SMP Tue Apr 1 20:40:25 UTC 2014
--10687-- Arch and hwcaps: AMD64, amd64-sse3-cx16-avx
--10687-- Page sizes: currently 4096, max supported 4096
--10687-- Valgrind library directory: /usr/lib/valgrind
--10687-- Reading syms from /usr/bin/wget
--10687--   Considering /usr/bin/wget ..
--10687--   .. CRC mismatch (computed adb916f7 wanted ab6fa652)
--10687--   Considering /usr/lib/debug/usr/bin/wget ..
--10687--   .. CRC is valid
--10687--   Considering /usr/lib/debug/usr/bin/wget ..
--10687--   .. CRC is valid
--10687-- Reading syms from /lib/x86_64-linux-gnu/ld-2.17.so
--10687--   Considering /lib/x86_64-linux-gnu/ld-2.17.so ..
--10687--   .. CRC mismatch (computed 51e60a7a wanted 521e3c74)
--10687--   Considering /usr/lib/debug/lib/x86_64-linux-gnu/ld-2.17.so ..
--10687--   .. CRC is valid
--10687--   Considering /usr/lib/debug/lib/x86_64-linux-gnu/ld-2.17.so ..
--10687--   .. CRC is valid
--10687-- Reading syms from /usr/lib/valgrind/memcheck-amd64-linux
--10687--   Considering /usr/lib/valgrind/memcheck-amd64-linux ..
--10687--   .. CRC mismatch (computed c436d3d9 wanted 99aa3883)
--10687--object doesn't have a symbol table
--10687--object doesn't have a dynamic symbol table
--10687-- Scheduler: using generic scheduler lock implementation.
--10687-- Reading suppressions file: /usr/lib/valgrind/debian-libc6-dbg.supp
--10687-- Reading suppressions file: /usr/lib/valgrind/default.supp
==10687== embedded gdbserver: reading from 
/tmp/vgdb-pipe-from-vgdb-to-10687-by-root-on-???
==10687== embedded gdbserver: writing to   
/tmp/vgdb-pipe-to-vgdb-from-10687-by-root-on-???
==10687== embedded gdbserver: shared mem   
/tmp/vgdb-pipe-shared-mem-vgdb-10687-by-root-on-???
==10687== 
==10687== TO CONTROL THIS PROCESS USING vgdb (which you probably
==10687== don't want to do, unless you know exactly what you're doing,
==10687== or are doing some strange experiment):
==10687==   /usr/lib/valgrind/../../bin/vgdb --pid=10687 ...command...
==10687== 
==10687== TO DEBUG THIS PROCESS USING GDB: start GDB like this
==10687==   /path/to/gdb wget
==10687== and then give GDB the following command
==10687==   target remote | /usr/lib/valgrind/../../bin/vgdb --pid=10687
==10687== --pid is optional if only one valgrind process is running
==10687== 
--10687-- REDIR: 0x4018f40 (strlen) redirected to 0x3806e491 (???)
--10687-- Reading syms from /usr/lib/valgrind/vgpreload_core-amd64-linux.so
--10687--   Considering /usr/lib/valgrind/vgpreload_core-amd64-linux.so ..
--10687--   .. CRC mismatch (computed 826470ab wanted a8b7e9f3)
--10687--object doesn't have a symbol table
--10687-- Reading syms from /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so
--10687--   Considering /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so ..
--10687--   .. CRC mismatch (computed d4fd7975 wanted b90a895a)
--10687--object doesn't have a symbol table
--10687-- REDIR: 0x4018db0 (index) redirected to 0x4c2d480 (index)
--10687-- REDIR: 0x4018e30 (strcmp) redirected to 0x4c2e560 (strcmp)
--10687-- Reading syms from /lib/x86_64-linux-gnu/libssl.so.1.0.0
--10687--   Considering /lib/x86_64-linux-gnu/libssl.so.1.0.0 ..
--10687--   .. CRC mismatch (computed 85aedbfd wanted 6b27864f)
--10687--object doesn't have a symbol table
--10687-- Reading syms from /lib/x86_64-linux-gnu/libcrypto.so.1.0.0
--10687--   Considering /lib/x86_64-linux-gnu/libcrypto.so.1.0.0 ..
--10687--   .. CRC mismatch (computed a6b0f911 wanted 63581f01)
--10687--object doesn't have a symbol table
--10687-- Reading syms from /lib/x86_64-linux-gnu/libz.so.1.2.8
--10687--object doesn't have a symbol table
--10687-- Reading syms from /usr/lib/x86_64-linux-gnu/libidn.so.11.6.11
--10687--   Considering /usr/lib/x86_64-linux-gnu/libidn.so.11.6.11 ..
--10687--   .. CRC mismatch (computed 270fa715 wanted 29689c61)
--10687--object doesn't have a symbo

Re: [Bug-wget] glibc detected

2014-06-28 Thread Petr Pisar
On Sat, Jun 28, 2014 at 08:46:11PM -0400, Ray Satiro wrote:
> 
> Where is the debug package? It's not in the default repos.
> 
I don't know much about Ubuntu. Try to follow
,
otherwise ask Canonical for more help.

-- Petr


pgpBdKJGUWKKy.pgp
Description: PGP signature


Re: [Bug-wget] glibc detected

2014-06-28 Thread Ray Satiro

On 6/28/2014 2:23 PM, Petr Pisar wrote:

On Sat, Jun 28, 2014 at 01:43:15PM -0400, Ray Satiro wrote:

In Ubuntu 14.04 / wget 1.15 I don't see anything unusual. Logs are
attached with version information and --debug output and a valgrind on
Ubuntu 13.10/wget 1.14 but I don't have the debugging package.. did you
mean wget debug package Petr?

The wget114out4.txt with valgrind output is promissing. The first reported
issue can be wget or glibc fault. The other ones look like wget fault.
However without the debugging symbols available, one cannot see which source
code line the mistake is on (valgrind shows only "???" in that case). Yes, you
need to install the wget debug package.


Where is the debug package? It's not in the default repos.




Re: [Bug-wget] glibc detected

2014-06-28 Thread Petr Pisar
On Sat, Jun 28, 2014 at 01:43:15PM -0400, Ray Satiro wrote:
> In Ubuntu 14.04 / wget 1.15 I don't see anything unusual. Logs are 
> attached with version information and --debug output and a valgrind on 
> Ubuntu 13.10/wget 1.14 but I don't have the debugging package.. did you 
> mean wget debug package Petr?

The wget114out4.txt with valgrind output is promissing. The first reported
issue can be wget or glibc fault. The other ones look like wget fault.
However without the debugging symbols available, one cannot see which source
code line the mistake is on (valgrind shows only "???" in that case). Yes, you
need to install the wget debug package.

-- Petr



pgpapAKF2vq4p.pgp
Description: PGP signature


Re: [Bug-wget] glibc detected

2014-06-28 Thread Giuseppe Scrivano
Martin Jašek  writes:

> Hi,
>
> when I run wget like:
>
> wget -q -O spoje.html
> www.idos.cz/olomouc/odjezdy/\?f=Trnkova\&t=Hlavní%20nádraží\&submit=true
> 

I've tried this command line in a loop here (200 times) but I wasn't
able to reproduce it even once.  I've also tried on a Debian machine
(though 64 bits) with the same version of wget as yours but I couldn't
reproduce the problem there as well. 

As already suggested by Petr, could you run wget under gdb?

Thanks,
Giuseppe



Re: [Bug-wget] glibc detected

2014-06-28 Thread Petr Pisar
On Sat, Jun 28, 2014 at 10:39:09AM +0200, Martin Jašek wrote:
> 
> wget -q -O spoje.html
> www.idos.cz/olomouc/odjezdy/\?f=Trnkova\&t=Hlavní%20nádraží\&submit=true
> 
>
Could you send the URL once again and this time as a plain text (no HTML).
Because text which ended up in the mailing list consists of two differents
addresses and both of them return 404 Not Found.

> in some cases (about one half of tries) it throws glibc detected:
> 
> *** glibc detected *** wget: double free or corruption (!prev): 0x0843cb80
> ***
> === Backtrace: =
> /lib/i386-linux-gnu/i686/cmov/libc.so.6(+0x70f01)[0xb7457f01]
> /lib/i386-linux-gnu/i686/cmov/libc.so.6(+0x72768)[0xb7459768]
> /lib/i386-linux-gnu/i686/cmov/libc.so.6(cfree+0x6d)[0xb745c81d]
> wget[0x8076c44]
> /lib/i386-linux-gnu/i686/cmov/libc.so.6(__libc_start_main+0xe6)[0xb73fde46]
> wget[0x804c931]
> (...)
>
Please install package with debugging data for wget and try again. And provide
longer back-trace.

Also running the command under gdb or valgrind would be benefical.

> 
> I am using wget and system as following:
> wget --version
> GNU Wget 1.13.4 sestaven na systému linux-gnu.
> 
There is 1.14 in the wild. Does it crash too?

-- Petr


pgpzQ9UUP8kCa.pgp
Description: PGP signature


[Bug-wget] glibc detected

2014-06-28 Thread Martin Jašek
Hi,

when I run wget like:

wget -q -O spoje.html
www.idos.cz/olomouc/odjezdy/\?f=Trnkova\&t=Hlavní%20nádraží\&submit=true


in some cases (about one half of tries) it throws glibc detected:

*** glibc detected *** wget: double free or corruption (!prev): 0x0843cb80
***
=== Backtrace: =
/lib/i386-linux-gnu/i686/cmov/libc.so.6(+0x70f01)[0xb7457f01]
/lib/i386-linux-gnu/i686/cmov/libc.so.6(+0x72768)[0xb7459768]
/lib/i386-linux-gnu/i686/cmov/libc.so.6(cfree+0x6d)[0xb745c81d]
wget[0x8076c44]
/lib/i386-linux-gnu/i686/cmov/libc.so.6(__libc_start_main+0xe6)[0xb73fde46]
wget[0x804c931]
(...)


I am using wget and system as following:
wget --version
GNU Wget 1.13.4 sestaven na systému linux-gnu.

+digest +https +ipv6 +iri +large-file +nls -ntlm +opie +ssl/gnutls

Wgetrc:
/etc/wgetrc (globální)
Národní prostředí: /usr/share/locale
Přeloženo: gcc -DHAVE_CONFIG_H -DSYSTEM_WGETRC="/etc/wgetrc"
-DLOCALEDIR="/usr/share/locale" -I. -I../lib -I../lib
-D_FORTIFY_SOURCE=2 -Iyes/include -g -O2 -fstack-protector
--param=ssp-buffer-size=4 -Wformat -Wformat-security
-Werror=format-security -DNO_SSLv2 -D_FILE_OFFSET_BITS=64 -g -Wall
Slinkováno: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat
-Wformat-security -Werror=format-security -DNO_SSLv2
-D_FILE_OFFSET_BITS=64 -g -Wall -Wl,-z,relro -Lyes/lib -lgnutls
-lgcrypt -lgpg-error -lz -lidn -lrt ftp-opie.o gnutls.o
../lib/libgnu.a
(...)

and

uname -a
Linux martlins 3.2.0-4-686-pae #1 SMP Debian 3.2.51-1 i686 GNU/Linux



Regards
Martin

*Martin Jašek*
  



Pokud máte někde uložený můj starý email, "martlin" zavináč "seznam.cz",
nahraďte jej prosím tímto. Brzy jej přestanu používat.


Re: [Bug-wget] *** glibc detected *** wget: munmap_chunk(): invalid pointer: 0x081e8ae8 ***

2012-10-25 Thread Tim Ruehsen
Looks like you are you using Debian or derivative.
I can't reproduce the glibc error on Debian/SID with wget 1.14, having the 
same compile/link options.

But there are other issues.
- wget1.14 doesn't follow the redirections (IDN problem ?)
- valgrind throws 'Invalid read of size 1' and 'Address 0x4c6d590 is 0 bytes 
inside a block of size 72 free'd'
- using -d throws
*** glibc detected *** wget: free(): invalid pointer: 0x009bc520 ***

At least the IDN escaping issue can be followed by -d (relevant snippet):

---request begin---
GET /What-is-the-story-behind-Github%E2%80%99s-octocat-mascot HTTP/1.1
User-Agent: Wget/1.14 (linux-gnu)
Accept: */*
Host: www.quora.com
Connection: Keep-Alive

---request end---
HTTP request sent, awaiting response... 
---response begin---
HTTP/1.1 301 Moved Permanently
Cache-Control: private, no-store, max-age=0, no-cache, must-revalidate, post-
check=0, pre-check=0
Date: Thu, 25 Oct 2012 08:14:03 GMT
Expires: Fri, 01 Jan 1990 00:00:00 GMT
Location: http://www.quora.com/What-is-the-story-behind-GitHubâs-octocat-
mascot
Pragma: no-cache
Server: PasteWSGIServer/0.5 Python/2.7.2
transfer-encoding: chunked
Connection: keep-alive

---response end---
301 Moved Permanently
Registered socket 3 for persistent reuse.
Location: http://www.quora.com/What-is-the-story-behind-GitHub%E2%80%99s-
octocat-mascot [following]
] done.
URI content encoding = None
--2012-10-25 10:14:03--  http://www.quora.com/What-is-the-story-behind-
GitHub%C3%A2%C2%80%C2%99s-octocat-mascot
Reusing existing connection to www.quora.com:80.
Reusing fd 3.

---request begin---
GET /What-is-the-story-behind-GitHub%C3%A2%C2%80%C2%99s-octocat-mascot 
HTTP/1.1
User-Agent: Wget/1.14 (linux-gnu)
Accept: */*
Host: www.quora.com
Connection: Keep-Alive

---request end---
HTTP request sent, awaiting response... 
---response begin---
HTTP/1.1 404 Not Found

Looks a bit like a double escaping issue... I just don't have the time to dig 
deeper...

Tim


Am Wednesday 24 October 2012 schrieb Nils Dagsson Moskopp:
> desudesudesu /tmp
> 1110 /tmp % wget
> http://www.quora.com/What-is-the-story-behind-Github%E2%80%99s-octocat-masc
> ot 2012-10-24 21:59:05 erlehmann pts/8 --2012-10-24 21:59:11--
> http://www.quora.com/What-is-the-story-behind-Github%E2%80%99s-octocat-masc
> ot Auflösen des Hostnamen »www.quora.com (www.quora.com)«... 50.17.246.73
> Verbindungsaufbau zu www.quora.com (www.quora.com)|50.17.246.73|:80...
> verbunden. HTTP-Anforderung gesendet, warte auf Antwort... 301 Moved
> Permanently Platz:
> http://www.quora.com/What-is-the-story-behind-GitHub%E2%80%99s-octocat-masc
> ot[folge] --2012-10-24 21:59:12--
> http://www.quora.com/What-is-the-story-behind-GitHub%E2%80%99s-octocat-masc
> ot Wiederverwendung der bestehenden Verbindung zu www.quora.com:80.
> HTTP-Anforderung gesendet, warte auf Antwort... 302 Found Platz:
> http://www.quora.com/GitHub/What-is-the-story-behind-GitHub%E2%80%99s-octoc
> at-mascot[folge] idn_encode fehlgeschlagen (1): »String preparation failed«
> --2012-10-24 21:59:12--
> http://%08%F0%F3z%B7ww.quora.com/What-is-the-story-behind-GitHub%E2%80%99s-
> octocat-mascot Auflösen des Hostnamen »\b\360\263\272\267ww.quora.com
> (\b\360\363z\267ww.quora.com)«... fehlgeschlagen: Der Name oder der
> Dienst ist nicht bekannt. wget: kann die Host-Adresse
> »»\b\360\363z\267ww.quora.com«« nicht auflösen --2012-10-24 21:59:12--
> http://www.quora.com/What-is-the-story-behind-Github%E2%80%99s-octocat-masc
> ot Wiederverwendung der bestehenden Verbindung zu www.quora.com:80.
> HTTP-Anforderung gesendet, warte auf Antwort... 301 Moved Permanently
> Platz:
> http://www.quora.com/What-is-the-story-behind-GitHub%E2%80%99s-octocat-masc
> ot[folge] idn_encode fehlgeschlagen (1): »String preparation failed«
> --2012-10-24 21:59:12--
> http://%B7%F0%F3z%B7ww.quora.com/GitHub/What-is-the-story-behind-GitHub%E2%
> 80%99s-octocat-mascot Auflösen des Hostnamen »�\360\263\272\267ww.quora.com
> (\267\360\363z\267ww.quora.com)«... fehlgeschlagen: Der Name oder der
> Dienst ist nicht bekannt. wget: kann die Host-Adresse
> »»\267\360\363z\267ww.quora.com«« nicht auflösen --2012-10-24
> 21:59:12--
> http://www.quora.com/What-is-the-story-behind-Github%E2%80%99s-octocat-masc
> ot Wiederverwendung der bestehenden Verbindung zu www.quora.com:80.
> HTTP-Anforderung gesendet, warte auf Antwort... 301 Moved Permanently
> Platz:
> http://www.quora.com/What-is-the-story-behind-GitHub%E2%80%99s-octocat-masc
> ot[folge] idn_encode fehlgeschlagen (1): »String preparation failed«
> --2012-10-24 21:59:12--
> http://%B7%F0%F3z%B7ww.quora.com/What-is-the-story-behind-GitHub%E2%80%99s-
> octocat-mascot Auflösen des Hostnamen »�\360\263\272\267ww.quora.com
> (\267\360\363z\267ww.quora.com)«... fehlgeschlagen: Der Name oder der
> Dienst ist nicht bekannt. wget: kann die Host-Adresse
> »»\267\360\363z\267ww.quora.com«« nicht auflösen --2012-10-24
> 21:59:12--
> http://www.quora.com/What-is-the-story-behind-Github%E2%80%99s-octocat-masc
> ot Wied

[Bug-wget] *** glibc detected *** wget: munmap_chunk(): invalid pointer: 0x081e8ae8 ***

2012-10-24 Thread Nils Dagsson Moskopp
desudesudesu /tmp
1110 /tmp % wget
http://www.quora.com/What-is-the-story-behind-Github%E2%80%99s-octocat-mascot
2012-10-24 21:59:05 erlehmann pts/8 --2012-10-24 21:59:11--
http://www.quora.com/What-is-the-story-behind-Github%E2%80%99s-octocat-mascot
Auflösen des Hostnamen »www.quora.com (www.quora.com)«... 50.17.246.73
Verbindungsaufbau zu www.quora.com (www.quora.com)|50.17.246.73|:80...
verbunden. HTTP-Anforderung gesendet, warte auf Antwort... 301 Moved
Permanently Platz:
http://www.quora.com/What-is-the-story-behind-GitHub%E2%80%99s-octocat-mascot[folge]
--2012-10-24 21:59:12--
http://www.quora.com/What-is-the-story-behind-GitHub%E2%80%99s-octocat-mascot
Wiederverwendung der bestehenden Verbindung zu www.quora.com:80.
HTTP-Anforderung gesendet, warte auf Antwort... 302 Found Platz:
http://www.quora.com/GitHub/What-is-the-story-behind-GitHub%E2%80%99s-octocat-mascot[folge]
idn_encode fehlgeschlagen (1): »String preparation failed« --2012-10-24
21:59:12--
http://%08%F0%F3z%B7ww.quora.com/What-is-the-story-behind-GitHub%E2%80%99s-octocat-mascot
Auflösen des Hostnamen »\b\360\263\272\267ww.quora.com
(\b\360\363z\267ww.quora.com)«... fehlgeschlagen: Der Name oder der
Dienst ist nicht bekannt. wget: kann die Host-Adresse
»»\b\360\363z\267ww.quora.com«« nicht auflösen --2012-10-24 21:59:12--
http://www.quora.com/What-is-the-story-behind-Github%E2%80%99s-octocat-mascot
Wiederverwendung der bestehenden Verbindung zu www.quora.com:80.
HTTP-Anforderung gesendet, warte auf Antwort... 301 Moved Permanently
Platz:
http://www.quora.com/What-is-the-story-behind-GitHub%E2%80%99s-octocat-mascot[folge]
idn_encode fehlgeschlagen (1): »String preparation failed« --2012-10-24
21:59:12--
http://%B7%F0%F3z%B7ww.quora.com/GitHub/What-is-the-story-behind-GitHub%E2%80%99s-octocat-mascot
Auflösen des Hostnamen »�\360\263\272\267ww.quora.com
(\267\360\363z\267ww.quora.com)«... fehlgeschlagen: Der Name oder der
Dienst ist nicht bekannt. wget: kann die Host-Adresse
»»\267\360\363z\267ww.quora.com«« nicht auflösen --2012-10-24
21:59:12--
http://www.quora.com/What-is-the-story-behind-Github%E2%80%99s-octocat-mascot
Wiederverwendung der bestehenden Verbindung zu www.quora.com:80.
HTTP-Anforderung gesendet, warte auf Antwort... 301 Moved Permanently
Platz:
http://www.quora.com/What-is-the-story-behind-GitHub%E2%80%99s-octocat-mascot[folge]
idn_encode fehlgeschlagen (1): »String preparation failed« --2012-10-24
21:59:12--
http://%B7%F0%F3z%B7ww.quora.com/What-is-the-story-behind-GitHub%E2%80%99s-octocat-mascot
Auflösen des Hostnamen »�\360\263\272\267ww.quora.com
(\267\360\363z\267ww.quora.com)«... fehlgeschlagen: Der Name oder der
Dienst ist nicht bekannt. wget: kann die Host-Adresse
»»\267\360\363z\267ww.quora.com«« nicht auflösen --2012-10-24
21:59:12--
http://www.quora.com/What-is-the-story-behind-Github%E2%80%99s-octocat-mascot
Wiederverwendung der bestehenden Verbindung zu www.quora.com:80.
HTTP-Anforderung gesendet, warte auf Antwort... 301 Moved Permanently
Platz:
http://www.quora.com/What-is-the-story-behind-GitHub%E2%80%99s-octocat-mascot[folge]
idn_encode fehlgeschlagen (1): »String preparation failed« --2012-10-24
21:59:13--
http://%08%F0%F3z%B7ww.quora.com/What-is-the-story-behind-GitHub%E2%80%99s-octocat-mascot
Auflösen des Hostnamen »\b\360\263\272\267ww.quora.com
(\b\360\363z\267ww.quora.com)«... fehlgeschlagen: Der Name oder der
Dienst ist nicht bekannt. wget: kann die Host-Adresse
»»\b\360\363z\267ww.quora.com«« nicht auflösen --2012-10-24 21:59:13--
http://www.quora.com/What-is-the-story-behind-Github%E2%80%99s-octocat-mascot
Wiederverwendung der bestehenden Verbindung zu www.quora.com:80.
HTTP-Anforderung gesendet, warte auf Antwort... 301 Moved Permanently
Platz:
http://www.quora.com/What-is-the-story-behind-GitHub%E2%80%99s-octocat-mascot[folge]
--2012-10-24 21:59:13--
http://www.quora.com/What-is-the-story-behind-GitHub%E2%80%99s-octocat-mascot
Wiederverwendung der bestehenden Verbindung zu www.quora.com:80.
HTTP-Anforderung gesendet, warte auf Antwort... 302 Found Platz:
http://www.quora.com/GitHub/What-is-the-story-behind-GitHub%E2%80%99s-octocat-mascot[folge]
idn_encode fehlgeschlagen (1): »String preparation failed« --2012-10-24
21:59:13--
http://1e%08%F0%F3z%B7ww.quora.com/What-is-the-story-behind-GitHub%E2%80%99s-octocat-mascot
Auflösen des Hostnamen »1e\b\360\263\272\267ww.quora.com
(1e\b\360\363z\267ww.quora.com)«... fehlgeschlagen: Der Name oder der
Dienst ist nicht bekannt. wget: kann die Host-Adresse
»»1e\b\360\363z\267ww.quora.com«« nicht auflösen --2012-10-24
21:59:13--
http://www.quora.com/What-is-the-story-behind-Github%E2%80%99s-octocat-mascot
Wiederverwendung der bestehenden Verbindung zu www.quora.com:80.
HTTP-Anforderung gesendet, warte auf Antwort... 301 Moved Permanently
Platz:
http://www.quora.com/What-is-the-story-behind-GitHub%E2%80%99s-octocat-mascot[folge]
--2012-10-24 21:59:13--
http://www.quora.com/What-is-the-story-behind-GitHub%E2%80%99s-octocat-mascot
Wiederverwendung der bestehenden