- About Scala
- Documentation
- Code Examples
- Software
- Scala Developers
Re: [scala-bts] #3881: XMLEventReader.stop does not stop parser thread
Tue, 2010-10-19, 16:03
---------------------------+------------------------------------------------
Reporter: huynhjl | Owner: scala-xml_team
Type: defect | Status: new
Priority: normal | Component: Standard Library
Version: | Resolution:
Keywords: XMLEventReader |
---------------------------+------------------------------------------------
Changes (by extempore):
* owner: scala_meeting => scala-xml_team
* status: reopened => new
---------------------------+------------------------------------------------
Reporter: huynhjl | Owner: scala-xml_team
Type: defect | Status: new
Priority: normal | Component: Standard Library
Version: | Resolution:
Keywords: XMLEventReader |
---------------------------+------------------------------------------------
Comment(by huynhjl):
I found out why it can sometimes hang. `produce(POISON)` blocks if the
queue is full. I guess there may have been two separate reasons why
`XMLEventReader.stop()` did not stop...