You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
component: server | priority: minor | resolution: duplicate
2015-11-01 20:41:32: afarr created the issue
I was trying to test the 0.15.8 11050 win client (on windows 7 system) against 0.15.8 r11099 fedora 21 server.
Not sure what triggered it - was toggling between gedit and watching video/playing with the overkill javascript at "bmw.com"... but I got the following traceback. I wasn't able to repro it, unfortunately, but I'm hoping it will be an easy to find bit of code.
2015-11-01 12:10:52,504 loop nesting too deep: 10
2015-11-01 12:10:52,505 you may have a clipboard forwarding loop, disabling the clipboard
Traceback (most recent call last):
File "/usr/lib64/python2.7/site-packages/xpra/x11/gtk_x11/window.py", line 1151, in do_xpra_property_notify_event
BaseWindowModel.do_xpra_property_notify_event(self, event)
File "/usr/lib64/python2.7/site-packages/xpra/x11/gtk_x11/window.py", line 483, in do_xpra_property_notify_event
self._handle_property_change(str(event.atom))
File "/usr/lib64/python2.7/site-packages/xpra/x11/gtk_x11/window.py", line 488, in _handle_property_change
log("Property changed on %#x: %s", self.client_window.xid, name)
RuntimeError: maximum recursion depth exceeded while calling a Python object
None
Maximum recursion depth exceeded
Traceback (most recent call last):
File "/usr/lib64/python2.7/site-packages/xpra/x11/gtk_x11/window.py", line 1151, in do_xpra_property_notify_event
BaseWindowModel.do_xpra_property_notify_event(self, event)
File "/usr/lib64/python2.7/site-packages/xpra/x11/gtk_x11/window.py", line 483, in do_xpra_property_notify_event
self._handle_property_change(str(event.atom))
File "/usr/lib64/python2.7/site-packages/xpra/x11/gtk_x11/window.py", line 488, in _handle_property_change
log("Property changed on %#x: %s", self.client_window.xid, name)
RuntimeError: maximum recursion depth exceeded while calling a Python object
None
Maximum recursion depth exceeded
Error in sys.excepthook:
Traceback (most recent call last):
File "/usr/lib64/python2.7/site-packages/xpra/gtk_common/quit.py", line 59, in gtk_main_quit_on_fatal_exception
if issubclass(etype, (KeyboardInterrupt, SystemExit)):
RuntimeError: maximum recursion depth exceeded in __subclasscheck__
Didn't seem to produce any noticeable effects, but it seemed like it was worth catching.
The text was updated successfully, but these errors were encountered:
Issue migrated from trac ticket # 1018
component: server | priority: minor | resolution: duplicate
2015-11-01 20:41:32: afarr created the issue
The text was updated successfully, but these errors were encountered: