Skip to content

Finalze behavior for uncaught panics in child threads #23078

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
aturon opened this issue Mar 5, 2015 · 4 comments
Closed

Finalze behavior for uncaught panics in child threads #23078

aturon opened this issue Mar 5, 2015 · 4 comments
Labels
P-medium Medium priority T-libs-api Relevant to the library API team, which will review and decide on the PR/issue.

Comments

@aturon
Copy link
Member

aturon commented Mar 5, 2015

Currently, an uncaught panic on a child thread will result in output to that thread's panic output handle (which is currently overridable).

This may not be a desirable default, and we probably want the behavior to be more thoroughly customizable.

See this previous RFC for some discussion on the topic, and the corresponding RFC issue.

We need to make a decision here before 1.0.

@aturon
Copy link
Member Author

aturon commented Mar 5, 2015

triage: P-backcompat-lang (1.0 beta)

@rust-highfive rust-highfive added this to the 1.0 beta milestone Mar 5, 2015
@aturon aturon added the I-needs-decision Issue: In need of a decision. label Mar 5, 2015
@pnkfelix
Copy link
Member

This is not going to change in time for beta.

In any case, the current behavior can be a default going-forward (it is a default we can live with), and then we can backwards compatibly add the ability to customize the behavior.

Reclassifying: not 1.0 beta, and not 1.0; P-high.

@pnkfelix pnkfelix added the P-medium Medium priority label Mar 26, 2015
@pnkfelix pnkfelix removed this from the 1.0 beta milestone Mar 26, 2015
@theemathas
Copy link
Contributor

Related to #23172

@huonw huonw added I-nominated T-libs-api Relevant to the library API team, which will review and decide on the PR/issue. and removed I-needs-decision Issue: In need of a decision. labels Jan 8, 2016
@alexcrichton
Copy link
Member

With a stable release, the introduction of panic handlers, and the introduction of panic propagation, I'm going to close this issue now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
P-medium Medium priority T-libs-api Relevant to the library API team, which will review and decide on the PR/issue.
Projects
None yet
Development

No branches or pull requests

6 participants