Date: Tue, 26 Jan 2021 16:31:58 +0100 From: Gerrit =?UTF-8?B?S8O8aG4=?= <gerrit.kuehn@aei.mpg.de> To: Guido Falsi <mad@madpilot.net> Cc: freebsd-xfce@freebsd.org Subject: Re: extreme window open delay, missing menu highlight Message-ID: <20210126163158.5ec520e3@arc.aei.uni-hannover.de> In-Reply-To: <20210126162554.63783da9@arc.aei.uni-hannover.de> References: <20210121181216.58e8a61f@comet2.terra.ger> <2b3335fe-a409-1748-779b-62815cc28ad6@madpilot.net> <96c9ef00-6718-1023-226f-ae15ef75b959@madpilot.net> <20210126133312.76c0e6a1@arc.aei.uni-hannover.de> <9d2e9d13-ca3e-c694-cbda-4900c65b264a@madpilot.net> <20210126155732.10dfc357@arc.aei.uni-hannover.de> <4c85537c-0fea-1aa5-3c10-905478b601a9@madpilot.net> <20210126162554.63783da9@arc.aei.uni-hannover.de>
next in thread | previous in thread | raw e-mail | index | archive | help
Am Tue, 26 Jan 2021 16:25:54 +0100 schrieb Gerrit K=C3=BChn <gerrit.kuehn@aei.mpg.de>: > Maybe I can try using truss to find out at which point it actually hangs, > would that work? Just tried that, this is where it stops: --- [...] sendmsg(15,{NULL,0,[{"\0",1}],1,{{level=3DSOL_SOCKET,type=3DSCM_CREDS,data= =3D{0x3b,0x3f,0x00,0x00,0x00,0x00,0x00,0x00,0x4e,0x03,0x00,0x00,0x21,0x03,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(15,"AUTH\r\n",6,MSG_NOSIGNAL,NULL,0) =3D 6 (0x6) recvfrom(15,"REJECTED EXTERNAL\r\n",4096,0,NULL,0x0) =3D 19 (0x13) sendto(15,"AUTH EXTERNAL 383436\r\n",22,MSG_NOSIGNAL,NULL,0) =3D 22 (0x16) recvfrom(15,0x8052b4000,4096,0,0x0,0x0) ERR#35 'Resource temporarily unavailable'=20 poll({ 15/POLLIN },1,-1) =3D 1 (0x1) recvfrom(15,"OK a59e223d99092755f060ddcf60099"...,4096,0,NULL,0x0) =3D 37 (0x25) sendto(15,"NEGOTIATE_UNIX_FD\r\n",19,MSG_NOSIGNAL,NULL,0) =3D 19 (0x13) recvfrom(15,"AGREE_UNIX_FD\r\n",4096,0,NULL,0x0) =3D 15 (0xf) sendto(15,"BEGIN\r\n",7,MSG_NOSIGNAL,NULL,0) =3D 7 (0x7) write(14,"\^A",1) =3D 1 (0x1) pipe2(0x805364ab0,O_CLOEXEC) =3D 0 (0x0) fcntl(16,F_GETFL,) =3D 2 (0x2) fcntl(16,F_SETFL,O_RDWR|O_NONBLOCK) =3D 0 (0x0) fcntl(17,F_GETFL,) =3D 2 (0x2) fcntl(17,F_SETFL,O_RDWR|O_NONBLOCK) =3D 0 (0x0) write(17,"\^A",1) =3D 1 (0x1) write(14,"\^A",1) =3D 1 (0x1)=20 poll({ 16/POLLIN },1,25000) =3D 1 (0x1) read(16,"\^A",16) =3D 1 (0x1) --- Here it sits for close to a minute until the timeout happens. cu Gerrit
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20210126163158.5ec520e3>