<feed xmlns='http://www.w3.org/2005/Atom'>
<title>otp.git, branch OTP-19.2.2</title>
<subtitle>Mirror of Erlang/OTP repository.
</subtitle>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/'/>
<entry>
<title>Updated OTP version</title>
<updated>2017-01-31T14:08:45+00:00</updated>
<author>
<name>Erlang/OTP</name>
<email>otp@erlang.org</email>
</author>
<published>2017-01-31T14:08:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=51faafa9a20c4afa7944b8089b26f22c774bed19'/>
<id>51faafa9a20c4afa7944b8089b26f22c774bed19</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Prepare release</title>
<updated>2017-01-31T14:08:44+00:00</updated>
<author>
<name>Erlang/OTP</name>
<email>otp@erlang.org</email>
</author>
<published>2017-01-31T14:08:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=21d3a8020bde075f04441a9741b8276c27d48009'/>
<id>21d3a8020bde075f04441a9741b8276c27d48009</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'dgud/mnesia/checkpoint-crash/OTP-14167' into maint-19</title>
<updated>2017-01-31T14:08:36+00:00</updated>
<author>
<name>Erlang/OTP</name>
<email>otp@erlang.org</email>
</author>
<published>2017-01-31T14:08:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=b674eaa8c616a341bec19254e6b3f04cecc2a2f1'/>
<id>b674eaa8c616a341bec19254e6b3f04cecc2a2f1</id>
<content type='text'>
* dgud/mnesia/checkpoint-crash/OTP-14167:
  Fixed crash when a table was deleted during checkpoint traversal
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* dgud/mnesia/checkpoint-crash/OTP-14167:
  Fixed crash when a table was deleted during checkpoint traversal
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed crash when a table was deleted during checkpoint traversal</title>
<updated>2017-01-30T14:39:37+00:00</updated>
<author>
<name>Dan Gudmundsson</name>
<email>dgud@erlang.org</email>
</author>
<published>2017-01-26T11:43:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=230358701da9764fa4c637e9e781668276f14938'/>
<id>230358701da9764fa4c637e9e781668276f14938</id>
<content type='text'>
Set fixtable false will fail on deleted tables, catch that and also
report checkpoint deactivate error, so user can see why checkpoint
was deactivated and backup fails.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Set fixtable false will fail on deleted tables, catch that and also
report checkpoint deactivate error, so user can see why checkpoint
was deactivated and backup fails.
</pre>
</div>
</content>
</entry>
<entry>
<title>Updated OTP version</title>
<updated>2017-01-12T14:16:10+00:00</updated>
<author>
<name>Erlang/OTP</name>
<email>otp@erlang.org</email>
</author>
<published>2017-01-12T14:16:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=bca5bf5a2d68a0e9ca681363a8943809c4751950'/>
<id>bca5bf5a2d68a0e9ca681363a8943809c4751950</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Prepare release</title>
<updated>2017-01-12T14:16:09+00:00</updated>
<author>
<name>Erlang/OTP</name>
<email>otp@erlang.org</email>
</author>
<published>2017-01-12T14:16:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=68e3e3cecd1122bbeb2a86ebfce9bdb7d18929e6'/>
<id>68e3e3cecd1122bbeb2a86ebfce9bdb7d18929e6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'sverker/make-export-fun-race/OTP-14144' into maint-19</title>
<updated>2017-01-12T14:16:02+00:00</updated>
<author>
<name>Erlang/OTP</name>
<email>otp@erlang.org</email>
</author>
<published>2017-01-12T14:16:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=905e6ea8c21e8bcba0933a147ef70f7044e6bead'/>
<id>905e6ea8c21e8bcba0933a147ef70f7044e6bead</id>
<content type='text'>
* sverker/make-export-fun-race/OTP-14144:
  erts: Fix race bug between export fun creation and code loading
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* sverker/make-export-fun-race/OTP-14144:
  erts: Fix race bug between export fun creation and code loading
</pre>
</div>
</content>
</entry>
<entry>
<title>erts: Fix race bug between export fun creation and code loading</title>
<updated>2017-01-12T12:58:26+00:00</updated>
<author>
<name>Sverker Eriksson</name>
<email>sverker@erlang.org</email>
</author>
<published>2017-01-12T12:58:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=af5169d85fcd545e3c857a219db081a62f33404d'/>
<id>af5169d85fcd545e3c857a219db081a62f33404d</id>
<content type='text'>
Symptom: SEGV crash on ARM in delete_code() -&gt; export_list().
Could probably happen on other machines as well.

Problem: Staging export table was iterated in an unsafe way
while an entry was added for a new export fun.

Solution: Correct write order and some memory barriers.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Symptom: SEGV crash on ARM in delete_code() -&gt; export_list().
Could probably happen on other machines as well.

Problem: Staging export table was iterated in an unsafe way
while an entry was added for a new export fun.

Solution: Correct write order and some memory barriers.
</pre>
</div>
</content>
</entry>
<entry>
<title>Updated OTP version</title>
<updated>2016-12-09T10:45:24+00:00</updated>
<author>
<name>Erlang/OTP</name>
<email>otp@erlang.org</email>
</author>
<published>2016-12-09T10:45:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=3473ecd83a7bbe7e0bebb865f25dddb93e3bf10f'/>
<id>3473ecd83a7bbe7e0bebb865f25dddb93e3bf10f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Prepare release</title>
<updated>2016-12-09T10:45:22+00:00</updated>
<author>
<name>Erlang/OTP</name>
<email>otp@erlang.org</email>
</author>
<published>2016-12-09T10:45:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=fc0427be6d482182ec70f3cd87c73027cfb17ea9'/>
<id>fc0427be6d482182ec70f3cd87c73027cfb17ea9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
