-
Notifications
You must be signed in to change notification settings - Fork 409
Closed
Labels
A-filesArea: related to files, paths, sockets, file descriptors, or handlesArea: related to files, paths, sockets, file descriptors, or handlesC-bugCategory: This is a bug.Category: This is a bug.
Description
According to the man page, epoll will always report EPOLLERR events. However, our implementation never reports them. This is a problem as Miri will silently accept the program but run it in an incorrect way. There's no good way to throw a "not supported" error here, so we should implement this event notification.
Cc @tiif
Metadata
Metadata
Assignees
Labels
A-filesArea: related to files, paths, sockets, file descriptors, or handlesArea: related to files, paths, sockets, file descriptors, or handlesC-bugCategory: This is a bug.Category: This is a bug.