1 | |
---|
2 | Logs produced server side (r3778 both server and client) when clicking a button to open a drop-menu of smilies on a discussion board. The recurrence of the raw mode traceback suggests a possible link between the drop menu focus issues and the search bar focus issues. |
---|
3 | |
---|
4 | In this case, however, there was no unexpected bahavior exhibited. (Dumb luck?) |
---|
5 | |
---|
6 | 2013-07-09 13:14:46,679 _focus(ServerSource(Protocol(SocketConnection(('10.0.32.196', 1200) - ('10.0.11.67', 52310)))), 3, None) has_focus=3 |
---|
7 | 2013-07-09 13:14:46,704 _focus(ServerSource(Protocol(SocketConnection(('10.0.32.196', 1200) - ('10.0.11.67', 52310)))), 3, None) has_focus=3 |
---|
8 | 2013-07-09 13:14:46,756 _focus(ServerSource(Protocol(SocketConnection(('10.0.32.196', 1200) - ('10.0.11.67', 52310)))), 3, None) has_focus=3 |
---|
9 | 2013-07-09 13:14:46,784 _focus(ServerSource(Protocol(SocketConnection(('10.0.32.196', 1200) - ('10.0.11.67', 52310)))), 3, None) has_focus=3 |
---|
10 | 2013-07-09 13:14:46,805 _focus(ServerSource(Protocol(SocketConnection(('10.0.32.196', 1200) - ('10.0.11.67', 52310)))), 3, None) has_focus=3 |
---|
11 | 2013-07-09 13:14:46,867 _focus(ServerSource(Protocol(SocketConnection(('10.0.32.196', 1200) - ('10.0.11.67', 52310)))), 3, None) has_focus=3 |
---|
12 | 2013-07-09 13:14:46,889 _focus(ServerSource(Protocol(SocketConnection(('10.0.32.196', 1200) - ('10.0.11.67', 52310)))), 3, None) has_focus=3 |
---|
13 | 2013-07-09 13:14:46,900 _focus(ServerSource(Protocol(SocketConnection(('10.0.32.196', 1200) - ('10.0.11.67', 52310)))), 3, None) has_focus=3 |
---|
14 | 2013-07-09 13:14:46,936 _focus(ServerSource(Protocol(SocketConnection(('10.0.32.196', 1200) - ('10.0.11.67', 52310)))), 3, None) has_focus=3 |
---|
15 | 2013-07-09 13:14:46,975 _focus(ServerSource(Protocol(SocketConnection(('10.0.32.196', 1200) - ('10.0.11.67', 52310)))), 3, None) has_focus=3 |
---|
16 | 2013-07-09 13:14:47,015 _focus(ServerSource(Protocol(SocketConnection(('10.0.32.196', 1200) - ('10.0.11.67', 52310)))), 3, None) has_focus=3 |
---|
17 | 2013-07-09 13:14:47,045 _focus(ServerSource(Protocol(SocketConnection(('10.0.32.196', 1200) - ('10.0.11.67', 52310)))), 3, None) has_focus=3 |
---|
18 | 2013-07-09 13:14:47,072 _focus(ServerSource(Protocol(SocketConnection(('10.0.32.196', 1200) - ('10.0.11.67', 52310)))), 3, None) has_focus=3 |
---|
19 | 2013-07-09 13:14:47,116 _focus(ServerSource(Protocol(SocketConnection(('10.0.32.196', 1200) - ('10.0.11.67', 52310)))), 3, None) has_focus=3 |
---|
20 | 2013-07-09 13:14:47,124 _focus(ServerSource(Protocol(SocketConnection(('10.0.32.196', 1200) - ('10.0.11.67', 52310)))), 3, None) has_focus=3 |
---|
21 | 2013-07-09 13:14:47,724 _focus(ServerSource(Protocol(SocketConnection(('10.0.32.196', 1200) - ('10.0.11.67', 52310)))), 3, None) has_focus=3 |
---|
22 | 2013-07-09 13:14:47,868 _focus(ServerSource(Protocol(SocketConnection(('10.0.32.196', 1200) - ('10.0.11.67', 52310)))), 3, None) has_focus=3 |
---|
23 | 2013-07-09 13:14:53,910 PIL_encode((91, 19, 'png', '6916 bytes', 'BGRA', 364, {})) converting to RGB failed |
---|
24 | Traceback (most recent call last): |
---|
25 | File "/usr/lib/python2.7/site-packages/xpra/server/window_source.py", line 918, in PIL_encode |
---|
26 | im = PIL.Image.frombuffer(rgb, (w, h), image.get_pixels(), "raw", pixel_format, image.get_rowstride()) |
---|
27 | File "/usr/lib64/python2.7/site-packages/PIL/Image.py", line 1858, in frombuffer |
---|
28 | return fromstring(mode, size, data, decoder_name, args) |
---|
29 | File "/usr/lib64/python2.7/site-packages/PIL/Image.py", line 1797, in fromstring |
---|
30 | im.fromstring(data, decoder_name, args) |
---|
31 | File "/usr/lib64/python2.7/site-packages/PIL/Image.py", line 589, in fromstring |
---|
32 | d = _getdecoder(self.mode, decoder_name, args) |
---|
33 | File "/usr/lib64/python2.7/site-packages/PIL/Image.py", line 383, in _getdecoder |
---|
34 | return apply(decoder, (mode,) + args + extra) |
---|
35 | ValueError: unknown raw mode |
---|
36 | 2013-07-09 13:14:53,910 error processing damage data: unknown raw mode |
---|
37 | Traceback (most recent call last): |
---|
38 | File "/usr/lib/python2.7/site-packages/xpra/server/source.py", line 1183, in data_to_packet |
---|
39 | encode_and_queue() |
---|
40 | File "/usr/lib/python2.7/site-packages/xpra/server/window_source.py", line 617, in make_data_packet_cb |
---|
41 | packet = self.make_data_packet(*data) |
---|
42 | File "/usr/lib/python2.7/site-packages/xpra/server/window_source.py", line 792, in make_data_packet |
---|
43 | data, client_options, outw, outh, outstride = encoder(coding, image, options) |
---|
44 | File "/usr/lib/python2.7/site-packages/xpra/server/window_source.py", line 921, in PIL_encode |
---|
45 | raise e |
---|
46 | ValueError: unknown raw mode |
---|
47 | 2013-07-09 13:14:53,942 _focus(ServerSource(Protocol(SocketConnection(('10.0.32.196', 1200) - ('10.0.11.67', 52310)))), 22, ('mod2',)) has_focus=3 |
---|
48 | 2013-07-09 13:14:53,942 focus(ServerSource(Protocol(SocketConnection(('10.0.32.196', 1200) - ('10.0.11.67', 52310)))), 22, ('mod2',)) giving focus to <OverrideRedirectWindowModel object at 0x2b8b730 (xpra+x11+gtk_x11+window+OverrideRedirectWindowModel at 0x7f8b38025e80)> |
---|
49 | 2013-07-09 13:14:54,327 _focus(ServerSource(Protocol(SocketConnection(('10.0.32.196', 1200) - ('10.0.11.67', 52310)))), 0, ('mod2',)) has_focus=22 |
---|
50 | 2013-07-09 13:14:54,327 reset_focus() 22 / None had focus |
---|
51 | 2013-07-09 13:15:04,744 PIL_encode((49, 19, 'png', '3724 bytes', 'BGRA', 196, {})) converting to RGB failed |
---|
52 | Traceback (most recent call last): |
---|
53 | File "/usr/lib/python2.7/site-packages/xpra/server/window_source.py", line 918, in PIL_encode |
---|
54 | im = PIL.Image.frombuffer(rgb, (w, h), image.get_pixels(), "raw", pixel_format, image.get_rowstride()) |
---|
55 | File "/usr/lib64/python2.7/site-packages/PIL/Image.py", line 1858, in frombuffer |
---|
56 | return fromstring(mode, size, data, decoder_name, args) |
---|
57 | File "/usr/lib64/python2.7/site-packages/PIL/Image.py", line 1797, in fromstring |
---|
58 | im.fromstring(data, decoder_name, args) |
---|
59 | File "/usr/lib64/python2.7/site-packages/PIL/Image.py", line 589, in fromstring |
---|
60 | d = _getdecoder(self.mode, decoder_name, args) |
---|
61 | File "/usr/lib64/python2.7/site-packages/PIL/Image.py", line 383, in _getdecoder |
---|
62 | return apply(decoder, (mode,) + args + extra) |
---|
63 | ValueError: unknown raw mode |
---|
64 | 2013-07-09 13:15:04,747 error processing damage data: unknown raw mode |
---|
65 | Traceback (most recent call last): |
---|
66 | File "/usr/lib/python2.7/site-packages/xpra/server/source.py", line 1183, in data_to_packet |
---|
67 | encode_and_queue() |
---|
68 | File "/usr/lib/python2.7/site-packages/xpra/server/window_source.py", line 617, in make_data_packet_cb |
---|
69 | packet = self.make_data_packet(*data) |
---|
70 | File "/usr/lib/python2.7/site-packages/xpra/server/window_source.py", line 792, in make_data_packet |
---|
71 | data, client_options, outw, outh, outstride = encoder(coding, image, options) |
---|
72 | File "/usr/lib/python2.7/site-packages/xpra/server/window_source.py", line 921, in PIL_encode |
---|
73 | raise e |
---|
74 | ValueError: unknown raw mode |
---|
75 | 2013-07-09 13:15:04,756 _focus(ServerSource(Protocol(SocketConnection(('10.0.32.196', 1200) - ('10.0.11.67', 52310)))), 23, ('mod2',)) has_focus=0 |
---|
76 | 2013-07-09 13:15:04,757 focus(ServerSource(Protocol(SocketConnection(('10.0.32.196', 1200) - ('10.0.11.67', 52310)))), 23, ('mod2',)) giving focus to <OverrideRedirectWindowModel object at 0x2b84e60 (xpra+x11+gtk_x11+window+OverrideRedirectWindowModel at 0x2b5f980)> |
---|
77 | 2013-07-09 13:15:10,535 _focus(ServerSource(Protocol(SocketConnection(('10.0.32.196', 1200) - ('10.0.11.67', 52310)))), 0, ('mod2',)) has_focus=23 |
---|
78 | 2013-07-09 13:15:10,535 reset_focus() 23 / None had focus |
---|
79 | 2013-07-09 13:15:10,807 _focus(ServerSource(Protocol(SocketConnection(('10.0.32.196', 1200) - ('10.0.11.67', 52310)))), 24, ('mod2',)) has_focus=0 |
---|
80 | 2013-07-09 13:15:10,808 reset_focus() 0 / None had focus |
---|
81 | 2013-07-09 13:15:10,859 _focus(ServerSource(Protocol(SocketConnection(('10.0.32.196', 1200) - ('10.0.11.67', 52310)))), 0, ('mod2',)) has_focus=0 |
---|
82 | 2013-07-09 13:15:26,778 _focus(ServerSource(Protocol(SocketConnection(('10.0.32.196', 1200) - ('10.0.11.67', 52310)))), 3, ('mod2',)) has_focus=0 |
---|
83 | 2013-07-09 13:15:26,778 focus(ServerSource(Protocol(SocketConnection(('10.0.32.196', 1200) - ('10.0.11.67', 52310)))), 3, ('mod2',)) giving focus to <WindowModel object at 0x7f8b285a8460 (xpra+x11+gtk_x11+window+WindowModel at 0x22ab4e0)> |
---|
84 | 2013-07-09 13:15:26,781 _focus(ServerSource(Protocol(SocketConnection(('10.0.32.196', 1200) - ('10.0.11.67', 52310)))), 0, ('mod2',)) has_focus=3 |
---|
85 | 2013-07-09 13:15:26,781 reset_focus() 3 / <WindowModel object at 0x7f8b285a8460 (xpra+x11+gtk_x11+window+WindowModel at 0x22ab4e0)> had focus |
---|