Skip site navigation (1)Skip section navigation (2)
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/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D233679

--- 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=20

+ sysctl net.local.stream.recvspace=3D16384

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) =3D 0 (0x0)
fcntl(8,F_GETFL,)                                =3D 2 (0x2)
fcntl(8,F_SETFL,O_RDWR|O_NONBLOCK)               =3D 0 (0x0)
geteuid()                                        =3D 1001 (0x3e9)
getsockname(8,{ AF_UNIX "" },0x7fffffffda2c)     =3D 0 (0x0)
poll({ 8/POLLOUT },1,0)                          =3D 1 (0x1)
sendmsg(8,{NULL,0,[{"\0",1}],1,{{level=3DSOL_SOCKET,type=3DSCM_CREDS,data=
=3D{0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0=
x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0=
x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0=
x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0=
x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0=
x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00}}},104,0},MSG_NOSIGNAL)
=3D 1 (0x1)
sendto(8,"AUTH EXTERNAL 31303031\r\n",24,MSG_NOSIGNAL,NULL,0) =3D 24 (0x18)
poll({ 8/POLLIN },1,-1)                          =3D 1 (0x1)
read(8,"OK 76e1075a3ca33ef1de344a3b5c011"...,2048) =3D 37 (0x25)
poll({ 8/POLLOUT },1,-1)                         =3D 1 (0x1)
sendto(8,"NEGOTIATE_UNIX_FD\r\n",19,MSG_NOSIGNAL,NULL,0) =3D 19 (0x13)
poll({ 8/POLLIN },1,-1)                          =3D 1 (0x1)
read(8,"AGREE_UNIX_FD\r\n",2048)                 =3D 15 (0xf)
poll({ 8/POLLOUT },1,-1)                         =3D 1 (0x1)
sendto(8,"BEGIN\r\n",7,MSG_NOSIGNAL,NULL,0)      =3D 7 (0x7)
poll({ 8/POLLIN|POLLOUT },1,-1)                  =3D 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)
=3D 128 (0x80)
poll({ 8/POLLIN },1,25000)                       =3D 1 (0x1)
recvmsg(8,{NULL,0,[{"l\^B\^A\^A\n\0\0\0\^A\0\0\0=3D\0\0"...,2048}],1,{},0,0=
x40000},0x40000)
=3D 260 (0x104)
recvmsg(8,0x7fffffffdac0,0x40000)                ERR#35 'Resource temporari=
ly
unavailable'
__getcwd("/usr/home/hsw",1024)                   =3D 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)
=3D 136 (0x88)
poll({ 8/POLLIN },1,25000)                       =3D 1 (0x1)
recvmsg(8,{NULL,0,[{"l\^B\^A\^A%\^A\0\0\^C\0\0\0=3D\0\0"...,2048}],1,{},0,0=
x40000},0x40000)
=3D 373 (0x175)
recvmsg(8,0x7fffffffd8a0,0x40000)                ERR#35 'Resource temporari=
ly
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)
=3D 204 (0xcc)

-----Waits here----

^Cpoll({ 8/POLLIN },1,25000)                     ERR#4 'Interrupted system
call'

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-233679-21738-cHyHeuRcXV>