GH-188: fix crash when shutting down with pending reporter errors

This fixes some use-after-free issues in the shutdown order of
various systems: I/O, plugin, logging, and reporter systems may
interact during shutdown if there's errors emitted (or maybe just
still pending) during the shutdown.

Fixes GH-188
This commit is contained in:
Jon Siwek 2019-01-14 15:34:18 -06:00
parent 766b1d9520
commit 38cb3dbf2e
5 changed files with 17 additions and 4 deletions

View file

@ -1 +1 @@
2.6-69
2.6-70