hi,
last night wget gave me seg fault when i didnt realise that i wasnt
connected to internet and execute wget like this
wget -c ftp://ftpd.borland.com/download/kylix/openedition/kylix_oe.tar.gz
it's a stupid bug anyway but im just intrigated why wget do this ONLY with
that url
im running slackware 8 with kernel 2.4.7.

GDB says:
(gdb) run -c
ftp://ftpd.borland.com/download/kylix/openedition/kylix_oe.tar.gz
Starting program: /usr/bin/wget -c
ftp://ftpd.borland.com/download/kylix/openedition/kylix_oe.tar.gz
--04:48:35--
ftp://ftpd.borland.com/download/kylix/openedition/kylix_oe.tar.gz
           => `kylix_oe.tar.gz'
Connecting to ftpd.borland.com:21...
ftpd.borland.com: Host not found

Program received signal SIGSEGV, Segmentation fault.
0x80604e0 in fnmatch ()
(gdb)
(gdb) info reg
eax            0x0      0
ecx            0x10     16
edx            0x806f930        134674736
ebx            0xbffff7d8       -1073743912
esp            0xbffff754       0xbffff754
ebp            0xbffff76c       0xbffff76c
esi            0x732f42 7548738
edi            0xbffffb52       -1073743022
eip            0x80604e0        0x80604e0
eflags         0x10206  66054
cs             0x23     35
ss             0x2b     43
ds             0x2b     43
es             0x2b     43
fs             0x0      0
gs             0x0      0
fctrl          0x37f    895
fstat          0x100    256
ftag           0xffff   65535
fiseg          0x23     35
fioff          0x400724e3       1074210019
foseg          0x2b     43
fooff          0xbfffdcf4       -1073750796
fop            0x51c    1308
(gdb)

Reply via email to