Bug 484668

Summary: Missing destructor of struct _Pool in python-satsolver
Product: [openSUSE] openSUSE 11.2 Reporter: Michal Vyskocil <mvyskocil>
Component: OtherAssignee: Klaus Kämpf <kkaempf>
Status: RESOLVED DUPLICATE QA Contact: E-mail List <qa-bugs>
Severity: Major    
Priority: P5 - None    
Version: Alpha 0   
Target Milestone: ---   
Hardware: Other   
OS: Other   
Whiteboard:
Found By: Development Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---

Description Michal Vyskocil 2009-03-12 09:53:22 UTC
When I try to use a scout or a command-not-found, I got a following error

$command-not-found Xvfb
swig/python detected a memory leak of type 'struct _Pool *', no destructor found.

The problem is in python-satsolver module.

How to reproduce:

$ python
Python 2.6 (r26:66714, Mar  4 2009, 19:17:08)
[GCC 4.3.3 [gcc-4_3-branch revision 143673]] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import satsolver
>>> pool = satsolver.Pool()
>>> del pool
swig/python detected a memory leak of type 'struct _Pool *', no destructor found.
>>>

Installed version:
$ rpm -q python-satsolver
python-satsolver-0.14.0-1.1
Comment 1 Pavol Rusnak 2009-03-12 10:14:15 UTC
already reported and (hopefully) fixed

*** This bug has been marked as a duplicate of bug 483252 ***