From 7c7ba7191a3932e737fa81fd0166df1c637d4b31 Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Fri, 9 Mar 2018 11:01:07 +0100 Subject: Update release notes --- lib/observer/doc/src/notes.xml | 58 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 58 insertions(+) (limited to 'lib/observer') diff --git a/lib/observer/doc/src/notes.xml b/lib/observer/doc/src/notes.xml index 96cd89b375..c0b8309af6 100644 --- a/lib/observer/doc/src/notes.xml +++ b/lib/observer/doc/src/notes.xml @@ -32,6 +32,64 @@

This document describes the changes made to the Observer application.

+
Observer 2.7 + +
Fixed Bugs and Malfunctions + + +

+ etop.hrl used a relative path to include + observer_backend.hrl, this is now changed to use + include_lib instead. runtime_tools/include is added to + the tertiary bootstrap.

+

+ Own Id: OTP-14842 Aux Id: ERL-534

+
+ +

+ If a crashdump was truncated in the attributes section + for a module, crashdump_viewer would crash when a module + view was opened from the GUI. This bug was introduced in + OTP-20.2 and is now corrected.

+

+ Own Id: OTP-14846 Aux Id: ERL-537

+
+ +

+ Optimized ets and mnesia table view tab in observer gui, + listing 10000 tables was previously very slow.

+

+ Own Id: OTP-14856 Aux Id: ERIERL-117

+
+
+
+ + +
Improvements and New Features + + +

+ When a process has many links and/or monitors, it could + earlier take very long time to display the process + information window. This is now improved by only showing + a few links and monitors, and then an link named + "more..." to expand the rest.

+

+ Own Id: OTP-14725

+
+ +

+ More crash dump info such as: process binary virtual heap + stats, full info for process causing out-of-mem during + GC, more port related info, and dirty scheduler info.

+

+ Own Id: OTP-14820

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