pygtk's pangocairo module crashes pydoc search
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
pygtk (Ubuntu) |
Confirmed
|
Undecided
|
Unassigned |
Bug Description
Ubuntu 12.04, 64bit
Python crashes every time I run "pydoc -k $something", which should search all installed modules to find keywords from the doc strings.
Eg:
$ pydoc -k subprocess
subprocess - subprocess - Subprocesses with accessible I/O streams
** (python2.7:22364): CRITICAL **: pyg_register_boxed: assertion `boxed_type != 0' failed
zsh: segmentation fault (core dumped) pydoc -k subprocess
If I strace it, I see that the last python module read is pygtk:
open("/
open("/
open(".
...
open("/
** (python2.7:22008): CRITICAL **: pyg_register_boxed: assertion `boxed_type != 0' failed
--- SIGSEGV (Segmentation fault) @ 0 (0) ---
+++ killed by SIGSEGV (core dumped) +++
zsh: segmentation fault (core dumped) strace -eopen pydoc -k id3
Status changed to 'Confirmed' because the bug affects multiple users.