Python模块Segfault

Python模块Segfault,python,segmentation-fault,Python,Segmentation Fault,当我尝试运行python->help()->模块时,我得到了以下结果: % python Python 2.7.1 (r271:86832, Apr 13 2012, 11:08:33) [C] on sunos5 >>> help() help> modules Please wait a moment while I gather a list of all available modules... file ghash.c: line 875: asserti

当我尝试运行python->help()->模块时,我得到了以下结果:

% python
Python 2.7.1 (r271:86832, Apr 13 2012, 11:08:33) [C] on sunos5

>>> help()

help> modules

Please wait a moment while I gather a list of all available modules...
file ghash.c: line 875: assertion `hash_table->ref_count > 0' failedfile ghash.c: line 875: assertion `hash_table->ref_count > 0' failed
Segmentation Fault
就这样,它往下走。我的问题是为什么?我怎样才能修好它


我可以在代码中很好地访问模块,只是无法从“帮助”菜单中打开列表。“帮助”中的其他标记也可以正常工作。正是这一步打断了

运行
python-vv
并重复您的步骤。查看导入失败的模块


或安装。启用它并重复您的步骤。

运行
python-vv
并重复您的步骤。查看导入失败的模块


或安装。启用它并重复您的步骤。

有趣。我不能复制它。@mgilson:它是一个扩展模块,但可能不是stdlib中的一个。有趣。我无法复制它。@mgilson:它是一个扩展模块,但可能不是stdlib中的一个。我不知道,没有失败的导入。一切都很顺利。无法在上安装faulthadler,而不是adminwork@Squid1361:您不需要成为管理员。在
~/.local
(-用户选项)中安装或使用virtualenv。python-vv的segfault之前的最后几行是什么?我将在安装时运行它。我不知道,没有失败的导入。一切都很顺利。无法在上安装faulthadler,而不是adminwork@Squid1361:您不需要成为管理员。在
~/.local
(-用户选项)中安装或使用virtualenv。python-vv的segfault之前的最后几行是什么?我将试着安装它。