python->help()->modules を実行しようとすると、次のようになります。
% 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
そのまま下に行きます。私の質問はなぜですか?どうすれば修正できますか?
コードでモジュールに問題なくアクセスできますが、ヘルプ メニューからリストを表示できません。help の他のタグも正常に機能します。壊れるのはこれだけ