Skip to content

Interrupted system call #25

@rlewkowicz

Description

@rlewkowicz

I'm trying to sniff a handshake between an xbox series x and its controller. I'm sure I'll run into issues after this, but I think it's not terming correctly?

pthread_kill(ep->thread_read, SIGUSR1);

Here you kill the threads, but here it exits the application with usb_raw_ep_read(): Interrupted system call

exit(EXIT_FAILURE);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions