Skip to content

windows: fetch_iocp_result().unwrap() panic observed (during drop) #427

@jschwe

Description

@jschwe

// We unwrap the outer result (can't deal with the IOCP call failing here),
// but don't care about the actual results of the completed read operations.
let _ = self.fetch_iocp_result().unwrap();

Panic observed in servo CI (unit-tests): https://github.com/servo/servo/actions/runs/19707149516/job/56457642157
I'm not familiar with this code, but do we really need to panic here, or could we just ignore the error?

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