<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Am 26.11.2012 12:35, schrieb Markus Blatt:
    <blockquote cite="mid:20121126113521.GA4517@dr-blatt.de" type="cite">
      <pre wrap="">On Mon, Nov 26, 2012 at 10:57:41AM +0000, Eike Mueller wrote:
</pre>
      <blockquote type="cite">
        <pre wrap="">thank you very much for your replies. As my email says, I already
had a look at FS #250, and followed the instructions there, but this
does not help.

</pre>
      </blockquote>
      <pre wrap="">
Sorry, I overlooked that part in your original post.

Nevertheless, judging from ug/parallel/ddd/mgr/objmgr.c this seems to
have no effect on the problem, as problem occurs in line 527
(MakeUnique(theIdCount) <= MakeUnique(theIdCount-1), where theIdCount
in my version is an int and MAX_PROCBITS_IN_GID is defined to 20
according to your configuration. This leaves just 11 bits for the id.

Might this overrun in your case?

Maybe you can circumvent it with the attached (untested) patch?</pre>
    </blockquote>
    This patch fixes a bug, regardless of whether it helps Eike here or
    not.<br>
    I have just applied it.  Thanks Markus!<br>
    <br>
    --<br>
    Oliver<br>
    <blockquote cite="mid:20121126113521.GA4517@dr-blatt.de" type="cite">
      <pre wrap="">

Markus
</pre>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
Dune mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Dune@dune-project.org">Dune@dune-project.org</a>
<a class="moz-txt-link-freetext" href="http://lists.dune-project.org/mailman/listinfo/dune">http://lists.dune-project.org/mailman/listinfo/dune</a>
</pre>
    </blockquote>
    <br>
  </body>
</html>