aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/status.err
Commit message (Collapse)AuthorAge
* make debug() output more usefulGravatar Kurtis Rader2016-05-17
| | | | | | | | | | This change does several things. First, and most important, it allows dumping the "n" most recent stack frames on each debug() call. Second, it demangles the C++ symbols. Third, it prepends each debug() message with the debug level. Unrelated to the above I've replaced all `assert(!is_forked_child());` statements with `ASSERT_IS_NOT_FORKED_CHILD()` for consistency.
* Don't leave is_block in bad state after bad redirectionGravatar Kevin Ballard2014-09-30
Fixes #1728.