[jacorb-bugs] [Bug 1014] New: Connection released by forward request while still in use

bugzilla-daemon at jacorb.org bugzilla-daemon at jacorb.org
Fri Jul 17 03:07:04 CEST 2015


http://www.jacorb.org/bugzilla/show_bug.cgi?id=1014

            Bug ID: 1014
           Summary: Connection released by forward request while still in
                    use
           Product: JacORB
           Version: 3.5
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: enhancement
          Priority: P5
         Component: ORB
          Assignee: jacorb-bugs at lists.spline.inf.fu-berlin.de
          Reporter: vgpinheiro at tecgraf.puc-rio.br

Created attachment 467
  --> http://www.jacorb.org/bugzilla/attachment.cgi?id=467&action=edit
Demo code to reproduce the reported behavior

I found this problem when using two threads that make calls to the same CORBA
object reference and resolve exceptions from these calls using forward request.

The forward request triggered by one thread makes the ORB to rebind the
connection and so it will ask for the release of the connection. The problem is
the connection is released while it is still in use by the other thread.

The provided demo is very straightforward. To reproduce the behavior one must
only to execute the server application (demo.Server) and the client application
(demo.client).

The client and server log are attached to the demo (see files client.out and
server.out).

I'm using JacORB 3.5 but I've also tested with JacORB 3.6 and the problem
persists.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.spline.inf.fu-berlin.de/pipermail/jacorb-bugs/attachments/20150717/f9518340/attachment.html>


More information about the jacorb-bugs mailing list