Bug 406432

Summary: Creating types Symbol, Path, Term ... in python-bindings segfault YaST
Product: [openSUSE] openSUSE 11.0 Reporter: Jozef Uhliarik <juhliarik>
Component: YaST2Assignee: Jozef Uhliarik <juhliarik>
Status: RESOLVED FIXED QA Contact: Jiri Srain <jsrain>
Severity: Major    
Priority: P5 - None    
Version: Final   
Target Milestone: ---   
Hardware: Other   
OS: Other   
Whiteboard:
Found By: --- Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---

Description Jozef Uhliarik 2008-07-04 07:41:31 UTC
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);
Comment 1 Jozef Uhliarik 2008-12-04 09:08:32 UTC
fixed by using python 2.6