Summary: | Marble crashes at startup | ||
---|---|---|---|
Product: | [Applications] marble | Reporter: | Johannes von Scheidt <linux.vonscheidt> |
Component: | general | Assignee: | Torsten Rahn <rahn> |
Status: | RESOLVED FIXED | ||
Severity: | crash | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Johannes von Scheidt
2008-06-12 20:35:30 UTC
Can't reproduce in trunk (kdeedu rev. 819895). Please follow this guide to provide an useful backtrace : http://techbase.kde.org/Development/Tutorials/Debugging/How_to_create_useful_crash_reports I can reproduce this, I know that 1 week ago compiling from trunk created a lot of tiles, but now it doesn't anymore. Although I deleted my whole kde4 installdir and the settings in my homefolder. If I want to start marble, it just hangs while creating tiles (which it can't because there seems to be no data). If I kill the process in gdb, I get the following BT: #0 0xb7f29424 in __kernel_vsyscall () #1 0xb6e54ee7 in poll () from /lib/libc.so.6 #2 0xb6cfc382 in g_main_context_iterate () from /usr/lib/libglib-2.0.so.0 #3 0xb6cfc668 in g_main_context_iteration () from /usr/lib/libglib-2.0.so.0 #4 0xb7e4769d in QEventDispatcherGlib::processEvents () from /usr/lib/libQtCore.so.4 #5 0xb75b892e in ?? () from /usr/lib/libQtGui.so.4 #6 0xb7e1e1cf in QEventLoop::processEvents () from /usr/lib/libQtCore.so.4 #7 0xb7e1e390 in QEventLoop::exec () from /usr/lib/libQtCore.so.4 #8 0xb79521c2 in QDialog::exec () from /usr/lib/libQtGui.so.4 #9 0xb70a66fc in MarbleModel::setMapTheme () from /opt/kdemod/lib/libmarblewidget.so.5 #10 0xb70ab2da in MarbleMap::setMapThemeId () from /opt/kdemod/lib/libmarblewidget.so.5 #11 0xb70a15a4 in MarbleWidget::setMapThemeId () from /opt/kdemod/lib/libmarblewidget.so.5 #12 0x0805e034 in MainWindow::readSettings () #13 0x0805e930 in MainWindow::MainWindow () #14 0x08059574 in main () Actually I wanted to compile digiKam, but without Marble it is not starting anymore. I even installed a package of Marble provided by archlinux which has been generated 5 days ago. This package also doesn't work so there must be something wrong in trunk. Ok it works now, but I had to copy srtm.jpg to the system and local path like described in http://bugs.kde.org/show_bug.cgi?id=161474#c8 The compile option did not work for me, so I guess cmake is making trouble here? This bug should be resolved now. Please reopen this bug if the problem still exists with current SVN/packages. |