After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 606582 - Tests sigsegv
Tests sigsegv
Status: RESOLVED FIXED
Product: pygobject
Classification: Bindings
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: Nobody's working on this now (help wanted and appreciated)
Python bindings maintainers
Depends on:
Blocks:
 
 
Reported: 2010-01-10 20:03 UTC by Tomeu Vizoso
Modified: 2010-01-10 20:45 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Initialize PyGPollFD_Type.fd_obj to NULL (825 bytes, patch)
2010-01-10 20:03 UTC, Tomeu Vizoso
committed Details | Review
backtrace (21.58 KB, text/plain)
2010-01-10 20:04 UTC, Tomeu Vizoso
  Details

Description Tomeu Vizoso 2010-01-10 20:03:11 UTC
Because we try to XDECREF PyGPollFD_Type.fd_obj which is not initialized.
Comment 1 Tomeu Vizoso 2010-01-10 20:03:13 UTC
Created attachment 151137 [details] [review]
Initialize PyGPollFD_Type.fd_obj to NULL
Comment 2 Tomeu Vizoso 2010-01-10 20:04:08 UTC
Created attachment 151138 [details]
backtrace
Comment 3 Tomeu Vizoso 2010-01-10 20:45:45 UTC
Attachment 151137 [details] pushed as 289d641 - Initialize PyGPollFD_Type.fd_obj to NULL