Summary: | if initialized the program crashes | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | siggi |
Component: | Searches-Map | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | mike |
Priority: | NOR | ||
Version: | 1.0.0 | ||
Target Milestone: | --- | ||
Platform: | Unlisted Binaries | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 1.0.0 | |
Sentry Crash Report: |
Description
siggi
2009-11-19 20:33:59 UTC
Could you try to move the following file to another location (to /root/, for example) and see if the problem still occurs: /usr/lib/kde4/plugins/marble/ExternalDraw.so If that file did not exist, it is probably stored in another location on Mandriva. Try finding it using cd /usr ; find | grep ExternalDraw and then move it somewhere else. If you still get a crash, can you check whether you get a crash when you start Marble on its own? Michael Hello, thanks for the fast response. Moved the file away mv /usr/lib64/./kde4/plugins/marble/ExternalDraw.so . Crashes with the same symtoms. I'm not shure what you mean. I have installed the marble globus app, now. It crashes if I try to start it. marble: symbol lookup error: marble: undefined symbol: _ZN6Marble18AbstractDataPlugin16staticMetaObjectE Gruß siggi Michael G. Hansen wrote: > https://bugs.kde.org/show_bug.cgi?id=215314 > > > Michael G. Hansen <mike@mghansen.de> changed: > > What |Removed |Added > ---------------------------------------------------------------------------- > CC| |mike@mghansen.de > Component|general |Map Searches > Version|unspecified |1.0.0-beta5 > > > > > --- Comment #1 from Michael G. Hansen <mike mghansen de> 2009-11-19 22:19:17 --- > Could you try to move the following file to another location (to /root/, for > example) and see if the problem still occurs: > > /usr/lib/kde4/plugins/marble/ExternalDraw.so > > If that file did not exist, it is probably stored in another location on > Mandriva. Try finding it using > cd /usr ; find | grep ExternalDraw > and then move it somewhere else. > > If you still get a crash, can you check whether you get a crash when you start > Marble on its own? > > Michael > > and also, try beta6... Gilles Caulier Sorry, can not try beta6 at the moment, because not provided by mandriva at the moment and ti is a companys laptop. To compile it from the scratch, if to change to much things. maybe I can try on a differen PC I have, but can't promise. sorry. Siggi Siggi, thanks for trying our suggestions. Since Marble is also crashing, and Digikam depends on Marble, you might want to try to find out why Marble is crashing on its own. Try un-installing all Marble packages (libmarble, marble, marble-data) and re-installing them, there might be a version conflict there. Or check the Mandriva pages for Marble problems. If you decide to compile Digikam, you can simply uninstall libmarble before running CMake, this way Digikam will be built without Marble, hence hopefully avoiding the crash. Michael In this moment if got new marble libs from mandriva. 4.3.2 instead of 4.2.x before. Now everything works fine. You can close this bug. It seems to be a problem with the marble lib version. Thank you for your support. Best Siggi |