Closed
Description
When the /dev/urandom pool has not yet been initialized, the use of the default HashMap can cause a process to block. The behavior is problematic when a program is started by an initscript and is not intended to run in the background. The process will block until the urandom pool is initialized which on some embedded systems may be several minutes.
A concrete example of the issue in docopt/docopt.rs#178, but the issue can also occur in other places like regex.