[Bug 484668] New: Missing destructor of struct _Pool in python-satsolver
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.
https://bugzilla.novell.com/show_bug.cgi?id=484668 User prusnak@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=484668#c1 Pavol Rusnak <prusnak@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |DUPLICATE --- Comment #1 from Pavol Rusnak <prusnak@novell.com> 2009-03-12 04:14:15 MST --- already reported and (hopefully) fixed *** This bug has been marked as a duplicate of bug 483252 *** https://bugzilla.novell.com/show_bug.cgi?id=483252 -- 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.
participants (1)
-
bugzilla_noreply@novell.com