Skip to content

Assertion vio->mutex->thread_holding == this_ethread() && thread #13

@rakeshchaitan

Description

@rakeshchaitan

Fatal: UnixNetVConnection.cc:942: failed assertion vio->mutex->thread_holding == this_ethread() && thread

This assert is hit when we try to reuse the VIO after the operation is complete.

Locking of VIOs is necessary when you are not in the context of a VIO operation, we have to use the mutex from TSVIOMutexGet to lock the vio and unlock it after the operation is complete.

This can be added to ATS documentation.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions