HomePhabricator

Use thread-local storage for LogPrint(category...)
0b238b278686Unpublished

Unpublished Commit ยท Learn More

Repository Importing: This repository is still importing.

Description

Use thread-local storage for LogPrint(category...)

This prevents crashes at shutdown where a global destructor
calls LogPrint(category...) after mapMultiArgs has been
deleted.

Details

Provenance
Gavin Andresen <gavinandresen@gmail.com>Authored on Dec 10 2013, 03:19
deadalnixPushed on May 14 2017, 22:04
Parents
rABC962b1cf441ce: Fix infinite loop with LogPrint on Windows
Branches
Unknown
Tags
Unknown

Event Timeline

Gavin Andresen <gavinandresen@gmail.com> committed rABC0b238b278686: Use thread-local storage for LogPrint(category...) (authored by Gavin Andresen <gavinandresen@gmail.com>).Dec 10 2013, 03:19