Bug 156717 - okular hangs when try to open a pdf file and pdf bakend is not build
Summary: okular hangs when try to open a pdf file and pdf bakend is not build
Status: RESOLVED WORKSFORME
Alias: None
Product: okular
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: Okular developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-01-26 15:20 UTC by pepone
Modified: 2008-03-06 15:25 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description pepone 2008-01-26 15:20:57 UTC
Version:            (using Devel)
Installed from:    Compiled sources
Compiler:          gcc 4.1.2 
OS:                Linux

Hi i build okular with out the pdf bakend enabled and when try to open a pdf file in it the programs bloks whith the error that there isn't a bakend for this filetype, and at this point program don't respond more.

I later recompile with the pdf bakend and pdf opens with out problems.
Comment 1 Pino Toscano 2008-01-26 16:47:41 UTC
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'.)
Comment 2 Pino Toscano 2008-02-06 16:30:55 UTC
Any news?
Comment 3 Pino Toscano 2008-03-06 15:25:39 UTC
No news, and not reproduceable issue.

In case anyone can reproduce it, please reopen with more information.
Thanks.