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 104 - pointer type discovery fail
: pointer type discovery fail
Status: CLOSED FIXED
Product: PySide
Classification: Unclassified
Component: PySide
: HEAD
: All All
: P5 normal
Assigned To: renato filho
:
:
:
  Show dependency treegraph
 
Reported: 2009-12-07 18:24 EET by renato filho
Modified: 2010-03-24 14:39 EET (History)
7 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description renato filho 2009-12-07 18:24:37 EET
shiboken fail to discovery pointer type when this pointer was allocate in c++
side.

see qobject_event_filter test.
Comment 1 Lauro Moura 2009-12-07 19:16:33 EET
I added a simple test to shiboken's libsample.

The example creates a layout with a ObjectType and a ObjectTypeLayout and tries
to retrieve them. Currently both are wrapped as ObjectType and segfaults when
deleted.

http://qt.gitorious.org/~lauromoura/pyside/lauromoura-shiboken/commit/d1a75b723d20f4f01ff370513bb4140832bf7fb2
Comment 2 Hugo Parente Lima 2010-01-14 18:26:13 EET
fixed in commit 67f0c4988020833210537757fbd51ecb84825ce8 (shiboken)