Warning: session_start(): open(/tmp/sess_nk26c5s9pgrmt7un3oclusfnm6, O_RDWR) failed: No space left on device (28) in /www/H01/htdocs/lib/base/lib_base.php on line 280
Marble - Desktop Globe openDesktop.org
-
 KDE-Apps.org Applications for the KDE-Desktop 
 GTK-Apps.org Applications using the GTK Toolkit 
 GnomeFiles.org Applications for GNOME 
 MeeGo-Central.org Applications for MeeGo 
 CLI-Apps.org Command Line Applications 
 Qt-Apps.org Free Qt Applications 
 Qt-Prop.org Proprietary Qt Applications 
 Maemo-Apps.org Applications for the Maemo Plattform 
 Java-Apps.org Free Java Applications 
 eyeOS-Apps.org Free eyeOS Applications 
 Wine-Apps.org Wine Applications 
 Server-Apps.org Server Applications 
 apps.ownCloud.com ownCloud Applications 
--
-
 KDE-Look.org Artwork for the KDE-Desktop 
 GNOME-Look.org Artwork for the GNOME-Desktop 
 Xfce-Look.org Artwork for the Xfce-Desktop 
 Box-Look.org Artwork for your Windowmanager 
 E17-Stuff.org Artwork for Enlightenment 
 Beryl-Themes.org Artwork for the Beryl Windowmanager 
 Compiz-Themes.org Artwork for the Compiz Windowmanager 
 EDE-Look.org Themes for your EDE Desktop 
--
-
 Debian-Art.org Stuff for Debian 
 Gentoo-Art.org Artwork for Gentoo Linux 
 SUSE-Art.org Artwork for openSUSE 
 Ubuntu-Art.org Artwork for Ubuntu 
 Kubuntu-Art.org Artwork for Kubuntu 
 LinuxMint-Art.org Artwork for Linux Mint 
 Arch-Stuff.org Art And Stuff for Arch Linux 
 Frugalware-Art.org Themes for Frugalware 
 Fedora-Art.org Artwork for Fedora Linux 
 Mandriva-Art.org Artwork for Mandriva Linux 
--
-
 KDE-Files.org Files for KDE Applications 
 OpenTemplate.org Documents for OpenOffice.org
 GIMPStuff.org Files for GIMP
 InkscapeStuff.org Files for Inkscape
 ScribusStuff.org Files for Scribus
 BlenderStuff.org Textures and Objects for Blender
 VLC-Addons.org Themes and Extensions for VLC
--
-
 KDE-Help.org Support for your KDE Desktop 
 GNOME-Help.org Support for your GNOME Desktop 
 Xfce-Help.org Support for your Xfce Desktop 
--
openDesktop.orgopenDesktop.org:   Applications   Artwork   Linux Distributions   Documents    Linux42.org    OpenSkillz.com   
 
Home
Apps
Artwork
News
Groups
Knowledge
Events
Forum
People
Jobs
Register
Login


-
- Content .- Fans (11) .- Knowledge Base (1) . 

Marble - Desktop Globe

   0.6 ("Integration")  

KDE Education

Score 87%
tackattackat
KDE
editor
Home
Marble - Desktop Globe
zoom


Marble - Desktop Globe
zoom


Marble - Desktop Globe
zoom


Link:  Link
Downloads:  19691
Submitted:  Mar 23 2007
Updated:  Aug 16 2008

Description:

Release 0.6 of the Marble Desktop Globe.

Source Code / Binary Release


Marble is a Virtual Globe and World Atlas that you can use to learn more about Earth: You can pan and zoom around and you can look up places and roads. A mouse click on a place label will provide the respective Wikipedia article.

Of course it's also possible to measure distances between locations or watch the current cloud cover. Marble offers different thematic maps: A classroom-style topographic map, a satellite view, street map, earth at night and temperature and precipitation maps. All maps include a custom map key, so it can also be used as an educational tool for use in class-rooms. For educational purposes you can also change date and time and watch how the starry sky and the twilight zone on the map change.

For developers Marble is a light weight generic geographical map component for use in a Qt 4.x / C++ application. It is provided as a library, a QWidget and a KDE 4 KPart and hence can easily get integrated with KDE 4 or Qt 4 applications. By default MarbleWidget shows the earth as a sphere but doesn't make use of any hardware acceleration (No OpenGL).


For more information please visit:

http://edu.kde.org/marble

Download: Please have a look at:

http://edu.kde.org/marble/download.php


Current features include:

* Marble uses a minimal free dataset that can be used offline. Currently the total amount of data that is meant to be shipped is about 10 MB.
* Marble doesn't use OpenGL or 3D hardware acceleration. It just uses Arthur as a 2D painting backend. Depending on your hardware and the maps being displayed framerate is approximately 5-20 fps.
* Marble uses vector as well as bitmap data: Currently it uses the MWDB II data combined with SRTM.
* Different Projections: Globe, Flat Map, Mercator
* Marble should start up almost instantly. Currently it "cold" starts fully within 2-5 seconds. On each subsequent start it takes about one second.
* Uses KML-Import to display places (Google Earths open format to store placemarks), Basic GPX support.
* Cities Down to 12000 inhabitants that you can click on using the mouse. Highest Mountains of each continent. Automatic Placemark label placement.
* Several Map Themes: Atlas, Satellite View, OpenStreetMap, Night Map, Temperature and Precipitation Maps.
* Sun Shading, Real-Time Clouds
* Dynamic Coordinate Grid
* Measure Tool
* Basic Wikipedia integration
* Starry Sky Plugins

* And many, many more ...




Changelog:

For a detailed Visual Changelog, please have a look at:

http://edu.kde.org/marble/current.php




LicenseLGPL
Source(Sources)
Debian(Debian - Lenny)
Xandros(Marble-Qt for the Asus EeePC)
MS Windows(Marble-Qt for MS Windows)
Mac OS X(Marble-Qt for Mac OS X)
Send to a friend
Subscribe
Other  Content  from tackat
Report inappropriate content



goto page: prev   1  2  3  4  5 

-

 A very nice start!

 
 by dovidhalevi on: Mar 25 2007
 
Score 50%

Please update the debian link. 3.1 is on Sid. Probably applies to Kumbuntu as well.

I can hardly wait for nigher resolutions and auto-downloading so I can take Google off.


Reply to this

-

 Re: A very nice start!

 
 by tackat on: Mar 26 2007
 
Score 50%
tackattackat
KDE
editor
Home

> Please update the debian link. 3.1 is on Sid.
> Probably applies to Kubuntu as well.

Done. :-)


Reply to this

-

 Support for non x86?

 
 by kiwifb on: Mar 26 2007
 
Score 50%

I am using Gentoo and tried the ebuild
on a ppc machine (manually keyworded
and so on) and I got an interesting
building error:
[ 39%] Building CXX object src/CMakeFiles/marble.dir/katlascontrol.o
cc1plus: error: unrecognized command line option "-msse"
-msse is a compiler flag that make sense on x86 and x86_64 but not on anything else. I believe the file src/CMakeLists.txt may be the guilty party.


Reply to this

-
.

 Re: Support for non x86?

 
 by tackat on: Mar 26 2007
 
Score 50%
tackattackat
KDE
editor
Home

That's right. Just remove the -msse and -O2 compile options there to build it successfully. I'll try to find a "cleaner" solution for the next release to have optional SSE support.


Reply to this

-
.

 Re: Re: Support for non x86?

 
 by tackat on: Mar 26 2007
 
Score 50%
tackattackat
KDE
editor
Home

Of course -O2 has nothing to do with SSE, so feel free to remove those options if they are in the way for whatever reason :-)


Reply to this

-

 Re: Support

 
 by kiwifb on: Mar 27 2007
 
Score 50%

Gentoo supplies its own FLAGS through
the CFLAGS and CXXFLAGS variables so
I don't really need anything else.
I will try to complete the ebuild after a bit of surgery.


Reply to this

-
.

 Re: Support

 
 by kiwifb on: Mar 27 2007
 
Score 50%

OK after surgery I successfully merged marble and tried it. On the first run I had this:
fbissey@lagrange ~ $ marble
No Tiles Found!
No Tiles Found!
No Tiles Found!
No Tiles Found!
Base tiles not available. Creating Tiles ...
creating tiles from: "/usr/share/apps/marble/data/maps/etopo2/etopo.jpg"
ASSERT: "!isEmpty()" in file /usr/include/qt4/QtCore/qvector.h, line 205

On the second run I just had:
No Tiles Found!
No Tiles Found!
ASSERT: "!isEmpty()" in file /usr/include/qt4/QtCore/qvector.h, line 205

--------
Does qt4 need to be compiled with support for something specific?


Reply to this

-
.

 Re: Re: Support

 
 by tackat on: Mar 27 2007
 
Score 50%
tackattackat
KDE
editor
Home

Just a wild guess: From the error message I could imagine that eventually it's an endianess issue.
So please try commenting out marble/src/pntmap.cpp line 75-137 and line 180-183. If there should arise further questions, please mail me in private ( tackat@kde.org ).


Reply to this

-
.

 Re: Re: Re: Support

 
 by kiwifb on: Mar 27 2007
 
Score 50%

Good guess! It works.


Reply to this

-

 Re: Re: Support for

 
 by Clunixchit on: Apr 30 2007
 
Score 50%
ClunixchitClunixchit
The Fedora Project
Home

Hello
on ppc, marble compilation fails.
with cc1plus: error: unrecognized command line option "-msse"
http://buildsys.fedoraproject.org/logs/fedora-development-extras/32731-marble-0.3.1-2.fc7/ppc/build.log
what do you advise to do on ppc arch?


Itx Either One or Zero_
Reply to this

-

 Re: Re: Re: Support for

 
 by Clunixchit on: Apr 30 2007
 
Score 50%
ClunixchitClunixchit
The Fedora Project
Home

Solved just by:


sed -i.flags -e 's|-msse||' src/CMakeLists.txt


Itx Either One or Zero_
Reply to this

-
.

 How to install !?

 
 by chandraiitk on: Mar 27 2007
 
Score 50%

I could not figure out. Please tell me how to compile and install it from the source package.

Thanks!!


Owning computers nowadays is a bit like having a pet rabbit,
It needs to be fed with right stuff or it gets sick.

Try Firefox [http://www.mozilla.com/firefox] --- the right stuff!

Reply to this

-

 Re: How to install !

 
 by Elv13 on: Mar 31 2007
 
Score 50%

Normally it is

./configure
make
su
make install

but some kde apps need qmake instead of ./configure (i did not tried marble yet, i will do it hen i will have some time.)


Reply to this

-
.

 Re: Re: How to insta

 
 by chandraiitk on: Apr 1 2007
 
Score 50%

thanks but it's not so simple...I already had tried out these but I think this package needs to be compiled in a bit different way...thats why I had asked about it! :-)


Owning computers nowadays is a bit like having a pet rabbit,
It needs to be fed with right stuff or it gets sick.

Try Firefox [http://www.mozilla.com/firefox] --- the right stuff!

Reply to this

-
.

 Re: Re: Re: How to insta

 
 by tackat on: Apr 1 2007
 
Score 50%
tackattackat
KDE
editor
Home

You need to install the cmake package. Then extract the marble sources, so that you get a directory ~/marble in which the src dir is located (should be the case by simply extracting the source tarball into the homedirectory
Then do:

mkdir marble_build
cd marble_build cmake -DQTONLY=ON -DCMAKE_INSTALL_PREFIX=/usr ~/marble
make
sudo make install

After that you can start Marble either from the menu or from the konsole by entering the command "marble".


Reply to this

-

 Cities & their names

 
 by v6lur on: Apr 13 2007
 
Score 50%

1) The names of some cities are spelled little wrong - e.g. Rîga (i with circumflex) should be Rīga (i with macron).
2) A useful feature would be ignoring ¨ ° ^ ¯ ´ ˇ etc. on characters in the search field (i.e., searching "Parnu" would give "Pärnu" as a result).
3) In high zoom levels, big cities still appear as a mere "coloured dot". The dot should zoom along, or maybe become a gray area or something...
4) Great app.


...more or less.
Reply to this

-
.

 Re: Cities & their names

 
 by tackat on: Apr 13 2007
 
Score 50%
tackattackat
KDE
editor
Home

Thanks for your feedback.

> 1) The names of some cities are
> spelled little wrong - e.g. Rîga
> (i with circumflex) should be
> Riga (i with macron).

The city names are from www.world-gazetteer.com. I know that although they were written in Unicode there are issues with letters for some east european countries due to the fact that under windows where this data set was compiled these characters don't exist, e.g. Romanian where s and t lack the accent (e.g. "Braşov" ).

> 2) A useful feature would be
> ignoring ¨ ° ^ ¯ ´ ˇ etc. on
> characters in the search field

Yes, that would be nice. I already had that idea and wasn't sure whether Qt had this implemented already. It seems I'll have to implement it myself.

> 3) In high zoom levels, big cities
> still appear as a mere "coloured
> dot". The dot should zoom along,
> or maybe become a gray area or
> something...

At a certain point of zooming up these bitmaps will be replaced by SVG's. That's still on my TODO however.

> 4) Great app.

Thanks :-)


Reply to this

-
.

 Re: Re: Cities & their names

 
 by tackat on: Apr 17 2007
 
Score 50%
tackattackat
KDE
editor
Home

> 2) A useful feature would be
> ignoring ¨ ° ^ ¯ ´ ˇ etc. on
> characters in the search field

works in KDE SVN now.


Reply to this

-
.

 Wonderful...

 
 by Dareus on: Jul 11 2007
 
Score 50%

What about making it a powerful tool for cartography in kde, maybe with some plug-in to keep the main structure lighter.
I think to something to read .ecw files of detailed maps cause on linux there's nothing really good-looking and useful.


Reply to this

-

 Segmentation fault

 
 by nikolavp on: Aug 4 2007
 
Score 50%

When i open the application and want to check the statistics for some city the application crash. I just noticed that on some cities it doesnt, so i think the problem might be in the download from wiki process. However, try to check the info for Sofja(our capital) here is the bt i get:
Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread -1226442528 (LWP 28268)]
0xb7e1ca21 in QIODevice::write () from /usr/lib/qt4/libQtCore.so.4
(gdb) bt
#0 0xb7e1ca21 in QIODevice::write () from /usr/lib/qt4/libQtCore.so.4
#1 0xb7438fd2 in QHttpPrivate::_q_slotReadyRead ()
from /usr/lib/qt4/libQtNetwork.so.4
#2 0xb743a2f3 in QHttp::qt_metacall () from /usr/lib/qt4/libQtNetwork.so.4
#3 0xb7e86135 in QMetaObject::activate () from /usr/lib/qt4/libQtCore.so.4
#4 0xb7e8653a in QMetaObject::activate () from /usr/lib/qt4/libQtCore.so.4
#5 0xb7ea24b1 in QIODevice::readyRead () from /usr/lib/qt4/libQtCore.so.4
#6 0xb7466484 in QSslSocketPrivate::_q_readyReadSlot ()
from /usr/lib/qt4/libQtNetwork.so.4
#7 0xb7469764 in QSslSocket::qt_metacall ()
from /usr/lib/qt4/libQtNetwork.so.4
#8 0xb7e86135 in QMetaObject::activate () from /usr/lib/qt4/libQtCore.so.4
#9 0xb7e8653a in QMetaObject::activate () from /usr/lib/qt4/libQtCore.so.4
#10 0xb7ea24b1 in QIODevice::readyRead () from /usr/lib/qt4/libQtCore.so.4
#11 0xb744e26a in QAbstractSocketPrivate::canReadNotification ()
from /usr/lib/qt4/libQtNetwork.so.4
#12 0xb745154f in ?? () from /usr/lib/qt4/libQtNetwork.so.4
#13 0xb743ddb9 in QAbstractSocketEngine::readNotification ()
from /usr/lib/qt4/libQtNetwork.so.4
#14 0xb743f9bf in QReadNotifier::event () from /usr/lib/qt4/libQtNetwork.so.4
#15 0xb76e32ad in QApplicationPrivate::notify_helper ()
from /usr/lib/qt4/libQtGui.so.4
#16 0xb76e5681 in QApplication::notify () from /usr/lib/qt4/libQtGui.so.4
---Type <return> to continue, or q <return> to quit---
#17 0xb7e75cd6 in QCoreApplication::notifyInternal ()
from /usr/lib/qt4/libQtCore.so.4
#18 0xb7e9a1c4 in QEventDispatcherUNIX::activateSocketNotifiers ()
from /usr/lib/qt4/libQtCore.so.4
#19 0xb7e9a6ee in QEventDispatcherUNIXPrivate::doSelect ()
from /usr/lib/qt4/libQtCore.so.4
#20 0xb7e9a890 in QEventDispatcherUNIX::processEvents ()
from /usr/lib/qt4/libQtCore.so.4
#21 0xb775d69d in QEventDispatcherX11::processEvents ()
from /usr/lib/qt4/libQtGui.so.4
#22 0xb7e75204 in QEventLoop::processEvents () from /usr/lib/qt4/libQtCore.so.4
#23 0xb7e752f2 in QEventLoop::exec () from /usr/lib/qt4/libQtCore.so.4
#24 0xb7ab2c86 in QDialog::exec () from /usr/lib/qt4/libQtGui.so.4
#25 0x0808d9e2 in KAtlasViewPopupMenu::showFeatureInfo (this=0x8a78db0,
action=0x94347b8)
at /var/tmp/paludis/sci-geosciences/marble-0.3/work/marble/src/katlasviewpopupmenu.cpp:93
#26 0x0808de87 in KAtlasViewPopupMenu::qt_metacall (this=0x8a78db0,
_c=QMetaObject::InvokeMetaMethod, _id=4, _a=0xbfe077bc)
at /var/tmp/paludis/sci-geosciences/marble-0.3/work/marble/src/katlasviewpopupmenu.moc:79
#27 0xb7e86135 in QMetaObject::activate () from /usr/lib/qt4/libQtCore.so.4
#28 0xb7e8653a in QMetaObject::activate () from /usr/lib/qt4/libQtCore.so.4
---Type <return> to continue, or q <return> to quit---
#29 0xb7a2f8cf in QMenu::triggered () from /usr/lib/qt4/libQtGui.so.4
#30 0xb7a30678 in QMenuPrivate::_q_actionTriggered ()
from /usr/lib/qt4/libQtGui.so.4
#31 0xb7a3642b in QMenu::qt_metacall () from /usr/lib/qt4/libQtGui.so.4
#32 0xb7e86135 in QMetaObject::activate () from /usr/lib/qt4/libQtCore.so.4
#33 0xb7e86464 in QMetaObject::activate () from /usr/lib/qt4/libQtCore.so.4
#34 0xb76dcd69 in QAction::triggered () from /usr/lib/qt4/libQtGui.so.4
#35 0xb76dd564 in QAction::activate () from /usr/lib/qt4/libQtGui.so.4
#36 0xb7a37c8d in QMenuPrivate::activateAction ()
from /usr/lib/qt4/libQtGui.so.4
#37 0xb7a39efc in QMenu::mouseReleaseEvent () from /usr/lib/qt4/libQtGui.so.4
#38 0xb772b0d0 in QWidget::event () from /usr/lib/qt4/libQtGui.so.4
#39 0xb7a35b55 in QMenu::event () from /usr/lib/qt4/libQtGui.so.4
#40 0xb76e32ad in QApplicationPrivate::notify_helper ()
from /usr/lib/qt4/libQtGui.so.4
#41 0xb76e5b03 in QApplication::notify () from /usr/lib/qt4/libQtGui.so.4
#42 0xb7e75cd6 in QCoreApplication::notifyInternal ()
from /usr/lib/qt4/libQtCore.so.4
#43 0xb773d143 in QETWidget::translateMouseEvent ()
from /usr/lib/qt4/libQtGui.so.4
#44 0xb773b34a in QApplication::x11ProcessEvent ()
from /usr/lib/qt4/libQtGui.so.4
#45 0xb775d617 in QEventDispatcherX11::processEvents ()
---Type <return> to continue, or q <return> to quit---
from /usr/lib/qt4/libQtGui.so.4
#46 0xb7e75204 in QEventLoop::processEvents () from /usr/lib/qt4/libQtCore.so.4
#47 0xb7e752f2 in QEventLoop::exec () from /usr/lib/qt4/libQtCore.so.4
#48 0xb7e7707c in QCoreApplication::exec () from /usr/lib/qt4/libQtCore.so.4
#49 0xb76e2b51 in QApplication::exec () from /usr/lib/qt4/libQtGui.so.4
#50 0x08066804 in main (argc=Cannot access memory at address 0x23
)
at /var/tmp/paludis/sci-geosciences/marble-0.3/work/marble/src/main.cpp:46

This output might not be useful, but if i were you, i would have checked 46 in main.cpp. Though i haven't looked at the sources(dont have time)


:)
Reply to this

-

 Re: Segmentation fau

 
 by fjansson on: Aug 17 2007
 
Score 50%

Nice program!
I get a similar segfault for Giessen (GieBen) in Germany.

#0 0x47315786 in QIODevice::write () from /usr/lib/libQtCore.so.4
#1 0x47218930 in QHttpHeader::setContentLength ()
from /usr/lib/libQtNetwork.so.4
#2 0x472193f3 in QHttp::qt_metacall () from /usr/lib/libQtNetwork.so.4
#3 0x47377dca in QMetaObject::activate () from /usr/lib/libQtCore.so.4
#4 0x473786b2 in QMetaObject::activate () from /usr/lib/libQtCore.so.4
#5 0x47391de7 in QIODevice::readyRead () from /usr/lib/libQtCore.so.4
#6 0x4724040a in QSslSocket::qt_metacast () from /usr/lib/libQtNetwork.so.4
#7 0x472436e9 in QSslSocket::qt_metacall () from /usr/lib/libQtNetwork.so.4
#8 0x47377dca in QMetaObject::activate () from /usr/lib/libQtCore.so.4
#9 0x473786b2 in QMetaObject::activate () from /usr/lib/libQtCore.so.4
#10 0x47391de7 in QIODevice::readyRead () from /usr/lib/libQtCore.so.4
#11 0x47229f0c in QAbstractSocket::connectToHost ()
from /usr/lib/libQtNetwork.so.4
#12 0x4722dfb1 in operator<< () from /usr/lib/libQtNetwork.so.4
#13 0x4721c68b in QHostAddress::~QHostAddress$base ()
from /usr/lib/libQtNetwork.so.4
#14 0x4721e35f in QHostAddress::~QHostAddress$base ()
from /usr/lib/libQtNetwork.so.4
#15 0x46bd17f0 in QApplicationPrivate::notify_helper ()
from /usr/lib/libQtGui.so.4
#16 0x46bd7999 in QApplication::notify () from /usr/lib/libQtGui.so.4
#17 0x473663eb in QCoreApplication::notifyInternal ()
from /usr/lib/libQtCore.so.4
---Type <return> to continue, or q <return> to quit---
#18 0x4738776f in QEventDispatcherGlib::hasPendingEvents ()
from /usr/lib/libQtCore.so.4
#19 0x42051442 in g_main_context_dispatch () from /lib/libglib-2.0.so.0
#20 0x4205441f in g_main_context_check () from /lib/libglib-2.0.so.0
#21 0x42054985 in g_main_context_iteration () from /lib/libglib-2.0.so.0
#22 0x473877f8 in QEventDispatcherGlib::processEvents ()
from /usr/lib/libQtCore.so.4
#23 0x46c49f85 in QX11Info::copyX11Data () from /usr/lib/libQtGui.so.4
#24 0x47365911 in QEventLoop::processEvents () from /usr/lib/libQtCore.so.4
#25 0x47365a1c in QEventLoop::exec () from /usr/lib/libQtCore.so.4
#26 0x46f81fb7 in QDialog::exec () from /usr/lib/libQtGui.so.4
#27 0x0808e7a8 in KAtlasViewPopupMenu::showFeatureInfo ()
#28 0x0808eca7 in KAtlasViewPopupMenu::qt_metacall ()
#29 0x47377dca in QMetaObject::activate () from /usr/lib/libQtCore.so.4
#30 0x473786b2 in QMetaObject::activate () from /usr/lib/libQtCore.so.4
#31 0x46f05cc3 in QMenu::triggered () from /usr/lib/libQtGui.so.4
#32 0x46f06a2c in QMenu::insertAny () from /usr/lib/libQtGui.so.4
#33 0x46f0c7e3 in QMenu::qt_metacall () from /usr/lib/libQtGui.so.4
#34 0x47377dca in QMetaObject::activate () from /usr/lib/libQtCore.so.4
#35 0x473780b0 in QMetaObject::activate () from /usr/lib/libQtCore.so.4
#36 0x46bcb891 in QAction::triggered () from /usr/lib/libQtGui.so.4
#37 0x46bcc3ef in QAction::activate () from /usr/lib/libQtGui.so.4
#38 0x46f0e0a1 in QMenu::wheelEvent () from /usr/lib/libQtGui.so.4
#39 0x46f10633 in QMenu::mouseReleaseEvent () from /usr/lib/libQtGui.so.4
---Type <return> to continue, or q <return> to quit---
#40 0x46c16033 in QWidget::event () from /usr/lib/libQtGui.so.4
#41 0x46f0c075 in QMenu::event () from /usr/lib/libQtGui.so.4
#42 0x46bd17f0 in QApplicationPrivate::notify_helper ()
from /usr/lib/libQtGui.so.4
#43 0x46bd7be7 in QApplication::notify () from /usr/lib/libQtGui.so.4
#44 0x473663eb in QCoreApplication::notifyInternal ()
from /usr/lib/libQtCore.so.4
#45 0x46c27b9c in QApplication::x11ProcessEvent () from /usr/lib/libQtGui.so.4
#46 0x46c2676f in QApplication::x11ProcessEvent () from /usr/lib/libQtGui.so.4
#47 0x46c4a1d4 in QX11Info::copyX11Data () from /usr/lib/libQtGui.so.4
#48 0x42051442 in g_main_context_dispatch () from /lib/libglib-2.0.so.0
#49 0x4205441f in g_main_context_check () from /lib/libglib-2.0.so.0
#50 0x42054985 in g_main_context_iteration () from /lib/libglib-2.0.so.0
#51 0x473877f8 in QEventDispatcherGlib::processEvents ()
from /usr/lib/libQtCore.so.4
#52 0x46c49f85 in QX11Info::copyX11Data () from /usr/lib/libQtGui.so.4
#53 0x47365911 in QEventLoop::processEvents () from /usr/lib/libQtCore.so.4
#54 0x47365a1c in QEventLoop::exec () from /usr/lib/libQtCore.so.4
#55 0x47367dda in QCoreApplication::exec () from /usr/lib/libQtCore.so.4
#56 0x46bd0f37 in QApplication::exec () from /usr/lib/libQtGui.so.4
#57 0x08065a35 in main ()


Reply to this

-

 Re: Re: Segmentation

 
 by fjansson on: Aug 17 2007
 
Score 50%

for Giessen, the http request fails with the error 403 (Forbidden). Why?
Related to the german double-s character?

The crasch then happens after the first return in the function
void HttpFetchFile::httpRequestFinished(int requestId, bool error)
is taken, but I can't figure out where.

Sofija also gives error 403.
When manually surfing to http://en.wikipedia.org/wiki/Sofija
I am redirected to the entry Sofia.

I hope this helps, I know too little about Qt to continue.


Reply to this

goto page: prev   1  2  3  4  5 

Add commentBack




-



 
 
 Who we are
Contact
More about us
Frequently Asked Questions
Register
Twitter
Blog
Explore
Apps
Artwork
Jobs
Knowledge
Events
People
Updates on identi.ca
Updates on Twitter
Content RSS   
Events RSS   

Participate
Groups
Forum
Add Content
Public API
About openDesktop.org
Legal Notice
Spreadshirt Shop
CafePress Shop
Advertising
Sponsor us
Report Abuse
 

Copyright 2007-2016 openDesktop.org Team  
All rights reserved. openDesktop.org is not liable for any content or goods on this site.
All contributors are responsible for the lawfulness of their uploads.
openDesktop is a trademark of the openDesktop.org Team