Hello !
I found a memory leak, can anyone confirm this ? I use Python 2.0 on a Nokia 5800 with current firmware (Sorry no time now to check the version number).
After some iterations, this code crashes always.Code:import btsocket t = btsocket.access_point(btsocket.select_access_point()) btsocket.set_default_access_point(t) t.start() while 1: print t.ip()
THis is my first bug (not self produced ;-) where should i file a bug report ?Code:Result: Traceback (most recent call last): File "<console>", line 2, in <module> SymbianError: [Errno -4] KErrNoMemory
thanks,
Julian Grahsl

Reply With Quote

