Description of problem: Version-Release number of selected component (if applicable): python-2.5 How reproducible: Start luma open browser click on plus button of the server Actual results: *** glibc detected *** python: free(): invalid pointer: 0x00002aaaaab1b418 *** Programm hangs Expected results: Normal working Additional info: This issue occured von python-2.5.1 (cvsI too. Orignal bug is #221167
This is almost certainly not a python bug and instead a bug in one of the bindings used by luma. Python2.5 changes things so that you must consistently use either PyObject or PyMem allocation rather than mixing and matching between the two. Would need a backtrace with -debuginfos installed to get a better idea of which is the causer. Or a good way to set up luma to use it.
Created attachment 156750 [details] Backtrace of the python issue
Okay, that's coming from PyQT (or what's generated by sip)
I have found out, that the issue was raise by python-ldap. After a update to python-ldap-2.3 the issue doesn't occure anymore.