From a2ca3bd78fc002dd1e6533c191e44092cc3aa949 Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Mon, 10 Dec 2018 11:07:05 +0100 Subject: Prepare release --- lib/observer/doc/src/notes.xml | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) (limited to 'lib/observer/doc/src') diff --git a/lib/observer/doc/src/notes.xml b/lib/observer/doc/src/notes.xml index 4d1a9a4f55..22035af982 100644 --- a/lib/observer/doc/src/notes.xml +++ b/lib/observer/doc/src/notes.xml @@ -32,6 +32,43 @@

This document describes the changes made to the Observer application.

+
Observer 2.8.2 + +
Fixed Bugs and Malfunctions + + +

Literals such as #{"one"=>1} dumped to a crash + dump would cause crashdump_viewer to crash.

+

+ Own Id: OTP-15365 Aux Id: ERL-722

+
+ +

+ crashdump_viewer would sometimes crash when + processing a dump which was truncated in the + literals area. This is now corrected.

+

+ Own Id: OTP-15377

+
+ +

+ Since OTP-20.2, crashdump_viewer was very slow + when opening a crash dump with many processes. An + ets:select per process could be removed, which improved + the performance a lot.

+

+ A bug when parsing heap data in a crashdump caused + crashdump_viewer to crash when multiple Yc + lines referenced the same reference counted binary. This + is now corrected.

+

+ Own Id: OTP-15391

+
+
+
+ +
+
Observer 2.8.1
Fixed Bugs and Malfunctions -- cgit v1.2.3