Sophie

Sophie

distrib > Fedora > 17 > i386 > by-pkgid > 675c8c8167236dfcf8d66da674f931e8 > files > 812

erlang-doc-R15B-03.3.fc17.noarch.rpm

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html xmlns:fn="http://www.w3.org/2005/02/xpath-functions">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link rel="stylesheet" href="../../../../doc/otp_doc.css" type="text/css">
<title>Erlang -- Inviso Release Notes</title>
</head>
<body bgcolor="white" text="#000000" link="#0000ff" vlink="#ff00ff" alink="#ff0000"><div id="container">
<script id="js" type="text/javascript" language="JavaScript" src="../../../../doc/js/flipmenu/flipmenu.js"></script><script id="js2" type="text/javascript" src="../../../../doc/js/erlresolvelinks.js"></script><script language="JavaScript" type="text/javascript">
            <!--
              function getWinHeight() {
                var myHeight = 0;
                if( typeof( window.innerHeight ) == 'number' ) {
                  //Non-IE
                  myHeight = window.innerHeight;
                } else if( document.documentElement && ( document.documentElement.clientWidth ||
                                                         document.documentElement.clientHeight ) ) {
                  //IE 6+ in 'standards compliant mode'
                  myHeight = document.documentElement.clientHeight;
                } else if( document.body && ( document.body.clientWidth || document.body.clientHeight ) ) {
                  //IE 4 compatible
                  myHeight = document.body.clientHeight;
                }
                return myHeight;
              }

              function setscrollpos() {
                var objf=document.getElementById('loadscrollpos');
                 document.getElementById("leftnav").scrollTop = objf.offsetTop - getWinHeight()/2;
              }

              function addEvent(obj, evType, fn){
                if (obj.addEventListener){
                obj.addEventListener(evType, fn, true);
                return true;
              } else if (obj.attachEvent){
                var r = obj.attachEvent("on"+evType, fn);
                return r;
              } else {
                return false;
              }
             }

             addEvent(window, 'load', setscrollpos);

             //--></script><div id="leftnav"><div class="innertube">
<img alt="Erlang logo" src="../../../../doc/erlang-logo.png"><br><small><a href="users_guide.html">User's Guide</a><br><a href="index.html">Reference Manual</a><br><a href="release_notes.html">Release Notes</a><br><a href="../pdf/inviso-0.6.3.pdf">PDF</a><br><a href="../../../../doc/index.html">Top</a></small><p><strong>Inviso</strong><br><strong>Release Notes</strong><br><small>Version 0.6.3</small></p>
<br><a href="javascript:openAllFlips()">Expand All</a><br><a href="javascript:closeAllFlips()">Contract All</a><p><small><strong>Chapters</strong></small></p>
<ul class="flipMenu" imagepath="../../../../doc/js/flipmenu"><li id="loadscrollpos" title="Inviso Release Notes" expanded="true">Inviso Release Notes<ul>
<li><a href="notes.html">
              Top of chapter
            </a></li>
<li title="Inviso 0.6.3"><a href="notes.html#id60398">Inviso 0.6.3</a></li>
<li title="Inviso 0.6.2"><a href="notes.html#id60440">Inviso 0.6.2</a></li>
<li title="Inviso 0.6.1"><a href="notes.html#id60519">Inviso 0.6.1</a></li>
<li title="Inviso 0.6"><a href="notes.html#id60549">Inviso 0.6</a></li>
<li title="Inviso 0.5"><a href="notes.html#id57328">Inviso 0.5</a></li>
<li title="Inviso 0.4"><a href="notes.html#id57377">Inviso 0.4</a></li>
<li title="Inviso 0.3"><a href="notes.html#id57951">Inviso 0.3</a></li>
<li title="Inviso 0.2.1"><a href="notes.html#id60149">Inviso 0.2.1</a></li>
<li title="Inviso 0.2"><a href="notes.html#id60179">Inviso 0.2</a></li>
<li title="Inviso 0.1"><a href="notes.html#id60226">Inviso 0.1</a></li>
</ul>
</li></ul>
</div></div>
<div id="content">
<div class="innertube">
<h1>1 Inviso Release Notes</h1>
  
  <p>This document describes the changes made to the Inviso application.</p>


  <h3><a name="id60398">1.1 
        Inviso 0.6.3</a></h3>

    <h4>Improvements and New Features</h4>
      <ul>
        <li>
	    <p>The <span class="code">inviso</span> application has been deprecated and
	    will be removed in the R16 release.</p>
          <p>
	    Own Id: OTP-9798</p>
        </li>
        <li>
          <p>
	    Eliminate use of deprecated regexp module</p>
          <p>
	    Own Id: OTP-9810</p>
        </li>
      </ul>
    



<h3><a name="id60440">1.2 
        Inviso 0.6.2</a></h3>

    <h4>Fixed Bugs and Malfunctions</h4>
      <ul>
        <li>
          <p>
	    The obsolete guards has now been changed to the new guard
	    interface.</p>
          <p>
	    Own Id: OTP-8747</p>
        </li>
      </ul>
    



<h3><a name="id60519">1.3 
        Inviso 0.6.1</a></h3>

    <h4>Improvements and New Features</h4>
      <ul>
        <li>
          <p>
	    The documentation is now built with open source tools
	    (xsltproc and fop) that exists on most platforms. One
	    visible change is that the frames are removed.</p>
          <p>
	    Own Id: OTP-8201</p>
        </li>
      </ul>
    



<h3><a name="id60549">1.4 
        Inviso 0.6</a></h3>
      <h4>Fixed Bugs and Malfunctions</h4>
      <ul>
        <li>
          <p>
            In this release the following has been fixed and
            enhanced: Autostart: It is now possible to configure
            modules that shall be loaded by the autostart mechanism.
            This because it is not certain that all application
            systems make use of the OTP boot script to set up paths
            to all Erlang modules. Runtime_tools/Inviso: A bug in the
            fetch_log functionality has been fixed. Further a bug
            that was (supposedly) fixed in a previous patch
            concerning meta-tracer write_ti has been fixed (again) in
            this patch. A bug in inviso_as_lib making remote
            autostart config file updates fail has been fixed.
            Inviso: inviso_tool has been given a flush API.</p>
          <p>
            Own Id: OTP-6918</p>
        </li>
      </ul>
   

  

<h3><a name="id57328">1.5 
        Inviso 0.5</a></h3>

    <h4>Improvements and New Features</h4>
      <ul>
        <li>
          <p>
            The following bugs/improvements have been done: Internal
            interworking between inviso_rt and inviso_rt_meta. The
            call function used by inviso_rt to call inviso_rt_meta is
            now protected with a monitor. Inviso_rt_meta now includes
            the timestamp of the incoming meta trace message when
            calling the call-callback. (Makes it possible to add a
            "better" timestamp to the ti-file.) Bug in inviso_tool
            making it not remove trace patterns when terminating. Bug
            in internal function h_start_session making inviso_tool
            crash if there were no active nodes to start the session
            on. The user-inviso_tool and inviso API-inviso control
            component request/response gen_server protocols had
            default time-out. Since many trace operations can be time
            consuming, a longer time-out is necessary. Improved
            overload protection. It is now possible to let the
            overload protection renew itself (e.g after an exit from
            an external overload protector). Inviso_rt_meta now fully
            uses the exception_trace match spec action term. Run
            Trace Case API (as in contrast to activate and deactivate
            trace case APIs) in inviso_tool. Flush trace-port API
            added to inviso. Get_session_data API added to
            inviso_tool. Improved inviso_tool:stop making it possible
            to name nodes which shall not have their trace patterns
            removed when inviso_tool terminates. Bug in handling of
            writing multiple ti-entries if returned from a
            call/return_from call-back in inviso_rt_meta Process
            trace flags are no longer explicitly removed by the
            inviso_tool when it terminates. Not necessary.
            Inviso_tool get_autostart_data adopted to standard
            autostarter.</p>
          <p>
            *** INCOMPATIBILITY with Meta trace call-backs are called
            with different arguments now. ***</p>
          <p>
            Own Id: OTP-6881</p>
        </li>
      </ul>
    


<h3><a name="id57377">1.6 
        Inviso 0.4</a></h3>

    <h4>Fixed Bugs and Malfunctions</h4>
      <ul>
        <li>
          <p>
	    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.</p>
          <p>
	    Own Id: OTP-6703</p>
        </li>
      </ul>
    


    <h4>Improvements and New Features</h4>
      <ul>
        <li>
          <p>
	    Minor Makefile changes.</p>
          <p>
	    Own Id: OTP-6689 Aux Id: OTP-6742 </p>
        </li>
      </ul>
    




<h3><a name="id57951">1.7 
        Inviso 0.3</a></h3>

    <h4>Improvements and New Features</h4>
      <ul>
        <li>
          <p>
            In this release the first working version of the
            inviso_tool is included. Updates and small bugfixes in
            the inviso application.</p>
          <p>
            Own Id: OTP-6677</p>
        </li>
      </ul>
    


<h3><a name="id60149">1.8 
        Inviso 0.2.1</a></h3>

    <h4>Improvements and New Features</h4>
      <ul>
        <li>
          <p>
            Misc improvements.</p>
          <p>
            Own Id: OTP-6576</p>
        </li>
      </ul>
    



<h3><a name="id60179">1.9 
        Inviso 0.2</a></h3>

    <h4>Fixed Bugs and Malfunctions</h4>
      <ul>
        <li>
          <p>
            This ticket includes several improvements and bugfixes to
            both runtime_tools and inviso. The overload mechanism can
            now also react to incoming 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 parallel, 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.</p>
          <p>
            Own Id: OTP-6426</p>
        </li>
      </ul>
    
    


  <h3><a name="id60226">1.10 
        Inviso 0.1</a></h3>
    
    <p>First version.</p>
  

</div>
<div class="footer">
<hr>
<p>Copyright © 2006-2012 Ericsson AB. All Rights Reserved.</p>
</div>
</div>
</div></body>
</html>