Bug 169027 - Crash with a mime error
Summary: Crash with a mime error
Status: RESOLVED NOT A BUG
Alias: None
Product: okular
Classification: Applications
Component: general (show other bugs)
Version: 0.7
Platform: Ubuntu Linux
: NOR crash
Target Milestone: ---
Assignee: Okular developers
URL:
Keywords:
: 175955 176217 180269 180882 181957 183399 183838 184221 185692 190406 (view as bug list)
Depends on:
Blocks:
 
Reported: 2008-08-13 11:41 UTC by Hunch
Modified: 2010-01-07 20:58 UTC (History)
10 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments
crash dump information (3.67 KB, application/octet-stream)
2008-08-13 11:43 UTC, Hunch
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Hunch 2008-08-13 11:41:47 UTC
Version:            (using KDE 4.1.0)
Installed from:    Ubuntu Packages

Today I upgrade my okular.
Here is my version information:
hunch@hunch-laptop:~/dev/unp/build$ okular --version
Qt: 4.4.1
KDE: 4.1.00 (KDE 4.1.0)
Okular: 0.7
and then It crash when I open any pdf archieve.
Here is my terminal dump:
hunch@hunch-laptop:~/dev/unp/build$ okular 
QFSFileEngine::open: No file name specified
QFSFileEngine::open: No file name specified
QFSFileEngine::open: No file name specified
ASSERT: "genericServiceTypePtr" in file /build/buildd/kde4libs-4.1.0/kdecore/services/kmimetypetrader.cpp, line 107
KCrash: crashing... crashRecursionCounter = 2
KCrash: Application Name = okular path = <unknown> pid = 4456
sock_file=/home/hunch/.kde4/socket-hunch-laptop/kdeinit4__0
What is the problem?
regard.
Comment 1 Hunch 2008-08-13 11:43:50 UTC
Created attachment 26821 [details]
crash dump information
Comment 2 Christophe Marin 2008-08-13 12:01:54 UTC
(no debugging symbols found)
(no debugging symbols found)
[KCrash handler]
#6  0xb7f23410 in __kernel_vsyscall ()
#7  0xb6a60860 in raise () from /lib/tls/i686/cmov/libc.so.6
#8  0xb6a62228 in abort () from /lib/tls/i686/cmov/libc.so.6
#9  0xb760c725 in qt_message_output () from /usr/lib/libQtCore.so.4
#10 0xb760c802 in qFatal () from /usr/lib/libQtCore.so.4
#11 0xb760c8a5 in qt_assert () from /usr/lib/libQtCore.so.4
#12 0xb7903dd3 in ?? () from /usr/lib/kde4/lib/libkdecore.so.5
#13 0xb790422a in KMimeTypeTrader::query ()
   from /usr/lib/kde4/lib/libkdecore.so.5
#14 0xb4af0d1c in Okular::Document::openDocument ()
   from /usr/lib/libokularcore.so.1
#15 0xb4b77b77 in ?? () from /usr/lib/kde4/okularpart.so
#16 0xb759d2c7 in KParts::ReadOnlyPart::openUrl ()
   from /usr/lib/kde4/lib/libkparts.so.4
#17 0xb4b7273c in ?? () from /usr/lib/kde4/okularpart.so
#18 0x0804f287 in _start ()
#0  0xb7f23410 in __kernel_vsyscall ()
Comment 3 Pino Toscano 2008-08-13 12:14:11 UTC
What about running kbuildsycoca4 in a console?
Comment 4 Pino Toscano 2008-08-20 10:20:38 UTC
Most probably a broken installation/setup.

Feel free to reopen whether the problem is still there with a correct installation.
Comment 5 David Faure 2009-06-10 18:55:28 UTC
SVN commit 979875 by dfaure:

We can only use the installed ksycoca4 file if kdeinit+klauncher+kded are running, since kded is what keeps the file uptodate.
Otherwise (when running the app out of kde), we need to make sure we run those, so that ksycoca4 is updated first.
Fixes http://bugzilla.novell.com/413492 according to Lubos Lunak and the often-reported problem with starting e.g. okular in gnome.
Fix will be in KDE-4.3.
CCBUG: 169027


 M  +7 -5      ksycoca.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=979875
Comment 6 Pino Toscano 2009-06-10 18:57:35 UTC
*** Bug 175955 has been marked as a duplicate of this bug. ***
Comment 7 Pino Toscano 2009-06-10 18:57:42 UTC
*** Bug 176217 has been marked as a duplicate of this bug. ***
Comment 8 Pino Toscano 2009-06-10 18:57:57 UTC
*** Bug 180269 has been marked as a duplicate of this bug. ***
Comment 9 Pino Toscano 2009-06-10 18:58:07 UTC
*** Bug 180882 has been marked as a duplicate of this bug. ***
Comment 10 Pino Toscano 2009-06-10 18:58:43 UTC
*** Bug 183399 has been marked as a duplicate of this bug. ***
Comment 11 Pino Toscano 2009-06-10 18:58:53 UTC
*** Bug 183838 has been marked as a duplicate of this bug. ***
Comment 12 Pino Toscano 2009-06-10 18:59:21 UTC
*** Bug 185692 has been marked as a duplicate of this bug. ***
Comment 13 Pino Toscano 2009-06-10 19:01:08 UTC
*** Bug 181957 has been marked as a duplicate of this bug. ***
Comment 14 Pino Toscano 2009-06-10 19:01:14 UTC
*** Bug 184221 has been marked as a duplicate of this bug. ***
Comment 15 Pino Toscano 2009-06-10 19:01:32 UTC
*** Bug 190406 has been marked as a duplicate of this bug. ***
Comment 16 David Faure 2010-01-07 20:58:48 UTC
SVN commit 1071275 by dfaure:

Show more info about the servicetype that is not found, and remove the assert.
So, if anyone still has issues with a servicetype (e.g. an okular plugin not being found),
include the output of the application, not just the backtrace.
CCBUG: 169027
CCBUG: 181350
Fixed for: 4.4


 M  +5 -1      kmimetypetrader.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1071275