-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Description
Right now there are a lot of segmentation faults if you make a mistake in handling io_uring. Like, for example, forget to io_uring_queue_init() before io_uring_get_sqe().
I know that this is a low-level interface that requires more considerations, and I suspect that I catched more of them than usual because of learning and a bug caused by garbage collector, but I still think that catching a segmentation fault should be considered for a python library.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels