[Okular-devel] [Bug 156717] okular hangs when try to open a pdf file and pdf bakend is not build

Pino Toscano toscano.pino at tiscali.it
Sat Jan 26 16:47:42 CET 2008


------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=156717         




------- Additional Comments From toscano.pino tiscali it  2008-01-26 16:47 -------
Removed all the files (.so and .desktop's) belnging to the poppler backend; run kbuildsycoca4 --noincremental and it worked (as in, error message and application working).

Can you try install gdb and do the following (warning, it can take some memory if you compiled with debug or debugfull option):
$ gdb --args okular any_document.pdf
(gdb) run
...
then when it's stucked, hit Ctrl+C, then
(gdb) thread apply all bt
and attach in a file the output you got from gdb. (To quit from gdb, type 'quit'.)


More information about the Okular-devel mailing list