Skip to content

Read on file descriptor permanently hangs #5

@ooogaboooga

Description

@ooogaboooga

int len = sys_read(fd, buffer, sizeof(buffer));

The file descriptor for the card[number] is set to be read in the function mydrm_handle_event; yet when it is passed, and the respective read operation is called on it, the entire execution hangs indefinitely, what could cause this, as the card device was being read previously via the mydrm_open in src/drmlist/drmlist.c; I thought maybe the file descriptors cursor may have to of been re-positioned to the beginning, but this proved unsuccessful.

Any suggestions?

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