Hi Thomas, 2010/12/3 Thomas Sturm <[email protected]>: > Major problem, i.e. the segmentation violation, resolved! That was my fault. > I had missed calling a constructor of a superclass in some __init__() plus > accessed a non-existent attribute of a corresponding instance.
Can you create a minimalistic example of these omissions you did that reliably reproduces the segfault? IMHO even if you write wrong Python code or access something that is not there, the result should be a Python-level exception or at least some helpful abort message, but never a segfault. It would be good if you could come up with a minimalistic example to reproduce the crash and then file a bug report about it (attaching the example code) at http://bugs.openbossa.org/ - thanks :) Thomas _______________________________________________ PySide mailing list [email protected] http://lists.openbossa.org/listinfo/pyside
