> Hi
>
> On Mon, Mar 28, 2022 at 12:22 PM Hogan Wang via wrote:
> > IOWatchPoll object did not hold the @ioc and @src objects reference,
> > then io_watch_poll_prepare execute in IO thread, if IOWatchPoll
> > removed by mian thread, io_watch_poll_prepare may execute at last
> > chance and access
Hi
On Mon, Mar 28, 2022 at 12:22 PM Hogan Wang via
wrote:
> IOWatchPoll object did not hold the @ioc and @src objects reference,
> then io_watch_poll_prepare execute in IO thread, if IOWatchPoll
> removed by mian thread, io_watch_poll_prepare may execute at last
> chance and access the freed @io
IOWatchPoll object did not hold the @ioc and @src objects reference,
then io_watch_poll_prepare execute in IO thread, if IOWatchPoll
removed by mian thread, io_watch_poll_prepare may execute at last
chance and access the freed @ioc or @src object.
In IO thread monitor scene, the IO thread used to