Uh oh!
There was an error while loading. Please reload this page.
[FIX] Fix threadpool reset by killing threads before destroying their shared queue - #8658
Conversation
electriclilies
commented
Aug 4, 2021
Thanks for the fix! Just curious, why wasn't this causing a segfault on linux? |
tkonolige
commented
Aug 4, 2021
No clue. Maybe the thread kill implementation on linux worked faster than the one on macOS? |
tqchen
commented
Aug 4, 2021
LGTM, thanks @tkonolige ! |
tkonolige
commented
Aug 4, 2021
I will note that I introduced this bug, so don't give me too much thanks :) |
tqchen
commented
Aug 4, 2021
I would separate the thanks from past events as we work together to make the code base better together. |
masahi
commented
Aug 4, 2021
The problem is still there https://ci.tlcpack.ai/blue/organizations/jenkins/tvm/detail/PR-8658/1/pipeline/41 |
bc564d1 to
feebf26Comparetkonolige
commented
Aug 5, 2021
jcf94
commented
Aug 6, 2021
Thanks! So is it ready to merge? @tkonolige@masahi |
masahi
commented
Aug 6, 2021
I've seen a number of recent CI jobs killed at |
@electriclilies@mbs-octoml@junrushao1994