extreme window open delay, missing menu highlight

Gerrit Kühn gerrit.kuehn at aei.mpg.de
Tue Jan 26 15:32:01 UTC 2021


Am Tue, 26 Jan 2021 16:25:54 +0100
schrieb Gerrit Kühn <gerrit.kuehn at 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=SOL_SOCKET,type=SCM_CREDS,data={0x3b,0x3f,0x00,0x00,0x00,0x00,0x00,0x00,0x4e,0x03,0x00,0x00,0x21,0x03,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(15,"AUTH\r\n",6,MSG_NOSIGNAL,NULL,0)	 = 6 (0x6)
recvfrom(15,"REJECTED EXTERNAL\r\n",4096,0,NULL,0x0) = 19 (0x13)
sendto(15,"AUTH EXTERNAL 383436\r\n",22,MSG_NOSIGNAL,NULL,0) = 22 (0x16)
recvfrom(15,0x8052b4000,4096,0,0x0,0x0)		 ERR#35 'Resource
temporarily unavailable' 
poll({ 15/POLLIN },1,-1) = 1 (0x1) recvfrom(15,"OK
a59e223d99092755f060ddcf60099"...,4096,0,NULL,0x0) = 37 (0x25)
sendto(15,"NEGOTIATE_UNIX_FD\r\n",19,MSG_NOSIGNAL,NULL,0) = 19 (0x13)
recvfrom(15,"AGREE_UNIX_FD\r\n",4096,0,NULL,0x0) = 15 (0xf)
sendto(15,"BEGIN\r\n",7,MSG_NOSIGNAL,NULL,0)	 = 7 (0x7)
write(14,"\^A",1)				 = 1 (0x1)
pipe2(0x805364ab0,O_CLOEXEC)			 = 0 (0x0)
fcntl(16,F_GETFL,)				 = 2 (0x2)
fcntl(16,F_SETFL,O_RDWR|O_NONBLOCK)		 = 0 (0x0)
fcntl(17,F_GETFL,)				 = 2 (0x2)
fcntl(17,F_SETFL,O_RDWR|O_NONBLOCK)		 = 0 (0x0)
write(17,"\^A",1)				 = 1 (0x1)
write(14,"\^A",1)				 = 1 (0x1) 
poll({ 16/POLLIN },1,25000)			 = 1 (0x1)
read(16,"\^A",16)				 = 1 (0x1)
---


Here it sits for close to a minute until the timeout happens.


cu
  Gerrit


More information about the freebsd-xfce mailing list