Bug 155906 - Kplato kde4 crashes on startup
Summary: Kplato kde4 crashes on startup
Status: RESOLVED NOT A BUG
Alias: None
Product: kplato
Classification: Miscellaneous
Component: general (show other bugs)
Version: unspecified
Platform: Ubuntu Linux
: NOR crash
Target Milestone: ---
Assignee: Dag Andersen
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-01-16 13:38 UTC by Luis Ribeiro
Modified: 2008-06-27 11:23 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 Luis Ribeiro 2008-01-16 13:38:12 UTC
Version:           1:1.9.96.0~svn757194-1ubuntu2 (using KDE 4.0.0)
Installed from:    Ubuntu Packages
OS:                Linux

Just instaled KDE from ubuntu repository
deb http://ppa.launchpad.net/kubuntu-members-kde4/ubuntu gutsy main.

When I click on the kplato icon, the application crashes on openning.
Running it from a terminal gives the following info:
kplato(15605) KPlato::Documents::Documents: 0x81793f8
kplato(15605) KPlato::Documents::Documents: 0x817a990
It seems your installation is broken/incomplete cause we failed to load the native mimetype "application/x-vnd.kde.kplato".
KCrash: crashing... crashRecursionCounter = 2
KCrash: Application Name = kplato path = <unknown> pid = 15605
sock_file=/home/lr/.kde/socket-imp/kdeinit4__0

Backtrace: (with no debugging symbols found partially ommited)
(no debugging symbols found)
Using host libthread_db library "/lib/tls/i686/cmov/libthread_db.so.1".
(no debugging symbols found)
[Thread debugging using libthread_db enabled]
[New Thread 0xb5d276c0 (LWP 15660)]
(no debugging symbols found)
(no debugging symbols found)
0xb7f32410 in __kernel_vsyscall ()
[Current thread is 0 (process 15660)]

Thread 1 (Thread 0xb5d276c0 (LWP 15660)):
#0  0xb7f32410 in __kernel_vsyscall ()
#1  0xb7e5eb80 in nanosleep () from /lib/tls/i686/cmov/libc.so.6
#2  0xb7e5e9b7 in sleep () from /lib/tls/i686/cmov/libc.so.6
#3  0xb707c6b0 in ?? () from /usr/lib/kde4/lib/libkdeui.so.5
#4  0x00000001 in ?? ()
#5  0x00000000 in ?? ()
#0  0xb7f32410 in __kernel_vsyscall ()
Comment 1 Pino Toscano 2008-01-16 14:11:06 UTC
> It seems your installation is broken/incomplete cause we failed to load the native mimetype "application/x-vnd.kde.kplato".

This is quite clear: KDE cannot load the custom mimetypes, probably because of a not correct installation/setup.
Please use the distribution user support.
Comment 2 Luis Ribeiro 2008-01-16 15:38:45 UTC
Thank you for your time.
I will follow up this subject with kubuntu's support team.

Luis Ribeiro

Pino Toscano wrote:
[bugs.kde.org quoted mail]
Comment 3 Lei You 2008-06-25 09:07:48 UTC
run update-mime-database /usr/lib/kde4/share/mime
a bugger to find...
Comment 4 Dag Andersen 2008-06-27 11:23:43 UTC
Onsdag 25 juni 2008 09:07 skrev Lei You:
[bugs.kde.org quoted mail]
Yes ;) Tried it though, and it doesn't produce mimetype files for a number of 
apps, among those kplato, kplatowork and kugar.
I was able to make it produce one for kplato if a added a separate xml file 
for kplato. Normally the mimetype is defined in kde.xml which contains 
definitions for all kde apps, I just copied the kplato one out into a 
separate file in the same directory and ran 
update-mime-database /usr/lib/kde4/share/mime.
I tried the same for kplatowork, and it did *not* work ?!
Note, this is on kubuntu 8.04 with the KDE 4.1 Beta 1 installed.

On Debian it seems to work like a treat.
Anybody?