<html>
    <head>
      <base href="https://bugzilla.icculus.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_REOPENED "
   title="REOPENED --- - errors in Unix-errorhandling"
   href="https://bugzilla.icculus.org/show_bug.cgi?id=6021#c4">Comment # 4</a>
              on <a class="bz_bug_link 
          bz_status_REOPENED "
   title="REOPENED --- - errors in Unix-errorhandling"
   href="https://bugzilla.icculus.org/show_bug.cgi?id=6021">bug 6021</a>
              from <span class="vcard"><a class="email" href="mailto:dietrich_joerg@t-online.de" title="Joerg Dietrich <dietrich_joerg@t-online.de>"> <span class="fn">Joerg Dietrich</span></a>
</span></b>
        <pre>(In reply to <a href="show_bug.cgi?id=6021#c3">comment #3</a>)
<span class="quote">> Ah, my apologies. I was on a different branch so hadn't got that change yet.

> Anyway, it looks like your fix essentially reverts Thilo's fix:

> commit daf71ca50217c21edadc511feca4d4e9cf98a51a
> Author: Thilo Schulz <<a href="mailto:thilo@tjps.eu">thilo@tjps.eu</a>>
> Date:   Sun Aug 25 12:00:30 2013 +0200

>     Fix recursive crash when home path cannot be created

> I guess he means that FS_CreatePath fatals when it fails which is obviously
> bad when you're already handling a crash. I guess the solution is to use
> Sys_Mkdir(dirpath)?</span >

This makes sense! But Sys_Mkdir() only creates the specified directory.
It doesn't do recursion and it doesn't remove the the filename-part
of the path. But it shouldn't be to difficult to implement this
functionality with Sys_Mkdir().</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the QA Contact for the bug.</li>
      </ul>
    </body>
</html>