1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
|
<?xml version="1.0" encoding="ISO-8859-1" standalone="yes"?>
<?xml-stylesheet type="text/xml" href="buglayout.xml"?>
<!-- The following bugs have been fixed since the omniORBpy 2.0 -->
<!-- release. This file is transformed into html with bugfixes.xsl. -->
<!-- Editors: make sure the content you add is well-formed XML. -->
<buglist version="2.1">
<bug id="2" date="Thu Jul 3 14:48:17 BST 2003" user="dgrisby">
<summary>Assertion failure after exception</summary>
<reported>Fedorov Vsevolod</reported>
<listlink href="http://www.omniorb-support.com/pipermail/omniorb-list/2003-June/023794.html"/>
<text>
In some circumstances, an exception can cause an invocation to be
retried. Sometimes, a locking bug would result in an assertion
failure.
</text>
</bug>
<bug id="1" date="Fri Mar 28 17:31:12 GMT 2003" user="dgrisby">
<summary>Mis-placed DECREF led to segfaults.</summary>
<reported>Adam Kerrison</reported>
<text>
A DECREF in the wrong place in the exception handling code could
lead to premature deletion of repository ids, leading to a crash.
</text>
</bug>
</buglist>
|