Xpra: Ticket #789: resizing windows throwing tracebacks, server-side, in _process_configure_window

Testing with OSX client 0.15.0 r8527 or windows client 0.15.0 r8500 against a fedora 20 server 0.15.0 runknwon (should be 8522).

When resizing windows (firefox, gedit, though not with xterm apparently), get the following traceback repeatedly, server-side:

Traceback (most recent call last):
  File "/usr/lib64/python2.7/site-packages/xpra/x11/server.py", line 737, in _process_configure_window
    self._set_window_state(proto, wid, window, packet[7])
  File "/usr/lib64/python2.7/site-packages/xpra/x11/server.py", line 684, in _set_window_state
    if "maximized" in new_window_state:
TypeError: argument of type 'int' is not iterable
Traceback (most recent call last):
  File "/usr/lib64/python2.7/site-packages/xpra/x11/server.py", line 737, in _process_configure_window
    self._set_window_state(proto, wid, window, packet[7])
  File "/usr/lib64/python2.7/site-packages/xpra/x11/server.py", line 684, in _set_window_state
    if "maximized" in new_window_state:
TypeError: argument of type 'int' is not iterable
…

… and re-sized portions of application window either take a long time to render, or aren’t rendering at all.



Thu, 22 Jan 2015 22:10:09 GMT - alas: status changed; resolution set

Tested again with fedora 20 server 0.15.0 r8527 - couldn't repro.

Closing as invalid, and assuming there was something wrong with the runknown server build I'd been testing with.


Fri, 23 Jan 2015 01:00:22 GMT - Antoine Martin:

Yes, you've hit the regression that r8450 fixes.


Sat, 23 Jan 2021 05:06:00 GMT - migration script:

this ticket has been moved to: https://github.com/Xpra-org/xpra/issues/789