Segmentation fault when asking help() for the list of modules
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
PyGTK |
New
|
Undecided
|
Unassigned | ||
Python |
New
|
Undecided
|
Unassigned | ||
pygtk (Ubuntu) |
Triaged
|
Medium
|
Unassigned | ||
python2.7 (Ubuntu) |
Triaged
|
Medium
|
Unassigned | ||
python3.6 (Ubuntu) |
New
|
Undecided
|
Unassigned |
Bug Description
Using Python 2.7.2 on Oneiric (package version is 2.7.2-7ubuntu2), I'm getting a consistent segmentation fault when I open the interactive help in a Python shell (i.e. typing "help()" in the shell) and then ask for the list of modules (by typing "modules").
The error code returned is as follows:
Please wait a moment while I gather a list of all available modules...
/usr/lib/
import gobject._gobject
/usr/lib/
from gtk import _gtk
** (python:5116): CRITICAL **: pyg_register_boxed: assertion `boxed_type != 0' failed
/usr/lib/
from gtk import _gtk
/usr/lib/
from gtk import _gtk
Segmentation fault
tags: | added: oneiric precise |
affects: | python → obsolete-junk |
no longer affects: | obsolete-junk |
information type: | Public → Public Security |
Changed in python2.7 (Ubuntu): | |
status: | Confirmed → Triaged |
importance: | Undecided → Medium |
information type: | Public Security → Public |
I get the same error on Ubuntu 11.10. Listing "topics" or "keywords" works without problems though.