DragonFly BSD
DragonFly bugs List (threaded) for 2005-04
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

sometimes fetch still hangs when fetching things (even in 1.2.0)


From: Tomaž Borštnar <tomaz.borstnar@xxxxxxxx>
Date: Sun, 17 Apr 2005 23:16:24 +0200

Hello!

Sometimes I still get "hangs" when fetching things for building ports. Usually it stops around 99%, but in this example it stopped at 73% so I pressed Ctrl-C and it went further to 99%. In the other window I did truss the fetch while waiting at 73% so the output is for activity after I pressed ctrl-c:



fetch http://www.lighttpd.net/download/lighttpd-1.4.0-20050402-1520.tar.gz
Receiving lighttpd-1.4.0-20050402-1520.tar.gz (689739 bytes): 73%
^C
Receiving lighttpd-1.4.0-20050402-1520.tar.gz (689739 bytes): 99% (ETA 00:00)
689152 bytes transferred in 549.9 seconds (1.22 kBps)
fetch: transfer interrupted



----


web2# truss -p 30880
SIGNAL 2
SIGNAL 2
SIGNAL 2
(null)() ERR#4 'Interrupted system call'
sigreturn(0xbfbff588) ERR#4 'Interrupted system call'
ioctl(2,TIOCGPGRP,0xbfbff89c) = 0 (0x0)
gettimeofday(0xbfbff890,0x0) = 0 (0x0)
write(2,0xbfbfefa0,46) = 46 (0x2e)
write(2,0xbfbfefa0,20) = 20 (0x14)
write(2,0x804b6ae,6) = 6 (0x6)
write(2,0xbfbfef70,5) = 5 (0x5)
write(2,0x804b6ba,3) = 3 (0x3)
write(4,0x8052000,8192) = 8192 (0x2000)
sigaction(SIGINFO,0xbfbff890,0xbfbff870) = 0 (0x0)
gettimeofday(0xbfbffa20,0x0) = 0 (0x0)
ioctl(2,TIOCGPGRP,0xbfbff87c) = 0 (0x0)
gettimeofday(0xbfbff870,0x0) = 0 (0x0)
write(2,0xbfbfef80,46) = 46 (0x2e)
write(2,0xbfbfef80,20) = 20 (0x14)
write(2,0x804b6ae,6) = 6 (0x6)
write(2,0xbfbfef50,5) = 5 (0x5)
write(2,0x804b6ba,3) = 3 (0x3)
write(2,0x48255f13,1) = 1 (0x1)
write(2,0xbfbfefc0,43) = 43 (0x2b)
write(2,0xbfbfefa0,9) = 9 (0x9)
write(2,0x804b6be,2) = 2 (0x2)
stat("lighttpd-1.4.0-20050402-1520.tar.gz",0xbfbff980) = 0 (0x0)
write(4,0x8052000,1024) = 1024 (0x400)
utimes(0xbfbffcbf,0xbfbff910) = 0 (0x0)
write(2,0xbfbfefb0,7) = 7 (0x7)
write(2,0xbfbfefd0,20) = 20 (0x14)
write(2,0x48255f13,1) = 1 (0x1)
stat("lighttpd-1.4.0-20050402-1520.tar.gz",0xbfbff980) = 0 (0x0)
unlink(0xbfbffcbf) = 0 (0x0)
close(3) = 0 (0x0)
close(4) = 0 (0x0)
break(0x8060000) = 0 (0x0)
getpid() = 30880 (0x78a0)
SIGNAL 2
SIGNAL 2
process exit, rval = 2


web2#


----


This is 1.2.0 release.


Tomaž




[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]