Date: Mon, 03 Dec 2018 01:46:06 +0000 From: bugzilla-noreply@freebsd.org To: gecko@FreeBSD.org Subject: [Bug 233679] www/firefox 63.0.3_3,1 command line times out with errors Message-ID: <bug-233679-21738-cHyHeuRcXV@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-233679-21738@https.bugs.freebsd.org/bugzilla/> References: <bug-233679-21738@https.bugs.freebsd.org/bugzilla/>
index | next in thread | previous in thread | raw e-mail
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=233679 --- Comment #5 from Christopher Hall <hsw@bitmark.com> --- (In reply to Jan Beich from comment #1) I tried moving profile away but still the same. Also tried. pkg remove firefox pkg clean -a pkg install firefox + sysctl net.local.stream.recvspace=16384 Still not working I tried truss looks like it is timing out when waiting for a DBus response: connect(8,{ AF_UNIX "/tmp/dbus-7mrQAVwt73" },22) = 0 (0x0) fcntl(8,F_GETFL,) = 2 (0x2) fcntl(8,F_SETFL,O_RDWR|O_NONBLOCK) = 0 (0x0) geteuid() = 1001 (0x3e9) getsockname(8,{ AF_UNIX "" },0x7fffffffda2c) = 0 (0x0) poll({ 8/POLLOUT },1,0) = 1 (0x1) sendmsg(8,{NULL,0,[{"\0",1}],1,{{level=SOL_SOCKET,type=SCM_CREDS,data={0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00}}},104,0},MSG_NOSIGNAL) = 1 (0x1) sendto(8,"AUTH EXTERNAL 31303031\r\n",24,MSG_NOSIGNAL,NULL,0) = 24 (0x18) poll({ 8/POLLIN },1,-1) = 1 (0x1) read(8,"OK 76e1075a3ca33ef1de344a3b5c011"...,2048) = 37 (0x25) poll({ 8/POLLOUT },1,-1) = 1 (0x1) sendto(8,"NEGOTIATE_UNIX_FD\r\n",19,MSG_NOSIGNAL,NULL,0) = 19 (0x13) poll({ 8/POLLIN },1,-1) = 1 (0x1) read(8,"AGREE_UNIX_FD\r\n",2048) = 15 (0xf) poll({ 8/POLLOUT },1,-1) = 1 (0x1) sendto(8,"BEGIN\r\n",7,MSG_NOSIGNAL,NULL,0) = 7 (0x7) poll({ 8/POLLIN|POLLOUT },1,-1) = 1 (0x1) sendmsg(8,{NULL,0,[{"l\^A\0\^A\0\0\0\0\^A\0\0\0n\0\0"...,128},{0x8027061d0,0}],2,{},0,0},MSG_NOSIGNAL) = 128 (0x80) poll({ 8/POLLIN },1,25000) = 1 (0x1) recvmsg(8,{NULL,0,[{"l\^B\^A\^A\n\0\0\0\^A\0\0\0=\0\0"...,2048}],1,{},0,0x40000},0x40000) = 260 (0x104) recvmsg(8,0x7fffffffdac0,0x40000) ERR#35 'Resource temporarily unavailable' __getcwd("/usr/home/hsw",1024) = 0 (0x0) sendmsg(8,{NULL,0,[{"l\^A\0\^A\0\0\0\0\^B\0\0\0r\0\0"...,136},{0x802694a80,0}],2,{},0,0},MSG_NOSIGNAL) = 136 (0x88) poll({ 8/POLLIN },1,25000) = 1 (0x1) recvmsg(8,{NULL,0,[{"l\^B\^A\^A%\^A\0\0\^C\0\0\0=\0\0"...,2048}],1,{},0,0x40000},0x40000) = 373 (0x175) recvmsg(8,0x7fffffffd8a0,0x40000) ERR#35 'Resource temporarily unavailable' sendmsg(8,{NULL,0,[{"l\^A\0\^A4\0\0\0\^C\0\0\0\M^H\0"...,152},{"0\0\0\0\^B\0\0\0\^Z\0\0\0"\0\0\0"...,52}],2,{},0,0},MSG_NOSIGNAL) = 204 (0xcc) -----Waits here---- ^Cpoll({ 8/POLLIN },1,25000) ERR#4 'Interrupted system call' -- You are receiving this mail because: You are the assignee for the bug.help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-233679-21738-cHyHeuRcXV>
