Summary: | calligraplan crashes on start | ||
---|---|---|---|
Product: | [Applications] calligraplan | Reporter: | landersohn |
Component: | general | Assignee: | Dag Andersen <dag.andersen> |
Status: | RESOLVED NOT A BUG | ||
Severity: | crash | CC: | landersohn, quintin.vanrooyen |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | New crash information added by DrKonqi |
Description
landersohn
2012-04-13 19:37:28 UTC
Fredag den 13. april 2012 19:37:28 skrev du:
> https://bugs.kde.org/show_bug.cgi?id=298075
>
> Bug ID: 298075
> Severity: crash
> Version: unspecified
> Priority: NOR
> Assignee: danders@get2net.dk
> Summary: calligraplan crashes on start
> Classification: Unclassified
> OS: Linux
> Reporter: landersohn@gmail.com
> Hardware: Ubuntu Packages
> Status: UNCONFIRMED
> Component: general
> Product: calligraplan
>
> Application: calligraplan (2.4.0)
> KDE Platform Version: 4.4.5 (KDE 4.4.5)
> Qt Version: 4.6.2
> Operating System: Linux 2.6.32-25-generic x86_64
> Distribution: Ubuntu 10.04.1 LTS
>
> -- Information about the crash:
> I built calligra from sources (2.4.0). when starting calligraplan, it first
> reports missing x-vnd.kde.plan mime type, then crashes.
> Other calligra module (calligraflow, calligrawords) run fine.
> kdesupport libs are installed from ubuntu distribution
>
> The crash can be reproduced every time.
>
> -- Backtrace:
> Application: Plan (calligraplan), signal: Aborted
> [KCrash Handler]
> #5 0x00007fe0b71b1a75 in raise () from /lib/libc.so.6
> #6 0x00007fe0b71b55c0 in abort () from /lib/libc.so.6
> #7 0x00007fe0b81b6844 in qt_message_output(QtMsgType, char const*) () from
> /usr/lib/libQtCore.so.4
> #8 0x00007fe0b81b6a22 in ?? () from /usr/lib/libQtCore.so.4
> #9 0x00007fe0b81b6bd5 in qFatal(char const*, ...) () from
> /usr/lib/libQtCore.so.4
> #10 0x00007fe0bc36bfee in KoDocument::autoSaveFile (this=0xf6f550, path=...)
> at /home/andersl/kde4/src/calligra-2.4.0/libs/main/KoDocument.cpp:1181 #11
> 0x00007fe0bc36c178 in KoDocument::checkAutoSaveFile (this=0xf6f550) at
> /home/andersl/kde4/src/calligra-2.4.0/libs/main/KoDocument.cpp:1201 #12
> 0x00007fe0bc364297 in KoApplication::start (this=<value optimized out>) at
> /home/andersl/kde4/src/calligra-2.4.0/libs/main/KoApplication.cpp:205 #13
> 0x00007fe0bc6729fb in kdemain (argc=<value optimized out>, argv=<value
> optimized out>) at /home/andersl/kde4/src/calligra-2.4.0/plan/main.cpp:38
> #14 0x00007fe0b719cc4d in __libc_start_main () from /lib/libc.so.6 #15
> 0x0000000000400809 in _start ()
>
> Possible duplicates by query: bug 285567.
>
> Reported using DrKonqi
Ahh, a glitch there. I can see the mimetype was not added to kde until version
4.6.
I think this should work:
Add the x-vnd.kde.plan mimetype, file extension *.plan to:
System Settings -> File Assosiations / application
(And the same with x-vnd.kde.plan.work, *.planwork
if you want to use planwork.)
Dan, thanks for the tip but it's not working for me. I am trying to run this under Ubuntu Gnome 10.04 with the KDE runtime support. the runtime is packaged in version 4.4.5 and simply adding the mimetype entry in /etc/mime.types didn't do the trick. Problem may be that the support libs don't understand this type? The last output in the terminal is "It seems your installation is broken/incomplete cause we failed to load the native mimetype "application/x-vnd.kde.plan" followed by "KCrash: Application 'calligraplan' crashing..." Created attachment 73196 [details]
New crash information added by DrKonqi
calligraplan (2.6 Pre-Alpha) on KDE Platform 4.9.00 using Qt 4.8.3
It seems your installation is broken/incomplete cause we failed to load the native mimetype "application/x-vnd.kde.plan".
-- Backtrace (Reduced):
#11 0x00007f22f5a1c05d in KoApplication::start (this=0x7fffb103aba0) at /build/buildd/project-neon-calligra-2+git20120815+r73159/libs/main/KoApplication.cpp:220
#12 0x00007f22f5d7483c in kdemain (argc=1, argv=0x1f8d930) at /build/buildd/project-neon-calligra-2+git20120815+r73159/plan/main.cpp:38
#13 0x0000000000406d9f in _start ()
|