<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    Hi,<br>
    <br>
    I'm using Marble as a library on an embedded ARM system with Qt
    Embedded ARM 4.7.4.<br>
    <br>
    I only try to instanciate a MarbleWidget in my application, load a
    map theme and display it. But when the program is running, it
    crashes on a Segmentation fault at the instruction <small>qApp->exec()</small>,
    when executing the Qt event loop (see the topic <i>"Using Marble
      library with Qt Embedded"</i> I've already made on this mailing
    list).<br>
    <br>
    After some tests, I found that if I don't load any map theme (<small>mapWidget->setMapThemeId("earth/openstreetmap/openstreetmap.dgml")</small>)
    or if it doesn't exist at the given path, my app doesn't crash and
    Marble widget is displayed on screen but nothing is showed on it
    (what is actually normal).<br>
    <br>
    It is only if I load a map theme into the MarbleWidget object that
    it crashed on a Segfault.<br>
    <br>
    Is there something I'm missing here ?<br>
    <br>
    Regards,<br>
    <div class="moz-signature">-- <br>
      Jérémie Scheer<br>
      Software Engineer<br>
      Tel: +33 (0)9 72 29 41 44<br>
      Fax: +33 (0)9 72 28 79 26<br>
      Armadeus Systems - A new vision of the embedded world<br>
      <a class="moz-txt-link-freetext" href="http://www.armadeus.com">http://www.armadeus.com</a></div>
  </body>
</html>