PySide Bugzilla Closed for New Bugs

PySide is now a Qt Add-on and uses the Qt Project's JIRA Bug Tracker instead of this Bugzilla instance. This Bugzilla is left for reference purposes.

Bug 1136 - segfaults on mac os x leopard
: segfaults on mac os x leopard
Status: NEW
Product: PySide
Classification: Unclassified
Component: PySide
: HEAD
: Macintosh Mac OS
: P2 normal
Assigned To: Hugo Parente Lima
:
:
:
  Show dependency treegraph
 
Reported: 2012-02-07 02:35 EET by Den Shabalin
Modified: 2012-03-08 16:57 EET (History)
8 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Den Shabalin 2012-02-07 02:35:43 EET
Hi,

I'm having trouble making pyside not to segfault on leopard.
This is probably the smallest segfaulting program:

#################################
from PySide import QtCore, QtGui

app = QtGui.QApplication([])

class MyObject(QtCore.QObject):
    pass
#################################

Details about my setup:
- Mac OS 10.5.8
- Python 2.7.2 and 2.6.7 (from macports)
- Qt 4.7.4 (from macports and nokia)
- PySide 1.1.0 (and git master)

I've tried following combinations:
1) installed everything from macports
2) installed pre-compiled Qt from nokia
3) compiled pyside by myself + python from macports
 - python 2.7 + pyside git tag 1.1.0
 - python 2.7 + pyside git master
 - python 2.6 + pyside git master

Everything is compiled in i386.

I can provide extra information about segfaults if needed.

p.s.
Everything works perfectly on Snow Leopard.
This must be some Leopard-only issue.
Comment 1 Matti Airas 2012-03-08 16:57:35 EET
PySide is now a Qt-addon and uses Qt Project's JIRA tool for tracking bugs.
Please verify that the bug is still valid and re-submit it in the address
below:

https://bugreports.qt-project.org/

Sorry for the inconvenience!