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 364576 - Program aborted (core dump) when new OptionGroup created.
Program aborted (core dump) when new OptionGroup created.
Status: RESOLVED FIXED
Product: pygobject
Classification: Bindings
Component: general
2.12.x
Other All
: Normal critical
: ---
Assigned To: Nobody's working on this now (help wanted and appreciated)
Python bindings maintainers
Depends on:
Blocks:
 
 
Reported: 2006-10-23 22:36 UTC by Laszlo Pandy
Modified: 2006-11-18 15:39 UTC
See Also:
GNOME target: ---
GNOME version: 2.15/2.16



Description Laszlo Pandy 2006-10-23 22:36:05 UTC
Steps to reproduce:
To reproduce this error, just enter the following command into the terminal:
python -c "import gobject; gobject.OptionGroup()"

Stack trace:
This message comes up:
** ERROR **: file ../../gobject/pygoptiongroup.c: line 91 (pyg_option_group_dealloc): assertion failed: (tmp != NULL)
aborting...
Aborted (core dumped)

Other information:
Comment 1 Sebastien Bacher 2006-10-24 08:54:01 UTC
Ubuntu bug about that: https://launchpad.net/distros/ubuntu/+source/pygobject/+bug/67866
Comment 2 Johan (not receiving bugmail) Dahlin 2006-11-18 15:39:32 UTC
Checking in ChangeLog;
/cvs/gnome/pygobject/ChangeLog,v  <--  ChangeLog
new revision: 1.115; previous revision: 1.114
done
Checking in gobject/pygoptiongroup.c;
/cvs/gnome/pygobject/gobject/pygoptiongroup.c,v  <--  pygoptiongroup.c
new revision: 1.2; previous revision: 1.1
done
Checking in tests/test_option.py;
/cvs/gnome/pygobject/tests/test_option.py,v  <--  test_option.py
new revision: 1.2; previous revision: 1.1
done