eiginn / coreemu

Automatically exported from code.google.com/p/coreemu
BSD 2-Clause "Simplified" License
0 stars 1 forks source link

non-unique object id exception occasionally occurs when creating thousands of nodes #132

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
when a Python script creates thousands of LxcNode nodes, sometimes the object 
id is not unique and an exception is raised, having the error:
"non-unique object id"

when an object id is not specified (objid=None), the CoreObj uses bits from 
id(self)

Original issue reported on code.google.com by ahrenh...@gmail.com on 18 Apr 2012 at 7:01

GoogleCodeExporter commented 9 years ago
fixed in r413

Original comment by ahrenh...@gmail.com on 18 Apr 2012 at 8:03