search for: dump_int

Displaying 2 results from an estimated 2 matches for "dump_int".

Did you mean: dump'ing
2006 Mar 27
1
"xm list" causing "OverflowError: int exceeds XML-RPC limits"
...in __dump f(self, value, write) File "/usr/lib64/python2.4/xmlrpclib.py", line 675, in dump_array dump(v, write) File "/usr/lib64/python2.4/xmlrpclib.py", line 615, in __dump f(self, value, write) File "/usr/lib64/python2.4/xmlrpclib.py", line 626, in dump_int raise OverflowError, "int exceeds XML-RPC limits" OverflowError: int exceeds XML-RPC limits _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2006 Mar 28
7
[PATCH] XML-RPC: Cope with large integers on x86-64 systems
Attached patch fixes a problem in marshaling large integers. It seems to only occur on systems with very large memory. However, on those systems, it''s a show-stopper. I see this as a temporary solution until we can sanitize the XML-RPC functions and get rid of all the S-Expression stuff. I''ll run xm-test tomorrow against it. Right now I''ve only done basic