Skip to content
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

Skip printing the backtrace for RecvError/SendError #10329

Merged
merged 3 commits into from Apr 5, 2016

Commits on Apr 1, 2016

  1. Skip printing the backtrace for RecvError/SendError

    We currently get tons of useless backtraces clogging up the output when we have a panic cascade. This adds a handler that outputs a single line when a thread panics due to a sender or receiver hanging up, since this is almost always due to a panic cascade.
    Manishearth committed Apr 1, 2016
  2. Lock stderr in custom panic handler

    Manishearth committed Apr 1, 2016

Commits on Apr 5, 2016

  1. Add option for printing full backtraces

    Manishearth committed Apr 5, 2016
You can’t perform that action at this time.