Comment 1 for bug 866423

Revision history for this message
Daniel Turcanu (danielturcanu) wrote :

Right now, the test zorba_stack_module/empty1 is hanging when executed in debug mode. In release mode it passes.
The stack module uses the collections, and there is a deadlock between removeNode function which aquires Writelock and the collection iterator, which aquires Readlock. The collection iterator is not closed before the apply updates.