This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Python 2.7 on Linux Ubuntu 12.04 LTS crashes on the help('modules') command
Type: crash Stage: resolved
Components: macOS Versions: Python 2.7
process
Status: closed Resolution: duplicate
Dependencies: Superseder: pydoc - stall when requesting a list of available modules in the online help utility
View: 13926
Assigned To: Nosy List: lagoon7, ronaldoussoren
Priority: normal Keywords:

Created on 2013-10-29 16:46 by lagoon7, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Messages (2)
msg201646 - (view) Author: lagoon7 (lagoon7) Date: 2013-10-29 16:46
/usr/lib/python2.7/dist-packages/gobject/constants.py:24: Warning: g_boxed_type_register_static: assertion `g_type_from_name (name) == 0' failed
  import gobject._gobject
/usr/lib/python2.7/dist-packages/gtk-2.0/gtk/__init__.py:40: Warning: g_boxed_type_register_static: assertion `g_type_from_name (name) == 0' failed
  from gtk import _gtk

** (python:23199): CRITICAL **: pyg_register_boxed: assertion `boxed_type != 0' failed
/usr/lib/python2.7/dist-packages/gtk-2.0/gtk/__init__.py:40: Warning: cannot register existing type `GdkDevice'
  from gtk import _gtk
/usr/lib/python2.7/dist-packages/gtk-2.0/gtk/__init__.py:40: Warning: g_type_get_qdata: assertion `node != NULL' failed
  from gtk import _gtk
Segmentation fault (core dumped)
msg201648 - (view) Author: lagoon7 (lagoon7) Date: 2013-10-29 17:32
Sorry I meant Linux instead of Mac OSX.
History
Date User Action Args
2022-04-11 14:57:52adminsetgithub: 63635
2013-10-29 17:48:42ned.deilysetstatus: open -> closed
assignee: ronaldoussoren ->
superseder: pydoc - stall when requesting a list of available modules in the online help utility
resolution: duplicate
stage: resolved
2013-10-29 17:32:44lagoon7setmessages: + msg201648
title: Python 2.7 on MAC OSX Mavericks crashes on the help('modules') command -> Python 2.7 on Linux Ubuntu 12.04 LTS crashes on the help('modules') command
2013-10-29 16:46:58lagoon7create