<html>
  <head>
    <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <p>Hello Lubomir,<br>
    </p>
    <br>
    <div class="moz-cite-prefix">Am 09.04.2017 um 14:37 schrieb Lubomir
      I. Ivanov:<br>
    </div>
    <blockquote
cite="mid:CAGDbWi9sY1VLmSHtjOjV-J9=CVLxo7BUimObq2B3zk3JDUpn-Q@mail.gmail.com"
      type="cite"><br>
      <blockquote type="cite">
        <pre wrap="">
It is that simply sometimes Subsurface under Windows 10 doesn't start. I
mean I click on the icon and no window and also no crash info appears. After
that I have a zombie Subsurface.exe running. I now for the first time
reproduced this with the MXE debug build and again attached drmingw to the
zombie exe.
</pre>
      </blockquote>
      <pre wrap="">
so it appears to be entering an infinite loop when
desktop-widgets/globe.cpp calls setShowScaleBar(true);
it then tries to redirect debug output to a "NullStream" in
MarbleDebug.cpp which appears to fail on Windows.
QDebug attempts to acquire a Mutex lock but fails in
qmutex.cpp::setInternal() (wait()).

[...]

2) if the above fails try:
open the Marble source folder and find MarbleDebug.cpp and modify the
contents of the method mDebug() to be like so:
QDebug mDebug()
{
    return qDebug();
}
then rebuild marble.
</pre>
    </blockquote>
    Now I have this variant 2) build and running. <br>
    No more occurrence of the zombie process phenomenon up to now and
    also marble showing the globe plus dive site after every startup.<br>
    I will continue my testing and poor <g> development work based
    on this change and watch out for further recurrence of this issue or
    any other.<br>
    <br>
    Clearly I don't know what that may mean in terms of marble: That
    code piece with the "NullStream" not good for windows?!<br>
    <br>
    Best regards<br>
    Stefan<br>
    <br>
    <div class="moz-signature">-- <br>
      <meta http-equiv="CONTENT-TYPE" content="text/html; charset=utf-8">
      <title></title>
      <meta name="GENERATOR" content="OpenOffice.org 3.3 (Win32)">
      <meta name="CREATED" content="0;0">
      <meta name="CHANGEDBY" content="Stefan Fuchs">
      <meta name="CHANGED" content="20120503;23115492">
      <style type="text/css">
        <!--
                P { color: #000000 }
        -->
        </style>
      <p>Stefan Fuchs<br>
        E-Mail: <a href="mailto:sfuchs@gmx.de">sfuchs@gmx.de</a></p>
    </div>
  </body>
</html>