You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@directory.apache.org by "Stefan Seelmann (JIRA)" <ji...@apache.org> on 2010/10/22 20:04:05 UTC

[jira] Created: (DIRSERVER-1574) Test AddIT.testAddPDUExceedingMaxSizeLdapApi hangs sometimes

Test AddIT.testAddPDUExceedingMaxSizeLdapApi hangs sometimes
------------------------------------------------------------

                 Key: DIRSERVER-1574
                 URL: https://issues.apache.org/jira/browse/DIRSERVER-1574
             Project: Directory ApacheDS
          Issue Type: Bug
          Components: ldap
            Reporter: Stefan Seelmann
             Fix For: 2.0.0-RC2


On my linux box the AddIT.testAddPDUExceedingMaxSizeLdapApi hangs sometimes. I created a thread dump:

"main" prio=1 tid=0x0000000040151bb0 nid=0x682f in Object.wait() [0x00007ffffc20f000..0x00007ffffc211370]
	at java.lang.Object.wait(Native Method)
	- waiting on <0x00007f7f88af7000> (a org.apache.mina.core.future.DefaultWriteFuture)
	at org.apache.mina.core.future.DefaultIoFuture.await0(DefaultIoFuture.java:189)
	- locked <0x00007f7f88af7000> (a org.apache.mina.core.future.DefaultWriteFuture)
	at org.apache.mina.core.future.DefaultIoFuture.awaitUninterruptibly(DefaultIoFuture.java:150)
	at org.apache.directory.ldap.client.api.LdapNetworkConnection.modifyAsync(LdapNetworkConnection.java:2130)
	at org.apache.directory.ldap.client.api.LdapNetworkConnection.modify(LdapNetworkConnection.java:2041)
	at org.apache.directory.ldap.client.api.LdapNetworkConnection.modify(LdapNetworkConnection.java:2016)
	at org.apache.directory.ldap.client.api.LdapNetworkConnection.modify(LdapNetworkConnection.java:2025)
	at org.apache.directory.server.operations.add.AddIT.testAddPDUExceedingMaxSizeLdapApi(AddIT.java:1180)


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.