<feed xmlns='http://www.w3.org/2005/Atom'>
<title>otp.git/lib/observer/test, branch OTP-20.3.2</title>
<subtitle>Mirror of Erlang/OTP repository.
</subtitle>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/'/>
<entry>
<title>Merge branch 'siri/cuddle' into maint</title>
<updated>2018-03-01T10:26:35+00:00</updated>
<author>
<name>Siri Hansen</name>
<email>siri@erlang.org</email>
</author>
<published>2018-03-01T10:26:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=6c03897a8aceab079c7169b01d9611e0708d4f9e'/>
<id>6c03897a8aceab079c7169b01d9611e0708d4f9e</id>
<content type='text'>
* siri/cuddle:
  [cdv] Fix test of size limit reached on crash dump, again
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* siri/cuddle:
  [cdv] Fix test of size limit reached on crash dump, again
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'dgud/observer/opt-tv-tab/OTP-14856' into maint</title>
<updated>2018-01-22T11:09:29+00:00</updated>
<author>
<name>Dan Gudmundsson</name>
<email>dgud@erlang.org</email>
</author>
<published>2018-01-22T11:09:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=8aa0a6aef5623ff226ea511b94b82e514dccc83b'/>
<id>8aa0a6aef5623ff226ea511b94b82e514dccc83b</id>
<content type='text'>
* dgud/observer/opt-tv-tab/OTP-14856:
  observer: Fix change accum
  Remove double calls
  observer: Don't crash for late messages
  observer: Optimize tv tab for many tables
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* dgud/observer/opt-tv-tab/OTP-14856:
  observer: Fix change accum
  Remove double calls
  observer: Don't crash for late messages
  observer: Optimize tv tab for many tables
</pre>
</div>
</content>
</entry>
<entry>
<title>[cdv] Fix test of size limit reached on crash dump, again</title>
<updated>2018-01-12T10:01:28+00:00</updated>
<author>
<name>Siri Hansen</name>
<email>siri@erlang.org</email>
</author>
<published>2018-01-12T09:50:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=a7dc97fe7652d1d011d7e36b56c9fde44ffb6c87'/>
<id>a7dc97fe7652d1d011d7e36b56c9fde44ffb6c87</id>
<content type='text'>
This test failed every now and then since the selected max size could
be equal to 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 equal to actual size of the dump - so the dump was not
truncated. This is now corrected.
</pre>
</div>
</content>
</entry>
<entry>
<title>observer: Optimize tv tab for many tables</title>
<updated>2018-01-11T13:53:16+00:00</updated>
<author>
<name>Dan Gudmundsson</name>
<email>dgud@erlang.org</email>
</author>
<published>2018-01-05T15:30:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=4cd303540533ec8b7d51b6079fbbf880c179a14f'/>
<id>4cd303540533ec8b7d51b6079fbbf880c179a14f</id>
<content type='text'>
Make it a virtual table, the only table which was not a virtual table.
Updating 10000 rows with many columns and alternating colors takes too
long time to be a viable solution.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Make it a virtual table, the only table which was not a virtual table.
Updating 10000 rows with many columns and alternating colors takes too
long time to be a viable solution.
</pre>
</div>
</content>
</entry>
<entry>
<title>[observer] Improve performance for many links or monitors</title>
<updated>2018-01-10T16:49:35+00:00</updated>
<author>
<name>Siri Hansen</name>
<email>siri@erlang.org</email>
</author>
<published>2018-01-10T16:49:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=ebc81123499da2e0fa03f8eb989dfeb785a04bd3'/>
<id>ebc81123499da2e0fa03f8eb989dfeb785a04bd3</id>
<content type='text'>
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.

Reading of the "Link list" from a crashdump is also improved.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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.

Reading of the "Link list" from a crashdump is also improved.
</pre>
</div>
</content>
</entry>
<entry>
<title>[cdv] Don't crash when dump is truncated in module attributes</title>
<updated>2018-01-03T09:55:30+00:00</updated>
<author>
<name>Siri Hansen</name>
<email>siri@erlang.org</email>
</author>
<published>2017-12-27T10:50:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=b591bc32b73241032d4ba7c54f214f68d8b3b983'/>
<id>b591bc32b73241032d4ba7c54f214f68d8b3b983</id>
<content type='text'>
This bug was introduced by commit 3b964e8dbaa0cd73ca7a983b3ce948e0dbd2c35c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This bug was introduced by commit 3b964e8dbaa0cd73ca7a983b3ce948e0dbd2c35c
</pre>
</div>
</content>
</entry>
<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>
</feed>
