<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
    <title></title>
  </head>
  <body text="#000000" bgcolor="#ffffff">
    The stack traces from the ns-slapd core would be very helpful.<br>
    <br>
    1. login as root<br>
    2. ps -ef | grep ns-slapd<br>
    ldapuser &nbsp; 27526&nbsp;&nbsp;&nbsp;&nbsp; 1&nbsp; 0 Sep24 ?&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 00:02:21 ./ns-slapd -D ...<br>
    3. attach the process to gdb<br>
    # gdb /usr/sbin/ns-slapd 27526<br>
    gdb&gt; continue<br>
    4. start the LDAP intensive application<br>
    <br>
    Hopefully, it makes ns-slapd crash.&nbsp; Then, run bt command:<br>
    gdb&gt; thread apply all bt<br>
    <br>
    Thanks,<br>
    --noriko<br>
    <br>
    On 9/28/10 8:38 PM, Gary Morris wrote:
    <blockquote
      cite="mid:AANLkTi=3JqQMRTvDeoBU1f4ZagK=3LcjYHUQS5vwPkko@mail.gmail.com"
      type="cite">
      <div><br>
      </div>
      <div>ok.. it pulled&nbsp;389-ds-base-1.2.6-2.fc13.x86_64.. is that ok
        or do i need to be on 1.2.6-1? &nbsp;On 1.2.6-2 I'm having the same
        problem. &nbsp;As soon as I start an application that is ldap
        intensive, the directory server crashes real quick. &nbsp;No errors
        of any sort reported.</div>
      <br>
      <div class="gmail_quote">On Tue, Sep 28, 2010 at 11:16 PM, Rich
        Megginson <span dir="ltr">&lt;<a moz-do-not-send="true"
            href="mailto:rmeggins@redhat.com">rmeggins@redhat.com</a>&gt;</span>
        wrote:<br>
        <blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt
          0.8ex; border-left: 1px solid rgb(204, 204, 204);
          padding-left: 1ex;">
          <div>
            <div class="h5">Gary Morris wrote:<br>
              &gt; Hi guys.. i'm running 389-ds-base-1.2.6-1.fc13.x86_64
              and the server<br>
              &gt; is crashing repeatedly, mostly under load. &nbsp;There are
              about 390,000<br>
              &gt; ldap entries in the database. I tried installing on a
              couple of<br>
              &gt; different servers (Fedora 13) with the same problem.
              &nbsp;The problem does<br>
              &gt; not seem to be happening on 1.2.6-0.1. &nbsp;I would be
              happy to send you<br>
              &gt; more details on what is causing the crash if I could
              figure out how to<br>
              &gt; do that. &nbsp;When I put any load on the server, it
              crashes, and often<br>
              &gt; crashes before it can even fully start. &nbsp;It does not
              seem to crash<br>
              &gt; when I turn on the heavy debugging, but then again,
              performance is<br>
              &gt; very slow on full debug. &nbsp;If anyone has some
              suggestions on what I can<br>
              &gt; do to give more information, i'd be happy to.<br>
            </div>
          </div>
          There were a couple of crashing bugs that have been fixed in
          1.2.6.1-1 -<br>
          now available in the Testing repos. &nbsp;Please try to install<br>
          389-ds-base-1.2.6.1-1 from the updates-testing repo and see if
          that<br>
          fixes your problem.<br>
          &gt;<br>
          &gt; -gary<br>
          &gt;
          ------------------------------------------------------------------------<br>
          &gt;<br>
          &gt; --<br>
          &gt; 389-devel mailing list<br>
          &gt; <a moz-do-not-send="true"
            href="mailto:389-devel@lists.fedoraproject.org">389-devel@lists.fedoraproject.org</a><br>
          &gt; <a moz-do-not-send="true"
            href="https://admin.fedoraproject.org/mailman/listinfo/389-devel"
            target="_blank">https://admin.fedoraproject.org/mailman/listinfo/389-devel</a><br>
          <font color="#888888"><br>
            --<br>
            389-devel mailing list<br>
            <a moz-do-not-send="true"
              href="mailto:389-devel@lists.fedoraproject.org">389-devel@lists.fedoraproject.org</a><br>
            <a moz-do-not-send="true"
              href="https://admin.fedoraproject.org/mailman/listinfo/389-devel"
              target="_blank">https://admin.fedoraproject.org/mailman/listinfo/389-devel</a><br>
          </font></blockquote>
      </div>
      <br>
      <pre wrap="">
<fieldset class="mimeAttachmentHeader"></fieldset>
--
389-devel mailing list
<a class="moz-txt-link-abbreviated" href="mailto:389-devel@lists.fedoraproject.org">389-devel@lists.fedoraproject.org</a>
<a class="moz-txt-link-freetext" href="https://admin.fedoraproject.org/mailman/listinfo/389-devel">https://admin.fedoraproject.org/mailman/listinfo/389-devel</a></pre>
    </blockquote>
    <br>
  </body>
</html>