aboutsummaryrefslogtreecommitdiffstats
path: root/components/util/thread.rs
Commit message (Collapse)AuthorAgeFilesLines
* Removed util.Alan Jeffrey2016-12-141-11/+0
|
* Removed panic channel, replaced by integrated logging and issue reporting.Alan Jeffrey2016-07-201-42/+0
|
* Make the style crate almost build on stable Rust.Simon Sapin2016-06-221-6/+7
| | | | `discriminant_value` will need to be replaced with something else later.
* Communicate a backtrace to the constellation when panicking.Alan Jeffrey2016-04-261-2/+16
|
* Added a dedicated panic channel.Alan Jeffrey2016-04-191-82/+18
|
* Remove watcher threads; replace with more panic handler goodnessManish Goregaokar2016-04-151-53/+36
|
* Make add_panic_object in thread.rs borrow rather than own the object.Alan Jeffrey2016-04-141-2/+2
|
* Added panic message to failures.Alan Jeffrey2016-04-131-8/+27
|
* Rename handler to hookUK9922016-04-081-7/+6
|
* Add option for printing full backtracesManish Goregaokar2016-04-051-0/+6
|
* Lock stderr in custom panic handlerManish Goregaokar2016-04-011-3/+7
|
* Skip printing the backtrace for RecvError/SendErrorManish Goregaokar2016-04-011-2/+27
| | | | 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.
* task -> threadrohan.prinja2016-01-101-0/+66