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 611305 - Options with shortName set to None segfault gnome.init
Options with shortName set to None segfault gnome.init
Status: RESOLVED WONTFIX
Product: gnome-python
Classification: Deprecated
Component: gnome
2.28.x
Other Linux
: Normal critical
: ---
Assigned To: Nobody's working on this now (help wanted and appreciated)
Python bindings maintainers
gnome[unmaintained]
Depends on:
Blocks:
 
 
Reported: 2010-02-27 17:10 UTC by Luca Falavigna
Modified: 2014-08-02 13:05 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Test case (157 bytes, application/x-python)
2010-02-27 17:12 UTC, Luca Falavigna
Details

Description Luca Falavigna 2010-02-27 17:10:58 UTC
Forwarded from http://bugs.debian.org/294996

Attached code snippet generate a segfault:
(gdb) backtrace
  • #0 ??
    from /usr/lib/pymodules/python2.5/gtk-2.0/gnome/_gnome.so
  • #1 ??
    from /usr/lib/pymodules/python2.5/gtk-2.0/gnome/_gnome.so
  • #2 PyObject_Call
  • #3 PyEval_EvalFrameEx
  • #4 PyEval_EvalCodeEx
  • #5 PyEval_EvalCode
  • #6 PyRun_FileExFlags
  • #7 PyRun_SimpleFileExFlags
  • #8 Py_Main
  • #9 main

Comment 1 Luca Falavigna 2010-02-27 17:12:09 UTC
Created attachment 154853 [details]
Test case
Comment 2 André Klapper 2014-08-02 13:05:46 UTC
The last gnome-python code changes took place in April 2011:
https://git.gnome.org/browse/archive/gnome-python/log/

This project is not under active development anymore.

This project got recently archived in GNOME Git.

It is currently unlikely that there will be any further active development.

Closing this report as WONTFIX as part of Bugzilla Housekeeping to reflect reality. Please feel free to reopen this bug report in the future if anyone takes the responsibility for active development again. If you are interested in maintainership, inform https://mail.gnome.org/mailman/listinfo/desktop-devel-list

gnome-python wrapped GNOME 2's core libraries which are all deprecated and not under development anymore. 
For Python in GNOME 3, see https://wiki.gnome.org/Projects/PyGObject and its gobject-introspection approach.