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 625583 - Crash in _free_invocation_state() if _prepare_invocation_state() fails
Crash in _free_invocation_state() if _prepare_invocation_state() fails
Status: RESOLVED DUPLICATE of bug 626684
Product: pygobject
Classification: Bindings
Component: general
Git master
Other Linux
: Normal major
: ---
Assigned To: Nobody's working on this now (help wanted and appreciated)
Python bindings maintainers
Depends on:
Blocks:
 
 
Reported: 2010-07-29 13:39 UTC by Philip Withnall
Modified: 2010-09-23 22:53 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Don't crash if _prepare_invocation_state() fails (1.03 KB, patch)
2010-07-29 13:40 UTC, Philip Withnall
none Details | Review

Description Philip Withnall 2010-07-29 13:39:49 UTC
Patch coming to fix a crash if a call to _prepare_invocation_state() fails. _free_invocation_state() would then be called to clean up, but would fall over when freeing a half-initialised state struct.
Comment 1 Philip Withnall 2010-07-29 13:40:44 UTC
Created attachment 166771 [details] [review]
Don't crash if _prepare_invocation_state() fails
Comment 2 johnp 2010-09-23 16:26:13 UTC
this might be obsoleted by bug #630271
Comment 3 Philip Withnall 2010-09-23 22:53:21 UTC
Looks like it was actually fixed by http://git.gnome.org/browse/pygobject/commit/?id=e4c4cccb588b258dbcd21702e6cddcfe9ebe4ffc (bug #626684).

*** This bug has been marked as a duplicate of bug 626684 ***