Hi there,
I have the following problem with ion2 (2-20040729): it delays for 5-10
seconds on startup or restart every time when I start it with '-i18n'
switch from UTF-8 locale. No frames displayed and no mouse/keyboard
events are handled during this period.
strace shows the following:
====
read(4,
"\1\0N\0\0\0\0\0\0\0\307\0\0\0\0\0\1\0\0\0\0\0\0\0)\0\0"...,
32) = 32
writev(4, [{"1\0\7\0\1\0\21\0", 8}, {"*-JISX0208.1983-0", 17},
{"\0\0\0", 3}], 3) = 28
read(4,
"\1\0O\0\0\0\0\0\0\0\307\0\0\0\0\0\1\0\0\0\0\0\0\0\21\0"...,
32) = 32
writev(4, [{"1\0\7\0\1\0\23\0", 8}, {"*-*-JISX0208.1983-0",
19}, {"\0", 1}], 3) = 28
read(4,
"\1\0P\0\0\0\0\0\0\0\307\0\0\0\0\0\1\0\0\0\0\0\0\0\23\0"...,
32) = 32
writev(4, [{"1\0\10\0\1\0\25\0", 8}, {"*-*-*-JISX0208.1983-0",
21}, {"\0\0\0", 3}], 3) = 32
read(4,
"\1\0Q\0\0\0\0\0\0\0\307\0\0\0\0\0\1\0\0\0\0\0\0\0\25\0"...,
32) = 32
writev(4, [{"1\0\10\0\1\0\27\0", 8},
{"*-*-*-*-JISX0208.1983-0", 23}, {"\0", 1}], 3) = 32
read(4,
"\1\0R\0\0\0\0\0\0\0\307\0\0\0\0\0\1\0\0\0\0\0\0\0\27\0"...,
32) = 32
writev(4, [{"1\0\t\0\1\0\31\0", 8},
{"*-*-*-*-*-JISX0208.1983-0", 25}, {"\0\0\0", 3}], 3) = 36
read(4,
"\1\0S\0\0\0\0\0\0\0\307\0\0\0\0\0\1\0\0\0\0\0\0\0\31\0"...,
32) = 32
writev(4, [{"1\0\t\0\1\0\33\0", 8},
{"*-*-*-*-*-*-JISX0208.1983-0", 27}, {"\0", 1}], 3) = 36
read(4, 0x7fffffaa51c0, 32) = -1 EAGAIN (Resource temporarily
unavailable)
====
And later similiar strings (with "Resource temporarily unavailable"
message) repeated during "delay" period.
When ion finally started, non-Latin Unicode strings shows in tabs headers
incorrectly (like random sequence of latin characters and other symbols).
Problem occured on Gentoo 2005.1 and Mandriva 2005 LE distros, used X.org
6.8.2.
Platform: AMD64, Videocard: nVidia GeForce 6600.
--
WIth best regards,
Ilya Schurov