[pox-dev] Requesting port statistics (problem with connection)

Murphy McCauley murphy.mccauley at gmail.com
Fri Oct 5 14:12:03 PDT 2012


On Oct 5, 2012, at 1:34 PM, Murphy McCauley wrote:
>> Betta (0ca0a8b5b5726195aa2c69337af98a146308dab9) always gives following error (no matter which components are loaded):
> ...
>>  File "/home/openflow/temp_repo/poxrefbetta/pox/openflow/libopenflow_01.py", line 51, in xid_generator
>>    return chain.from_iterable(repeat(xrange(start,stop+1))).next
>> OverflowError: Python int too large to convert to C long
> 
> Oh, weird.  I guess you're running a 32 bit Python?  Try knocking the +1 off the second arg to xrange and seeing if that fixes it.

Yeah, I confirmed this was a 32 bit issue.  I've pushed a fix.  Thanks for the report.

-- Murphy


More information about the pox-dev mailing list