
https://bugzilla.novell.com/show_bug.cgi?id=484668 Summary: Missing destructor of struct _Pool in python-satsolver Classification: openSUSE Product: openSUSE 11.2 Version: Alpha 0 Platform: Other OS/Version: Other Status: NEW Severity: Major Priority: P5 - None Component: Other AssignedTo: kkaempf@novell.com ReportedBy: mvyskocil@novell.com QAContact: qa@suse.de CC: prusnak@novell.com Found By: Development 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 -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.