Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upuwp: cancel_current_task() throws at shutdown #24635
Closed
Labels
Comments
|
cancel_current_task() does not need to be called because we are shutting down, I'm assuming the runtime is cancelling all the task at that point anyway. We just need to let the thread finish, and everything shuts down as expected. This is interesting though. When VS is debugging, by default, it's not breaking on all the exceptions. Breaking on all exceptions show some errors we did not see in the past (including this one). I'll file an issue to list all exceptions raised in that "strict" mode. |
bors-servo
added a commit
that referenced
this issue
Nov 6, 2019
bors-servo
added a commit
that referenced
this issue
Nov 6, 2019
bors-servo
added a commit
that referenced
this issue
Nov 6, 2019
bors-servo
added a commit
that referenced
this issue
Nov 6, 2019
bors-servo
added a commit
that referenced
this issue
Nov 6, 2019
bors-servo
added a commit
that referenced
this issue
Nov 6, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Looks like a recent regression.