[Bug 406432] New: Creating types Symbol, Path, Term ... in python-bindings segfault YaST
https://bugzilla.novell.com/show_bug.cgi?id=406432 Summary: Creating types Symbol, Path, Term ... in python-bindings segfault YaST Product: openSUSE 11.0 Version: Final Platform: Other OS/Version: Other Status: NEW Severity: Major Priority: P5 - None Component: YaST2 AssignedTo: juhliarik@novell.com ReportedBy: juhliarik@novell.com QAContact: jsrain@novell.com Found By: --- There is problem with creating types like symbol, path, term in YCP by using python-bindings. The problem is in allocating memory using python API for creating own type. YCPTypesInternal.cc line 15: self = (YCPTypeString *)type->tp_alloc(type, 0); -- 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=406432 User juhliarik@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=406432#c1 Jozef Uhliarik <juhliarik@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #1 from Jozef Uhliarik <juhliarik@novell.com> 2008-12-04 02:08:32 MST --- fixed by using python 2.6 -- 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