<html>
    <head>
      <base href="http://www.jacorb.org/bugzilla/" />
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - COMM_FAILUREs in simple multithreaded client/server test starting with JacORB 3.4"
   href="http://www.jacorb.org/bugzilla/show_bug.cgi?id=1000">1000</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>COMM_FAILUREs in simple multithreaded client/server test starting with JacORB 3.4
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>JacORB
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>3.4
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>PC
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>Linux
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>NEW
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>major
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>P5
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>ORB
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>jacorb-bugs@lists.spline.inf.fu-berlin.de
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>mcorino@remedy.nl
          </td>
        </tr></table>
      <p>
        <div>
        <pre>Created <span class=""><a href="attachment.cgi?id=453" name="attach_453" title="Debug log">attachment 453</a> <a href="attachment.cgi?id=453&action=edit" title="Debug log">[details]</a></span>
Debug log

I have a simple multithreaded client to singlethreaded server test that works
fine from JacORB 2.4 - 3.3 which started throwing COMM_FAILUREs at me starting
with JacORB 3.4 (but also in 3.5).

The test implements a trivial client for the following IDL:
interface Foo
{
  string get_string(in long tid);
};

The server creates and activates a single servant and executes ORB#run in the
main thread.
The client resolves the servant reference, starts 2 threads and calls the
servant's get_string() method 10 times in each thread.
The client uses DII and the server DSI.

When running this with either JacORB 3.4 or 3.5 at a certain point in the
iterations COMM_FAILUREs appear. Detailed logging seems to suggest connections
are being unexpectedly closed at some point.

Attached a debug log of a fairly typical testrun.

Any ideas why this may have started happening from JacORB 3.4?</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>