Skip to content

The vmm-sys-util main branch causes a "No buffer space available" error in the vhost test. #252

@uran0sH

Description

@uran0sH

Use the main branch of vmm-sys-util, and test on vhost, run: cargo test --workspace --no-default-features --features vhost-user. It will cause the problem below.

thread 'vhost_user::connection::tests::send_fd' panicked at vhost/src/vhost_user/connection.rs:763:50:
called `Result::unwrap()` on an `Err` value: SocketRetry(Os { code: 105, kind: Uncategorized, message: "No buffer space available" })
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace

And I revert to 02321df. It can pass the test.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions