diff options
author | John Högberg <[email protected]> | 2019-03-19 17:39:14 +0100 |
---|---|---|
committer | John Högberg <[email protected]> | 2019-03-21 16:25:32 +0100 |
commit | 2f75782815441a161e6157c941b7f482f96bdbcb (patch) | |
tree | 1636fd286073f1fe669a9e3f6a477e23c62ea9bc /AUTHORS | |
parent | 92bd7d3e43b7142d991f15594d783c1031547df5 (diff) | |
download | otp-2f75782815441a161e6157c941b7f482f96bdbcb.tar.gz otp-2f75782815441a161e6157c941b7f482f96bdbcb.tar.bz2 otp-2f75782815441a161e6157c941b7f482f96bdbcb.zip |
seq_trace: Inherit trace token on spawn
Trace tokens can be lost when a process delegates message sending
to a child process, which is pretty surprising and limits the
usefulness of seq tracing. One example of this is gen_statem:call/4
which uses a child process to implement timeouts without the risk
of a late message arriving to the caller.
This commit attempts to remedy this by propagating the trace token
to spawned processes, and adds optional tracing for process
spawning as well.
Diffstat (limited to 'AUTHORS')
0 files changed, 0 insertions, 0 deletions