[
https://issues.apache.org/jira/browse/XERCESC-1968?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13258324#comment-13258324
]
Alberto Massari edited comment on XERCESC-1968 at 4/20/12 3:44 PM:
-------------------------------------------------------------------
A fix is in SVN since last year, but I forgot to close the bug :-(
was (Author: amassari):
A fix is in SVN since last year, but I assigned it to the previous bug :-(
> Xerces livelocks while reading external DTD if socket closes prematurely
> ------------------------------------------------------------------------
>
> Key: XERCESC-1968
> URL: https://issues.apache.org/jira/browse/XERCESC-1968
> Project: Xerces-C++
> Issue Type: Bug
> Components: Utilities
> Affects Versions: 3.0.1, 3.1.1
> Environment: Windows 7 64bit, VS 2008 SP1, distributed and self-built
> binaries
> Reporter: Charlie Lawrence
> Assignee: Alberto Massari
> Fix For: 3.2.0
>
> Attachments: XercesNetAccessorIssue.zip
>
>
> When loading an external DTD and if the socket on the other end closes before
> any data is read, xerces can get into a live-lock situation.
> If the OS call "recv" returns 0, which it can, the loop in
> BinHTTPInputStreamCommon::sendRequest will spin forever.
> The attached contains an example and sample content which demonstrates the
> issue.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]