Hello,

freshly built:

root@vm0:~ # uname -a
FreeBSD vm0.mkushnir.mooo.com 11.0-CURRENT FreeBSD 11.0-CURRENT #0
r261258: Wed Jan 29 12:27:00 EET 2014
[email protected]:/work/obj/work/src.svnup/sys/MAREK  amd64


# pkg help

will hang eating up 100% CPU. truss shows it's locked in an endless loop:

[...]
poll({5/POLLIN|POLLERR},1,-1)                    = 1 (0x1)
read(5,0x802c61000,1024)                         = 0 (0x0)
poll({5/POLLIN|POLLERR},1,-1)                    = 1 (0x1)
read(5,0x802c61000,1024)                         = 0 (0x0)
poll({5/POLLIN|POLLERR},1,-1)                    = 1 (0x1)
read(5,0x802c61000,1024)                         = 0 (0x0)
poll({5/POLLIN|POLLERR},1,-1)                    = 1 (0x1)
read(5,0x802c61000,1024)                         = 0 (0x0)
poll({5/POLLIN|POLLERR},1,-1)                    = 1 (0x1)
read(5,0x802c61000,1024)                         = 0 (0x0)
poll({5/POLLI^CN|POLLERR},1,-1)                  = 1 (0x1)
SIGNAL 2 (SIGINT)
process exit, rval = 0


--
Markiyan.
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "[email protected]"

Reply via email to