Skip to content

If the render function tries to write a message it will deadlock #16

@sourcefrog

Description

@sourcefrog

The same lock is used while rendering progress and while printing messages, and the lock is not reentrant. As a result, if the render function tries to write a message, perhaps via tracing, it will hang.

This can probably be avoided but it should at least be documented.

Similarly if rendering causes an attempt to update the model then that would also cause a deadlock.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions