<feed xmlns='http://www.w3.org/2005/Atom'>
<title>otp.git/lib/observer/test, branch OTP-20.2.4</title>
<subtitle>Mirror of Erlang/OTP repository.
</subtitle>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/'/>
<entry>
<title>Use base64 encoding in crash dumps</title>
<updated>2017-11-21T11:45:38+00:00</updated>
<author>
<name>Björn Gustavsson</name>
<email>bjorn@erlang.org</email>
</author>
<published>2017-10-16T13:12:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=3b964e8dbaa0cd73ca7a983b3ce948e0dbd2c35c'/>
<id>3b964e8dbaa0cd73ca7a983b3ce948e0dbd2c35c</id>
<content type='text'>
This will reduce the size of crash dumps, especially if
there are large binaries.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This will reduce the size of crash dumps, especially if
there are large binaries.
</pre>
</div>
</content>
</entry>
<entry>
<title>Correct parsing of sub binaries</title>
<updated>2017-11-21T11:39:59+00:00</updated>
<author>
<name>Björn Gustavsson</name>
<email>bjorn@erlang.org</email>
</author>
<published>2017-11-21T08:16:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=892dd54fa032de737defbee22534117b1c261c60'/>
<id>892dd54fa032de737defbee22534117b1c261c60</id>
<content type='text'>
Correct several problems parsing sub binaries. A sub binary
would often be replaced with '#CDVNonexistingBinary'.

When parsing a sub binary, we must scan ahead to find the
definition of the refc or heap binary being referenced.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Correct several problems parsing sub binaries. A sub binary
would often be replaced with '#CDVNonexistingBinary'.

When parsing a sub binary, we must scan ahead to find the
definition of the refc or heap binary being referenced.
</pre>
</div>
</content>
</entry>
<entry>
<title>[cdv] Fix test of size limit reached on crash dump</title>
<updated>2017-11-08T09:31:38+00:00</updated>
<author>
<name>Siri Hansen</name>
<email>siri@erlang.org</email>
</author>
<published>2017-10-27T08:41:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=4bce8d8f37f66022017061a42673a9a239158888'/>
<id>4bce8d8f37f66022017061a42673a9a239158888</id>
<content type='text'>
This test failed every now and then since the selected max size could
be greater than the actual size of the dump - so the dump was not
truncated. This is now corrected.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This test failed every now and then since the selected max size could
be greater than the actual size of the dump - so the dump was not
truncated. This is now corrected.
</pre>
</div>
</content>
</entry>
<entry>
<title>[cdv] Display warning if heap is incomplete</title>
<updated>2017-11-08T09:31:38+00:00</updated>
<author>
<name>Siri Hansen</name>
<email>siri@erlang.org</email>
</author>
<published>2017-10-26T13:28:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=99205ab9fb89c08ce71deb02c2fd32376b15a24c'/>
<id>99205ab9fb89c08ce71deb02c2fd32376b15a24c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[cdv] Check if dump version is newer than cdv can handle</title>
<updated>2017-10-26T11:00:25+00:00</updated>
<author>
<name>Siri Hansen</name>
<email>siri@erlang.org</email>
</author>
<published>2017-10-26T11:00:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=848fb94ca16be0a103b5df4232e3d4ab421c5138'/>
<id>848fb94ca16be0a103b5df4232e3d4ab421c5138</id>
<content type='text'>
If the version of the given crash dump is newer than what
crashdump_viewer is prepared to read, then crashdump_viewer will
display an info dialog and then terminate. This is to allow major
updates of the format of crash dumps.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If the version of the given crash dump is newer than what
crashdump_viewer is prepared to read, then crashdump_viewer will
display an info dialog and then terminate. This is to allow major
updates of the format of crash dumps.
</pre>
</div>
</content>
</entry>
<entry>
<title>Verify that binaries of different sizes are dumped correctly</title>
<updated>2017-10-18T12:05:01+00:00</updated>
<author>
<name>Björn Gustavsson</name>
<email>bjorn@erlang.org</email>
</author>
<published>2017-10-16T10:31:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=e6bc3f31f8d3e67be67c2c6b53eb868dbc53d7ec'/>
<id>e6bc3f31f8d3e67be67c2c6b53eb868dbc53d7ec</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Dump literals separately to avoid incomplete heap data</title>
<updated>2017-10-18T12:05:01+00:00</updated>
<author>
<name>Björn Gustavsson</name>
<email>bjorn@erlang.org</email>
</author>
<published>2017-10-11T12:45:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=ea1ddd8800c82fb8ae7ac2f54f4217a35d6f463d'/>
<id>ea1ddd8800c82fb8ae7ac2f54f4217a35d6f463d</id>
<content type='text'>
When a literal was used from several processes, the literal would
be dumped in only one of the processes. The other processes
that referenced the literals would have incomplete heap data.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When a literal was used from several processes, the literal would
be dumped in only one of the processes. The other processes
that referenced the literals would have incomplete heap data.
</pre>
</div>
</content>
</entry>
<entry>
<title>Implement dumping of maps in crash dumps</title>
<updated>2017-10-18T12:05:00+00:00</updated>
<author>
<name>Björn Gustavsson</name>
<email>bjorn@erlang.org</email>
</author>
<published>2017-10-09T10:35:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=008b44b75a5abf32b26365334597835a3c6fcfd1'/>
<id>008b44b75a5abf32b26365334597835a3c6fcfd1</id>
<content type='text'>
Maps would be dumped as the atom 'undefined', which is
not very informative.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Maps would be dumped as the atom 'undefined', which is
not very informative.
</pre>
</div>
</content>
</entry>
<entry>
<title>observer: Improve debugging code in test suite</title>
<updated>2017-09-18T13:07:34+00:00</updated>
<author>
<name>Siri Hansen</name>
<email>siri@erlang.org</email>
</author>
<published>2017-09-18T13:07:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=de4e620a3fbd40e598d8f7da01258979246d0bd0'/>
<id>de4e620a3fbd40e598d8f7da01258979246d0bd0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>observer: Remove compiler warnings in test and set warnings_as_errors</title>
<updated>2017-09-18T09:07:09+00:00</updated>
<author>
<name>Siri Hansen</name>
<email>siri@erlang.org</email>
</author>
<published>2017-09-14T15:01:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=619f6c801008f0e4c50366ae5e6f1bca7f64c2b8'/>
<id>619f6c801008f0e4c50366ae5e6f1bca7f64c2b8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
