Summary: | Signals inside io_uring_enter not handled | ||
---|---|---|---|
Product: | [Developer tools] valgrind | Reporter: | Andrew Soutar <kdebugtraq> |
Component: | general | Assignee: | Julian Seward <jseward> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | lomakin.andrey, pjfloyd |
Priority: | NOR | ||
Version First Reported In: | unspecified | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | [PATCH] Handle signals in epoll_pwait and io_uring_enter |
Description
Andrew Soutar
2020-10-27 22:02:13 UTC
commit c49efc1cff161a8cfa741900c262f5b1c03f82b3 (HEAD -> master, origin/master, origin/HEAD) Author: Paul Floyd <pjfloyd@wanadoo.fr> Date: Sat Nov 18 13:02:30 2023 +0100 Bug 428364 - Signals inside io_uring_enter not handled Patch provide by Andrew Soutar kdebugtraq@andrewsoutar.com Thanks! I haven't added the reproducers as they require interrupting the Valgrind process. Maybe the tests can be adapted to use fork and have the parent kill the child running io_uring. |