2010/12/24 Benoît HERVIER <[email protected]>: > Morning, > > I got a segfault with the new Pyside binding 1.0.0b2 where i didn't > get with beta1. How can i found such segfault without adding print > everywhere in the code ? > Pdb segfault too.
Run you script with '-m trace --trace' params, it should point which line is causing the segfault. Supposing your programs is named script.py, one way to do it is: $ python -m trace --trace script.py Afterwards, please file a bug in PySide bugzilla[1] with the obtained info. [1] http://bugs.openbossa.org/enter_bug.cgi?product=PySide > > Also about http://bugs.openbossa.org/show_bug.cgi?id=544 i think it > should be fixed by 1.0.0b2 but doesn't seems to. > If you believe so, please add a comment on this bug explaining the issue so that appropriate actions can be taken. > Regards, > -- > Benoît HERVIER, Khertan Software - http://khertan.net/ Regards, -- ____________________________________ Bruno Araújo Software developer - openBossa Labs - INdT _______________________________________________ PySide mailing list [email protected] http://lists.openbossa.org/listinfo/pyside
