[RC3] Memory leak problem when creating "Region" objects
Bug #1222832 reported by
Dumas
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
SikuliX |
Fix Released
|
Undecided
|
RaiMan |
Bug Description
1. Sikuli version : x1.0-rc3 (Maltipoo)
2. Operating system: Windows XP Professional SP3 32 bits
3. Procedure to reproduce the bug: Simply run the following script, monitoring the memory consumption of the javaw process (for example by using the task manager)
#######
while True:
r = Region(100, 100, 100, 100)
#######
4. Additionnal informations: java.lang OutOfMemoryError raised after a few seconds (~30 sec)
Changed in sikuli: | |
status: | New → Fix Released |
milestone: | none → 1.0.0 |
assignee: | nobody → RaiMan (raimund-hocke) |
To post a comment you must log in.
cannot reproduce this with version 1.0.1