GNOME Bugzilla – Bug 532523
crashed with RuntimeError in parse_value()
Last modified: 2010-12-17 09:52:53 UTC
Steps to reproduce: 1) started istanbul 2) selected a window to record 3) started recording 4) about 3-5 seconds pass 5) istanbul crashes Stack trace: Traceback (most recent call last):
+ Trace 197401
self.current_screencast.start_recording()
area_x1, area_y1, area_x2, area_y2 = self.selector.get_area()
target_window = self._get_client_window (target_window)
result = self._get_client_window_check_children(window)
result = self._get_client_window_check_children(window) ... [REMOVED 1941 lines of the repeated message to get the number of characters below 65,535 for BUGZILLA] ...
children = window.query_tree().children
window = self.id)
self.reply()
self._display.send_and_recv(request = self._serial)
gotreq = self.parse_response(request)
gotreq = self.parse_request_response(request) or gotreq
req._parse_response(self.data_recv[:self.request_length])
self._data, d = self._reply.parse_binary(data, self._display, rawdict = 1)
ret[i] = self.type.parse_value(v, display)
c = display.get_resource_class(self.class_name)
Other information: Originally opened in Launchpad: https://bugs.launchpad.net/bugs/150251
Thanks for taking the time to report this bug. However, you are using a version that is too old and not supported anymore. GNOME developers are no longer working on that version, so unfortunately there will not be any bug fixes for the version that you use. By upgrading to a newer version of GNOME you could receive bug fixes and new functionality. You may need to upgrade your Linux distribution to obtain a newer version of GNOME. Please feel free to reopen this bug if the problem still occurs with a newer version of GNOME.