diff options
author | Siri Hansen <[email protected]> | 2014-05-27 12:48:00 +0200 |
---|---|---|
committer | Siri Hansen <[email protected]> | 2014-05-27 14:17:41 +0200 |
commit | dbd2604939e92c110277d941589b8965fdda4270 (patch) | |
tree | 7f073ac6c07cc710d3cdac0254e0cae0f36dfd55 /lib/observer/src/crashdump_viewer.hrl | |
parent | 339b6416664c7dc64d72c21653138137e8d1018f (diff) | |
download | otp-dbd2604939e92c110277d941589b8965fdda4270.tar.gz otp-dbd2604939e92c110277d941589b8965fdda4270.tar.bz2 otp-dbd2604939e92c110277d941589b8965fdda4270.zip |
[cdv] Allow registered name as owner of timer in crashdump
crashdump_viewer would crash if the owner of a timer was specified as
the process' regisered name. This has been corrected.
Diffstat (limited to 'lib/observer/src/crashdump_viewer.hrl')
-rw-r--r-- | lib/observer/src/crashdump_viewer.hrl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/observer/src/crashdump_viewer.hrl b/lib/observer/src/crashdump_viewer.hrl index ae288ed573..0e2eba6dee 100644 --- a/lib/observer/src/crashdump_viewer.hrl +++ b/lib/observer/src/crashdump_viewer.hrl @@ -108,6 +108,7 @@ -record(timer, {pid, + name, msg, time}). |