
June 25, 2004
5:46 a.m.
On Fri, Jun 25, 2004 at 11:04:33AM +0200, aalted@arsystel.com wrote:
I am using twisted spread to pass large numbers between client and server.
Everything works ok, except when I try to pass the following number: -2147483648. This causes to crash twisted, and the task administrator in windows xp, shows the use of virtual memory increases to the maximum. No exceptions nor error messages, simply frozes.
This appears to be a bug in the cBanana module, which can be easily triggered by: python -c "from twisted.spread.banana import encode; print repr(encode(-2147483648))" Good catch. -Andrew.