← Back to team overview

sikuli-driver team mailing list archive

[Bug 1222832] [NEW] Memory leak problem when creating "Region" objects

 

Public bug reported:


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)

##########SCRIPT###########
while True:
    r = Region(100, 100, 100, 100)
##########################

4. Additionnal informations: java.lang OutOfMemoryError raised after a
few seconds (~30 sec)

** Affects: sikuli
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Sikuli
Drivers, which is subscribed to Sikuli.
https://bugs.launchpad.net/bugs/1222832

Title:
  Memory leak problem when creating "Region" objects

Status in Sikuli:
  New

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)

  ##########SCRIPT###########
  while True:
      r = Region(100, 100, 100, 100)
  ##########################

  4. Additionnal informations: java.lang OutOfMemoryError raised after a
  few seconds (~30 sec)

To manage notifications about this bug go to:
https://bugs.launchpad.net/sikuli/+bug/1222832/+subscriptions


Follow ups

References