Commit 8d36b5c
committed
Do not del libev IO wrappers while thread is still running
fixes an issue where the runtime would occasionally segfault when
exiting without cluster shutdown. This is because the IO object was
deacllocated while the thread was running and might still enter the IO
callback.1 parent 341e631 commit 8d36b5c
1 file changed
Lines changed: 0 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
123 | 123 | | |
124 | 124 | | |
125 | 125 | | |
126 | | - | |
127 | 126 | | |
128 | 127 | | |
129 | | - | |
130 | 128 | | |
131 | 129 | | |
132 | 130 | | |
| |||
0 commit comments