You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by bu...@apache.org on 2003/11/23 16:42:42 UTC

DO NOT REPLY [Bug 24301] - [PATCH] long will hang HTML parser</h1><pre>DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=24301>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bug.cgi?id=24301 [PATCH] long <title> will hang HTML parser goller@detego-software.de changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED ------- Additional Comments From goller@detego-software.de 2003-11-23 15:42 ------- There was a deadlock between the indexing thread and the parsing thread, which occured for long titles. Parsing thread waited for indexing thread to read from piped reader, indexing thread waited for summary. Bug was fixed by adding an additional abort condition to getTitle, getSummary, and getMeta which checks whether the pipe is full. --------------------------------------------------------------------- To unsubscribe, e-mail: lucene-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: lucene-dev-help@jakarta.apache.org </pre><hr/> </body> </html>