1 Runtime_Tools Release Notes
This document describes the changes made to the Runtime_Tools
application.
1.1 Runtime_Tools 1.6.6
1.1.1 Fixed Bugs and Malfunctions
-
A bug in inviso_rt_meta caused an ETS table containing
information on initiated (init_tpm) functions to be lost
when suspending tracing. Further an enhancement to
inviso_rt has been introduced making it possible to
activate process trace flags based on globally registered
names. It is then not an error to activate a global name
on a node where the name does not reside. The process
count in the return value will simply be set to zero
(hence exactly one node in the NodeResult part of the
return value will indicate one matching process found). A
bug was found in fetch_log API. At the same time the
fetch_log functionality was enhanced to also offer flow
control making fetcher processes send chunks of
transferred file data at a slower pace.
Own Id: OTP-6703
1.1.2 Improvements and New Features
-
Minor Makefile changes.
Own Id: OTP-6689 Aux Id: OTP-6742
-
An experimental tool called
erts_alloc_config
has been added. erts_alloc_config
is intended to
be used to aid creation of an erts_alloc
configuration that is suitable for a limited number of
runtime scenarios. For more information see the
erts_alloc_config(3)
documentation.
Own Id: OTP-6700
1.2 Runtime_Tools 1.6.5
1.2.1 Improvements and New Features
-
Misc improvements.
Own Id: OTP-6576
1.3 Runtime_Tools 1.6.4
1.3.1 Improvements and New Features
-
This application has been updated to eliminate warnings
by Dialyzer.
Own Id: OTP-6551
1.4 Runtime_Tools 1.6.3
1.4.1 Fixed Bugs and Malfunctions
-
This ticket includes several improvements and bugfixes to
both runtime_tools and inviso. The overload mechanism can
now also react to incomming messages. This is useful if
an external overload watch-dog is used. Some improvements
of variable bindings has been done to the default
autostart mechanism - inviso_autostart_server. Autostart
"jobs" can now be done in paralell, allowing for some
jobs to hang waiting for some parts of the traced system
to become ready before proceeding. Previously when using
named meta-match-specs (tpm_ms) ending up with zero
match-specs still kept the meta trace pattern active.
This caused zero match-specs to be equal to unlimited
meta tracing on that particular function. If the internal
database becomes empty of meta match specs, meta trace
pattern is removed for that function. Standard public
loop data in the inviso runtime meta tracer process is
now extended to a 2-tuple. The functions ctp/1 and ctpl/1
are added making it possible to remove trace patterns for
a list of functions rather than one by one.
Inviso_rt_meta will now accept a list of binaries to be
output into the trace information file, in additions to a
single binary. Further it is also possible to make own
output to the trace information file using the write_ti/1
function. An error was discovered in inviso_rt making the
inviso_rt_meta remain rather than terminate if the
inviso_rt terminated due to "running alone" (not allowed
to run without a control component). A new tool,
inviso_tool, has been added to the inviso application.
Own Id: OTP-6426
1.5 Runtime_Tools 1.6.2
1.5.1 Fixed Bugs and Malfunctions
-
Several minor bugs and race conditions eliminated in the
runtime_tools and observer applications.
Own Id: OTP-6265
1.6 Runtime_Tools 1.6.1
1.6.1 Improvements and New Features
-
There are new BIFs
erlang:spawn_monitor/1,3
,
and the new option monitor
for
spawn_opt/2,3,4,5
.
The observer_backend
module has been updated to
handle the new BIFs.
Own Id: OTP-6281
1.7 Runtime_Tools 1.6
Added the runtime part of the Inviso tracer, see the new Inviso
application for more information. This also meant adding an
application callback module and an application supervisor tree
for Runtime_Tools.
1.8 Runtime_Tools 1.5.1.1
1.8.1 Improvements and New Features
-
The
dbg
manual page has been updated with information
about how to avoid deadlock when tracing.
Own Id: OTP-5373 Aux Id: seq9729
1.9 Runtime_Tools 1.5.1
1.9.1 Fixed Bugs and Malfunctions
-
Linked in drivers in the Crypto, and Asn1 applications
are now compiled with the
-D_THREAD_SAFE
and
-D_REENTRANT
switches on unix when the emulator has
thread support enabled.
Linked in drivers on MacOSX are not compiled with the
undocumented -lbundle1.o
switch anymore. Thanks to
Sean Hinde who sent us a patch.
Linked in driver in Crypto, and port programs in SSL, now
compiles on OSF1.
Minor Makefile
improvements in Runtime_Tools.
Own Id: OTP-5346
runtime_tools 1.6.6
Copyright © 1991-2007
Ericsson AB