ubuntu-x-swat team mailing list archive
-
ubuntu-x-swat team
-
Mailing list archive
-
Message #109223
[Bug 714626] Re: gnome-terminal slow to start
Interesting lines in strace log :
0.000130 poll([{fd=3, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=3, revents=POLLOUT}])
0.000062 writev(3, [{"+\0\1\0", 4}, {NULL, 0}, {"", 0}], 3) = 4
0.000048 poll([{fd=3, events=POLLIN}], 1, -1) = 1 ([{fd=3, revents=POLLIN}])
0.398729 read(3, "\1\2}\0\0\0\0\0c\3\300\5\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0", 4096) = 32
0.000058 read(3, 0xfb47f4, 4096) = -1 EAGAIN (Resource temporarily unavailable)
0.000057 poll([{fd=3, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=3, revents=POLLOUT}])
0.000036 writev(3, [{"+\0\1\0", 4}, {NULL, 0}, {"", 0}], 3) = 4
0.000042 poll([{fd=3, events=POLLIN}], 1, -1) = 1 ([{fd=3, revents=POLLIN}])
0.000061 read(3, "\1\2~\0\0\0\0\0c\3\300\5\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0", 4096) = 32
0.000041 read(3, 0xfb47f4, 4096) = -1 EAGAIN (Resource temporarily unavailable)
the first read() is very long ... the #3 fd is the X socket as can be
seen above in the log.
** Attachment added: "strace_gnome_terminal.log"
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/714626/+attachment/1836092/+files/strace_gnome_terminal.log
--
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xorg in ubuntu.
https://bugs.launchpad.net/bugs/714626
Title:
gnome-terminal slow to start
References