GNOME Bugzilla – Bug 364576
Program aborted (core dump) when new OptionGroup created.
Last modified: 2006-11-18 15:39:32 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:
Ubuntu bug about that: https://launchpad.net/distros/ubuntu/+source/pygobject/+bug/67866
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