You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@abdera.apache.org by "David Eckel (JIRA)" <ji...@apache.org> on 2009/05/19 23:53:45 UTC

[jira] Created: (ABDERA-235) Deadlock in AbderaSource with feeds longer than 1024 bytes

Deadlock in AbderaSource with feeds longer than 1024 bytes
----------------------------------------------------------

                 Key: ABDERA-235
                 URL: https://issues.apache.org/jira/browse/ABDERA-235
             Project: Abdera
          Issue Type: Bug
    Affects Versions: 1.0
         Environment: JRE 1.5.0_17
            Reporter: David Eckel
            Priority: Minor


Using org.apache.abdera.util.AbderaSource can cause a deadlock when a Base object is supplied to the constructor that results in a stream larger than 1024 bytes.  This is due to the use of the PipedInputStream being used in the same thread as PipedOutputStream.  See http://java.sun.com/javase/6/docs/api/java/io/PipedInputStream.html.

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